Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
captainblue01 committed Aug 15, 2024
1 parent edf2d53 commit 08f5f4c
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions boards/shields/test_board/test_board.keymap
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>

/ {
/ {
keymap {
compatible = "zmk,keymap";

default_layer {
bindings = <
&kp A &kp B &kp C
&kp D &kp E &kp F
&kp G &kp H &kp I
&kp KP_N7 &kp KP_N8 &mo 1
&kp KP_N4 &kp KP_N5 &kp KP_N6
&kp KP_N1 &kp KP_N2 &kp KP_N3
>;
};

bt_layer {
bindings = <
&none &bootloader &none
&none &none &bt BT_CLR
&bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2
>;
};
};

0 comments on commit 08f5f4c

Please sign in to comment.