blob: 44f60368b885ad2a24a8778db1e3310105e924c3 (
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_DRIVER_ENABLE = yes
# enable media keys
EXTRAKEY_ENABLE = yes
# enable LEDs
RGB_MATRIX_ENABLE = WS2812
# using elite-c controllers
BOOTLOADER = qmk-dfu
|