forked from kofal.net/zmk
Actually really working
Ok, both sides work as expected, need to write a keymap.
This commit is contained in:
18
app/boards/shields/cradios.keymap
Normal file
18
app/boards/shields/cradios.keymap
Normal file
@@ -0,0 +1,18 @@
|
||||
#include <behaviors.dtsi>
|
||||
#include <dt-bindings/zmk/keys.h>
|
||||
|
||||
|
||||
/ {
|
||||
keymap {
|
||||
compatible = "zmk,keymap";
|
||||
|
||||
default_layer {
|
||||
bindings = <
|
||||
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
|
||||
&kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SCLN
|
||||
&kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp CMMA &kp DOT &kp FSLH
|
||||
&kp NUM_1 &kp NUM_2 &kp NUM_3 &kp NUM_4
|
||||
>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user