From 0ee01390bd07f43462e2ef54df9d8ae42b49dede Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Thu, 11 Jun 2020 23:38:04 -0400 Subject: Initial handwire proton-c shield for testing. --- .../shields/petejohanson_proton_handwire/Kconfig.defconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig (limited to 'app/boards/shields/petejohanson_proton_handwire/Kconfig.defconfig') 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 -- cgit v1.2.3