summaryrefslogtreecommitdiff
path: root/app/boards/shields/petejohanson_proton_handwire/keymap/include/keymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/boards/shields/petejohanson_proton_handwire/keymap/include/keymap.h')
-rw-r--r--app/boards/shields/petejohanson_proton_handwire/keymap/include/keymap.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/boards/shields/petejohanson_proton_handwire/keymap/include/keymap.h b/app/boards/shields/petejohanson_proton_handwire/keymap/include/keymap.h
new file mode 100644
index 0000000..0fd2f9f
--- /dev/null
+++ b/app/boards/shields/petejohanson_proton_handwire/keymap/include/keymap.h
@@ -0,0 +1,9 @@
+
+#include <dt-bindings/zmk/keys.h>
+
+#define DEFAULT 0
+#define RAISE 1
+#define LOWER 2
+
+#define CC_RAIS ZC_CSTM(RAISE)
+#define CC_LOWR ZC_CSTM(LOWER)