changed the name of the J46K board

This commit is contained in:
MakerJake 2021-10-04 16:27:40 -04:00
parent fee231456b
commit b6a03e5574
6 changed files with 7 additions and 7 deletions

View file

@ -1,10 +1,10 @@
# Copyright (c) 2020 Pete Johanson, Richard Jones
# SPDX-License-Identifier: MIT
if SHIELD_j46k
if SHIELD_babyvble
config ZMK_KEYBOARD_NAME
default "J46K"
default "BabyvBle"
endif

View file

@ -1,5 +1,5 @@
# Copyright (c) 2020 Pete Johanson, Richard Jones
# SPDX-License-Identifier: MIT
config SHIELD_j46k
def_bool $(shields_list_contains,j46k)
config SHIELD_babyvble
def_bool $(shields_list_contains,babyvble)

View file

@ -43,7 +43,7 @@
func_layer {
bindings = <
&kp ESC &trans &kp PG_UP &trans &trans &trans &trans &trans &kp UP &trans &trans &kp BSPC
&kp TAB &kp HOME &kp PG_DN &kp C_VOL_UP &kp C_VOLUME_DOWN &kp MINUS &kp KP_EQUAL &kp LEFT &kp DOWN &kp RIGHT &kp SQT &kp GRAVE
&kp TAB &kp HOME &kp PG_DN &kp C_VOL_UP &kp C_VOLUME_DOWN &kp MINUS &kp EQUAL &kp LEFT &kp DOWN &kp RIGHT &kp SQT &kp GRAVE
&kp LSHIFT &kp C_PP &trans &trans &trans &kp LBKT &kp RBKT &trans &kp COMMA &kp DOT &kp BSLH &kp RSHFT
&kp LCTRL &kp LGUI &kp LALT &trans &trans &trans &trans &trans &trans &kp LALT &kp RGUI &kp RCTRL
>;

View file

@ -1,6 +1,6 @@
file_format: "1"
id: j46k
name: J46K
id: babyvble
name: BabyvBle
type: shield
url: none
requires: [pro_micro]