mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-19 08:05:01 +00:00
9 lines
155 B
Makefile
9 lines
155 B
Makefile
|
# Touch encoder needs
|
||
|
VPATH += keyboards/rgbkb/common
|
||
|
SRC += touch_encoder.c
|
||
|
SRC += common_oled.c
|
||
|
I2C_DRIVER_REQUIRED = yes
|
||
|
|
||
|
SERIAL_DRIVER = usart
|
||
|
OPT = 3
|