changed the name of the J46K board
This commit is contained in:
parent
fee231456b
commit
b6a03e5574
6 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Copyright (c) 2020 Pete Johanson, Richard Jones
|
# Copyright (c) 2020 Pete Johanson, Richard Jones
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
if SHIELD_j46k
|
if SHIELD_babyvble
|
||||||
|
|
||||||
config ZMK_KEYBOARD_NAME
|
config ZMK_KEYBOARD_NAME
|
||||||
default "J46K"
|
default "BabyvBle"
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Copyright (c) 2020 Pete Johanson, Richard Jones
|
# Copyright (c) 2020 Pete Johanson, Richard Jones
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
config SHIELD_j46k
|
config SHIELD_babyvble
|
||||||
def_bool $(shields_list_contains,j46k)
|
def_bool $(shields_list_contains,babyvble)
|
|
@ -43,7 +43,7 @@
|
||||||
func_layer {
|
func_layer {
|
||||||
bindings = <
|
bindings = <
|
||||||
&kp ESC &trans &kp PG_UP &trans &trans &trans &trans &trans &kp UP &trans &trans &kp BSPC
|
&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 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
|
&kp LCTRL &kp LGUI &kp LALT &trans &trans &trans &trans &trans &trans &kp LALT &kp RGUI &kp RCTRL
|
||||||
>;
|
>;
|
|
@ -1,6 +1,6 @@
|
||||||
file_format: "1"
|
file_format: "1"
|
||||||
id: j46k
|
id: babyvble
|
||||||
name: J46K
|
name: BabyvBle
|
||||||
type: shield
|
type: shield
|
||||||
url: none
|
url: none
|
||||||
requires: [pro_micro]
|
requires: [pro_micro]
|
Loading…
Add table
Reference in a new issue