mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-10 03:29:30 +00:00
8 lines
133 B
Makefile
8 lines
133 B
Makefile
|
# Touch encoder needs
|
||
|
VPATH += keyboards/rgbkb/common
|
||
|
SRC += touch_encoder.c
|
||
|
SRC += common_oled.c
|
||
|
I2C_DRIVER_REQUIRED = yes
|
||
|
|
||
|
OPT = 3
|