blob: 161517dd855359678fbc66ef6101fa05438f93be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# If you want to change the display of OLED, you need to change here
SRC += ./logo_reader.c
# enable OLED displays
OLED_ENABLE = no
# enable media keys
EXTRAKEY_ENABLE = yes
# enable LEDs
RGB_MATRIX_ENABLE = yes
# using elite-c controllers
BOOTLOADER = qmk-dfu
|