forked from forks/qmk_firmware
37db6012a7
* added rgblight controls to planck keymap * fixed knight ridder offset to face me * no oled for crkbd 'till fixed * fixed RGB effect name
16 lines
276 B
Makefile
16 lines
276 B
Makefile
|
|
# If you want to change the display of OLED, you need to change here
|
|
SRC += ./logo_reader.c
|
|
|
|
# enable OLED displays
|
|
OLED_DRIVER_ENABLE = no
|
|
|
|
# enable media keys
|
|
EXTRAKEY_ENABLE = yes
|
|
|
|
# enable LEDs
|
|
RGB_MATRIX_ENABLE = WS2812
|
|
|
|
# using elite-c controllers
|
|
BOOTLOADER = qmk-dfu
|