feat(boards): Add nullbits SNAP shield
This commit is contained in:
parent
f59da74a3e
commit
41fdd07315
10 changed files with 381 additions and 0 deletions
8
app/boards/shields/snap/Kconfig.shield
Normal file
8
app/boards/shields/snap/Kconfig.shield
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Copyright (c) 2022 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config SHIELD_SNAP_LEFT
|
||||
def_bool $(shields_list_contains,snap_left)
|
||||
|
||||
config SHIELD_SNAP_RIGHT
|
||||
def_bool $(shields_list_contains,snap_right)
|
||||
Loading…
Add table
Add a link
Reference in a new issue