diff options
| author | Kristoffer Onias <kristoffer.onias@liferay.com> | 2020-09-21 22:29:54 -0700 |
|---|---|---|
| committer | Kristoffer Onias <kristoffer.onias@liferay.com> | 2020-09-21 22:44:00 -0700 |
| commit | c044fe853275a6322834bfdeaf61b9f62becf085 (patch) | |
| tree | 634c8c08b9b102813b918ea798087fc75b8787c5 /app/boards/shields/romac_plus/romac_plus.keymap | |
| parent | 7b53ee51fc9cee61980b424e96a7bddde8dd0c94 (diff) | |
Add RoMac plus v4 support on nice nano v1
Diffstat (limited to 'app/boards/shields/romac_plus/romac_plus.keymap')
| -rw-r--r-- | app/boards/shields/romac_plus/romac_plus.keymap | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/app/boards/shields/romac_plus/romac_plus.keymap b/app/boards/shields/romac_plus/romac_plus.keymap new file mode 100644 index 0000000..77485dc --- /dev/null +++ b/app/boards/shields/romac_plus/romac_plus.keymap @@ -0,0 +1,48 @@ +/* + * Copyright (c) 2020 Pete Johanson, Richard Jones + * + * SPDX-License-Identifier: MIT + */ + +#include <behaviors.dtsi> +#include <dt-bindings/zmk/keys.h> + +/ { + keymap { + compatible = "zmk,keymap"; + + default_layer { +// ------------------- +// | 7 | 8 | 9 | +// | 4 | 5 | 6 | +// | 1 | 2 | 3 | +// | MO(1) | 0 | . | +// ---------------------- + bindings = < + &kp NUM_7 &kp NUM_8 &kp NUM_9 + &kp NUM_4 &kp NUM_5 &kp NUM_6 + &kp NUM_1 &kp NUM_2 &kp NUM_3 + &cp M_PLAY &kp NUM_0 &kp DOT + >; + + sensor-bindings = <&inc_dec_cp M_NEXT M_PREV>; + }; + + // nav_layer { +// ----------------------- +// | _ | HOME | PGUP | +// | _ | END | PGDN | +// | _ | _ | _ | +// | _ | _ | RET | +// ----------------------- + // bindings = < + // &trans &kp HOME &kp PGUP + // &trans &kp END &kp PGDN + // &trans &trans &trans .0 + // &trans &trans &kp RET + // >; + + // sensor-bindings = <&inc_dec_kp A B>; + // }; + }; +};
\ No newline at end of file |
