7 lines
309 B
Makefile
7 lines
309 B
Makefile
AUDIO_SUPPORTED = no # Audio is not supported
|
|
RGB_MATRIX_SUPPORTED = no # RGB matrix is supported and enabled by default
|
|
RGBLIGHT_SUPPORTED = no # RGB underglow is supported, but not enabled by default
|
|
|
|
SERIAL_DRIVER = vendor
|
|
|
|
POINTING_DEVICE_DRIVER = cirque_pinnacle_i2c # DIY version uses I2C.
|