1
0
Fork 0
qmk_firmware/keyboards/lily58/keymaps/cykedev/rules.mk
Xelus22 4e1c5887c5
[Core] Refactor OLED to allow easy addition of other types (#13454)
* add docs

* core changes

* update keyboards to new OLED

* updated users to new OLED

* update layouts to new OLED

* fixup docs

* drashna's suggestion

* fix up docs

* new keyboards with oled

* core split changes

* remaining keyboard files

* Fix The Helix keyboards oled options

* reflect develop

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
2021-08-24 16:28:26 +10:00

13 lines
308 B
Makefile

AUTO_SHIFT_ENABLE = no
OLED_ENABLE= yes
EXTRAKEY_ENABLE = yes
SRC += ./lib/logo_reader.c
# ./lib/keylogger.c \
# ./lib/mode_icon_reader.c \
# ./lib/timelogger.c \
# ./lib/host_led_state_reader.c \
# ./lib/rgb_state_reader.c \
# ./lib/layer_state_reader.c \