Add Contra shield (#633)
* Add Contra Shield (#1) * Add bluetooth control layer to contra keymap (#2) * fix contra keymap issues * add bluetooth control layer * clean up contra files * add contra.conf file * add missing bracket for default_layer * update copyright year to 2021 * add contra metadata file * refactor pro micro overlay for new syntax
This commit is contained in:
parent
2ad8f687c0
commit
4039a50ec3
6 changed files with 107 additions and 0 deletions
9
app/boards/shields/contra/Kconfig.defconfig
Normal file
9
app/boards/shields/contra/Kconfig.defconfig
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Copyright (c) 2021 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if SHIELD_CONTRA
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Contra Keyboard"
|
||||
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue