mirror of
https://github.com/nalf3in/vial-qmk.git
synced 2025-12-22 03:30:03 +00:00
15 lines
295 B
Makefile
15 lines
295 B
Makefile
JOYSTICK_ENABLE = yes
|
|
OLED_ENABLE = yes
|
|
|
|
LEDS_ENABLE = yes
|
|
THUMBSTICK_ENABLE = yes
|
|
|
|
LTO_ENABLE = yes
|
|
|
|
SRC += state.c
|
|
|
|
VPATH += keyboards/handwired/replicazeron/common
|
|
|
|
# redirect compilation against "handwired/replicazeron" to the stm32 variant
|
|
DEFAULT_FOLDER = handwired/replicazeron/stm32f103
|