diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-06 10:32:06 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-08-06 10:32:06 -0400 |
commit | f83ec5ce2b04380158299c20c603c1fbb49b12d6 (patch) | |
tree | 61694b8adf3635bdd083f781eb30dc9b25da798a /app/boards/shields/petejohanson_handwire/Kconfig.defconfig | |
parent | 9233ab60cda263b5286ffc9edef8c8cd40cc5c0e (diff) |
Refactor to using .keymap files
* Still just devicetree keymaps.
* Filename can now use `<board>.keymap` or
`<shield>.keymap` convention, including
overrides for revisions, etc.
Diffstat (limited to 'app/boards/shields/petejohanson_handwire/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/petejohanson_handwire/Kconfig.defconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app/boards/shields/petejohanson_handwire/Kconfig.defconfig b/app/boards/shields/petejohanson_handwire/Kconfig.defconfig deleted file mode 100644 index 7da09ac..0000000 --- a/app/boards/shields/petejohanson_handwire/Kconfig.defconfig +++ /dev/null @@ -1,13 +0,0 @@ - -if SHIELD_PETEJOHANSON_HANDWIRE - -config ZMK_KEYBOARD_NAME - default "Pete's Handwire Breadboard" - -config ZMK_BLE - default y - -config ZMK_ACTION_MOD_TAP - default y - -endif |