forked from forks/qmk_firmware
240e1ef6fd
* 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 * I re-created treastone48 keyboard firmware from ./util/new_keyboard.sh After that I use common OLED_DRIVER, RGB_LIGHT and SPLIT_KEYBOARD options. And then check all keymap. * Modified by PR review
10 lines
270 B
Makefile
10 lines
270 B
Makefile
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
TAP_DANCE_ENABLE = yes
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|
OLED_DRIVER_ENABLE = no
|
|
LTO_ENABLE = yes
|
|
|
|
# If you want to change the display of OLED, you need to change here
|
|
SRC += ./common/oled_helper.c \
|