summaryrefslogtreecommitdiff
path: root/app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-26 11:38:58 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-26 11:38:58 -0400
commitf84a41de3e72c022edebc1a3e90df0aa140451e6 (patch)
tree33fb5e0c764117c4f1e1f0483751a59376121564 /app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig
parent185f9be6ab5802e736906cb134ee06f05230ceac (diff)
Only test w/ Kyria and handwire.
Diffstat (limited to 'app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig')
-rw-r--r--app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig b/app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig
new file mode 100644
index 0000000..5098fc8
--- /dev/null
+++ b/app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig
@@ -0,0 +1,13 @@
+
+if SHIELD_PETEJOHANSON_PRO_MICRO_HANDWIRE
+
+config ZMK_KEYBOARD_NAME
+ default "Pete's ProMicro Compat Handwire"
+
+config ZMK_USB
+ default y
+
+config ZMK_ACTION_MOD_TAP
+ default y
+
+endif