Add quefrency shield
This commit is contained in:
parent
819c82547d
commit
7f7c7037b0
10 changed files with 187 additions and 0 deletions
17
app/boards/shields/quefrency/Kconfig.defconfig
Normal file
17
app/boards/shields/quefrency/Kconfig.defconfig
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#Copyright (c) 2020 Noah Thornton
|
||||
#SPDX-License-Identifier: MIT
|
||||
|
||||
|
||||
if SHIELD_QUEFRENCY_LEFT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Quefrency Left"
|
||||
|
||||
endif
|
||||
|
||||
if SHIELD_QUEFRENCY_RIGHT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Quefrency Right"
|
||||
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue