keymap for testing
This commit is contained in:
parent
c4d1a56ab4
commit
0a184b4eee
5 changed files with 30 additions and 3 deletions
2
app/boards/shields/wing36/wing36.conf
Normal file
2
app/boards/shields/wing36/wing36.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
# wing36.conf
|
||||
CONFIG_ZMK_SLEEP=y
|
23
app/boards/shields/wing36/wing36.keymap
Normal file
23
app/boards/shields/wing36/wing36.keymap
Normal file
|
@ -0,0 +1,23 @@
|
|||
#include <behaviors.dtsi>
|
||||
#include <dt-bindings/zmk/keys.h>
|
||||
#include <dt-bindings/zmk/bt.h>
|
||||
|
||||
/ {
|
||||
keymap {
|
||||
compatible = "zmk,keymap";
|
||||
|
||||
default_layer {
|
||||
// | SW2 | SW4 | SW7 | SW10 | SW13 | | SW21 | SW25 | SW28 | SW31 | SW34 |
|
||||
// | SW1 | SW3 | SW5 | SW8 | SW11 | SW14 | | SW22 | SW26 | SW29 | SW32 | SW35 | SW36 |
|
||||
// | SW6 | SW9 | SW12 | SW15 | | SW23 | SW27 | SW30 | SW33 |
|
||||
// | SW16 | SW17 | SW18 | | SW19 | SW20 | SW24 |
|
||||
bindings = <
|
||||
&kp Q &kp W &kp E &kp R &kp T &kp T &kp R &kp E &kp W &kp Q
|
||||
&kp A &kp S &kp D &kp F &kp G &kp H &kp H &kp G &kp F &kp D &kp S &kp A
|
||||
&kp Z &kp X &kp C &kp V &kp V &kp C &kp X &kp Z
|
||||
&kp B &kp N &kp M &kp M &kp N &kp B
|
||||
>;
|
||||
|
||||
};
|
||||
};
|
||||
};
|
|
@ -1 +1,2 @@
|
|||
# wing36_left.conf
|
||||
# wing36_left.conf
|
||||
# CONFIG_ZMK_SLEEP=y
|
|
@ -1 +1 @@
|
|||
#include "wing36.dtsi"
|
||||
#include "wing36.dtsi"
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
# wing36_right.conf
|
||||
# wing36_right.conf
|
||||
# CONFIG_ZMK_SLEEP=y
|
Loading…
Add table
Reference in a new issue