summaryrefslogtreecommitdiff
path: root/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-11 23:38:04 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-11 23:38:04 -0400
commit0ee01390bd07f43462e2ef54df9d8ae42b49dede (patch)
treebe444792243596add24f32205caadd866773cff4 /app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig
parent7614e7e52bd2fbed9d878e1618363586fb44385d (diff)
Initial handwire proton-c shield for testing.
Diffstat (limited to 'app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig')
-rw-r--r--app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig b/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig
new file mode 100644
index 0000000..196c636
--- /dev/null
+++ b/app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig
@@ -0,0 +1,13 @@
+
+if SHIELD_PETEJOHANSON_PROTON_HANDWIRE
+
+config ZMK_KEYBOARD_NAME
+ default "Pete's Proton Handwire"
+
+config ZMK_USB
+ default y
+
+config ZMK_ACTION_MOD_TAP
+ default y
+
+endif