Whitespace
parent
dc6a4e1401
commit
70c1c73fe2
5
rules.mk
5
rules.mk
|
@ -32,16 +32,13 @@ API_SYSEX_ENABLE = no
|
|||
DEBOUNCE_TYPE = eager_pr
|
||||
|
||||
# project specific files
|
||||
SRC += matrix.c \
|
||||
led_i2c.c
|
||||
SRC += matrix.c led_i2c.c
|
||||
QUANTUM_LIB_SRC += i2c_master.c
|
||||
|
||||
LAYOUTS = ergodox
|
||||
|
||||
MOUSE_SHARED_EP = no
|
||||
|
||||
|
||||
|
||||
# FROM glow dir
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
RGB_MATRIX_DRIVER = IS31FL3731
|
||||
|
|
Loading…
Reference in New Issue