diff options
Diffstat (limited to 'app/boards/shields/petejohanson_handwire/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/petejohanson_handwire/Kconfig.defconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/boards/shields/petejohanson_handwire/Kconfig.defconfig b/app/boards/shields/petejohanson_handwire/Kconfig.defconfig new file mode 100644 index 0000000..7da09ac --- /dev/null +++ b/app/boards/shields/petejohanson_handwire/Kconfig.defconfig @@ -0,0 +1,13 @@ + +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 |