forked from forks/qmk_firmware
11 lines
200 B
Makefile
11 lines
200 B
Makefile
|
AUTO_SHIFT_ENABLE = no
|
||
|
AUTO_SHIFT_MODIFIERS = no
|
||
|
RGBLIGHT_ENABLE = no
|
||
|
BACKLIGHT_ENABLE = no
|
||
|
UNICODE_ENABLE = yes
|
||
|
DEFAULT_FOLDER = levinson/rev2
|
||
|
|
||
|
ifndef QUANTUM_DIR
|
||
|
include ../../../../Makefile
|
||
|
endif
|