forked from forks/qmk_firmware
8e56d10e4e
* Keyboard: add treeadstone48 * rename layout defines * Use of pragma once * move common include code * fixed info.json * change keymap layout from kc to normal * fix alpha revision keymap * fixed info.json * remove USE_Link_Time_Optimization * Add keyboard firmware of treadstone48 rev.2 * move the rev1-supported keymap. * layout code was updated by review * remove comment bar * remove LTO ifded * Update keyboards/treadstone48/rev2/rev2.h * Update keyboards/treadstone48/rev2/rev2.h
12 lines
343 B
Makefile
12 lines
343 B
Makefile
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|
OLED_DRIVER_ENABLE = yes
|
|
LTO_ENABLE = yes
|
|
|
|
# If you use connection the Rhymestone, please enable RS_EXTRA_LED
|
|
OPT_DEFS += -DRS_EXTRA_LED
|
|
|
|
# If you want to change the display of OLED, you need to change here
|
|
SRC += ./common/oled_helper.c \
|