mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
Only test w/ Kyria and handwire.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
|
||||
if SHIELD_PETEJOHANSON_PROTON_HANDWIRE
|
||||
if SHIELD_PETEJOHANSON_PRO_MICRO_HANDWIRE
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Pete's Proton Handwire"
|
||||
default "Pete's ProMicro Compat Handwire"
|
||||
|
||||
config ZMK_USB
|
||||
default y
|
||||
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2020 Pete Johanson
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config SHIELD_PETEJOHANSON_PRO_MICRO_HANDWIRE
|
||||
def_bool $(shields_list_contains,petejohanson_pro_micro_handwire)
|
||||
@@ -1,5 +0,0 @@
|
||||
# Copyright (c) 2020 Pete Johanson
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config SHIELD_PETEJOHANSON_PROTON_HANDWIRE
|
||||
def_bool $(shields_list_contains,petejohanson_proton_handwire)
|
||||
Reference in New Issue
Block a user