summaryrefslogtreecommitdiff
path: root/app/boards/shields/petejohanson_handwire/keymap/include/keymap.h
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-13 16:37:31 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-14 23:58:43 -0400
commit583839afce4b8117e3ae7bd644954b03d0ed3ddf (patch)
treeb6faa1680d16c6702c981603442bf12e15b4e139 /app/boards/shields/petejohanson_handwire/keymap/include/keymap.h
parent500232bb83f5eee6815b140f6ca546fef2172f3b (diff)
Initial refactor to have a shield/board have one default keymap.
* Start of work of focusing on out-of-tree user keymaps. Add ZMK_CONFIG support. * General external configuration supported via ZMK_CONFIG, which should point to a configuration directory. * Priority order of overlay files to select. * ${SHIELD}_${BOARD}.overlay * ${SHIELD}.overlay * ${BOARD}.overlay * default.overlay * Equivalent search order for .conf files for initial Kconfig values.
Diffstat (limited to 'app/boards/shields/petejohanson_handwire/keymap/include/keymap.h')
-rw-r--r--app/boards/shields/petejohanson_handwire/keymap/include/keymap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/boards/shields/petejohanson_handwire/keymap/include/keymap.h b/app/boards/shields/petejohanson_handwire/keymap/include/keymap.h
new file mode 100644
index 0000000..01cd9e5
--- /dev/null
+++ b/app/boards/shields/petejohanson_handwire/keymap/include/keymap.h
@@ -0,0 +1,5 @@
+
+#include <dt-bindings/zmk/keys.h>
+
+#define CC_RAIS ZC_CSTM(1)
+#define CC_LOWR ZC_CSTM(2) \ No newline at end of file