mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
Remove remnants of custom matrix from Skog rules.mk (#7764)
This commit is contained in:
parent
5404d6baef
commit
156d319604
1 changed files with 1 additions and 3 deletions
|
@ -28,6 +28,4 @@ OPT_DEFS = -DDEBUG_LEVEL=0
|
|||
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
||||
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
||||
|
||||
# custom matrix setup
|
||||
CUSTOM_MATRIX = yes
|
||||
SRC = matrix.c backlight.c
|
||||
SRC = backlight.c
|
||||
|
|
Loading…
Reference in a new issue