feat(boards): Add nullbits SNAP shield
This commit is contained in:
parent
f59da74a3e
commit
41fdd07315
10 changed files with 381 additions and 0 deletions
17
app/boards/shields/snap/snap.conf
Normal file
17
app/boards/shields/snap/snap.conf
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Copyright (c) 2022 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Uncomment these two lines to add support for encoders to your firmware
|
||||
# and enable the encoders
|
||||
# CONFIG_EC11=y
|
||||
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
||||
|
||||
# Uncomment the following line to enable the OLED Display
|
||||
# CONFIG_ZMK_DISPLAY=y
|
||||
|
||||
# Uncomment the following lines to enable the RGB underglow
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
# CONFIG_WS2812_STRIP=y
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_HUE_STEP=5
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_SPD_START=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue