rename cradios to cradio
This commit is contained in:
parent
ed5d3646fe
commit
a3d0c03726
19 changed files with 6 additions and 141 deletions
18
app/boards/shields/cradio/cradio.keymap
Normal file
18
app/boards/shields/cradio/cradio.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
|
||||
>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue