mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-12 04:40:58 +00:00
8 lines
309 B
Makefile
8 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.
|