diff options
author | David Barr <davidbarr@Davids-iMac.local> | 2020-09-30 16:20:41 +0100 |
---|---|---|
committer | David Barr <davidbarr@Davids-iMac.local> | 2020-09-30 16:20:41 +0100 |
commit | a3d0c03726a0bc607d4daab7a90dda57d4ba6a6f (patch) | |
tree | 37f2fe6a250c5bea779968226e906702022231f0 /app/boards/shields/cradio/cradio.keymap | |
parent | ed5d3646fe7596fb40d0b7505f8062cdac6537be (diff) |
rename cradios to cradio
Diffstat (limited to 'app/boards/shields/cradio/cradio.keymap')
-rw-r--r-- | app/boards/shields/cradio/cradio.keymap | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app/boards/shields/cradio/cradio.keymap b/app/boards/shields/cradio/cradio.keymap new file mode 100644 index 0000000..c46468d --- /dev/null +++ b/app/boards/shields/cradio/cradio.keymap @@ -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 + >; + }; + }; +}; |