feat(shields): Add elephant42 Shield Support (#1009)
* Initial Elephant42 implementation * Add underglow feature * Fix keymap * Copy corne defconfig for OLED and LED * Fix matrix positions * Add nice_nano_v2.overlay * Usability improvements to keymap * Update LED length * Delete nice_nano v1 overlay * Remove unused conf files * Add copyright/license headers * PR feedback * Try fixing formatting again * Minor format * More missed tabs * Format
This commit is contained in:
parent
a1a8c30f7f
commit
2b4d5dd7d9
9 changed files with 266 additions and 0 deletions
8
app/boards/shields/elephant42/Kconfig.shield
Normal file
8
app/boards/shields/elephant42/Kconfig.shield
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Copyright (c) 2021 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config SHIELD_ELEPHANT42_LEFT
|
||||
def_bool $(shields_list_contains,elephant42_left)
|
||||
|
||||
config SHIELD_ELEPHANT42_RIGHT
|
||||
def_bool $(shields_list_contains,elephant42_right)
|
||||
Loading…
Add table
Add a link
Reference in a new issue