Skip to content

Commit

Permalink
Add backlight
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanaq committed Oct 20, 2024
1 parent 4fbdc92 commit a08f6ea
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
10 changes: 10 additions & 0 deletions config/boards/shields/swoop/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@ config ZMK_SPLIT
default y

endif

if ZMK_BACKLIGHT

config PWM
default y

config LED_PWM
default y

endif # ZMK_BACKLIGHT
16 changes: 9 additions & 7 deletions config/swoop.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000

CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

CONFIG_ZMK_RGB_UNDERGLOW=y
CONFIG_WS2812_STRIP=y
CONFIG_ZMK_RGB_UNDERGLOW_ON_START=y
CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=y
CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=250
CONFIG_ZMK_RGB_UNDERGLOW_SAT_START=60
CONFIG_ZMK_RGB_UNDERGLOW_BRT_START=70
# CONFIG_ZMK_RGB_UNDERGLOW=y
# CONFIG_WS2812_STRIP=y
# CONFIG_ZMK_RGB_UNDERGLOW_ON_START=y
# CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=y
# CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=250
# CONFIG_ZMK_RGB_UNDERGLOW_SAT_START=60
# CONFIG_ZMK_RGB_UNDERGLOW_BRT_START=70

CONFIG_ZMK_BACKLIGHT=y

CONFIG_ZMK_KEYBOARD_NAME="Ferris Swoop"

0 comments on commit a08f6ea

Please sign in to comment.