summaryrefslogtreecommitdiff
path: root/app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-08-06 10:53:12 -0400
committerGitHub <noreply@github.com>2020-08-06 10:53:12 -0400
commit81090d9af017ce6070298a86de6f03db2d639251 (patch)
tree61694b8adf3635bdd083f781eb30dc9b25da798a /app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig
parent9233ab60cda263b5286ffc9edef8c8cd40cc5c0e (diff)
parentf83ec5ce2b04380158299c20c603c1fbb49b12d6 (diff)
Merge pull request #73 from petejohanson/core/keymap-file-refactor
Refactor to using .keymap files
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, 0 insertions, 13 deletions
diff --git a/app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig b/app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig
deleted file mode 100644
index 5098fc8..0000000
--- a/app/boards/shields/petejohanson_pro_micro_handwire/Kconfig.defconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-
-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