diff options
| author | David Barr <dpbarr@gmail.com> | 2020-09-19 10:55:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-19 10:55:07 +0100 |
| commit | 2855ba75f53554887f6e788736c45b7c818d09ac (patch) | |
| tree | d845b288fe808e7165577ee8aa72242485203347 /app/boards/shields/cradios.keymap | |
| parent | 8bad40282b89859766cd28949b48fe34c24371fe (diff) | |
Actually really working
Ok, both sides work as expected, need to write a keymap.
Diffstat (limited to 'app/boards/shields/cradios.keymap')
| -rw-r--r-- | app/boards/shields/cradios.keymap | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app/boards/shields/cradios.keymap b/app/boards/shields/cradios.keymap new file mode 100644 index 0000000..c46468d --- /dev/null +++ b/app/boards/shields/cradios.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 + >; + }; + }; +}; |
