20 lines
460 B
Makefile
20 lines
460 B
Makefile
# arcane - keyboard firmware
|
|
# Copyright (C) 2022-2024 Olive <hello@grasswren.net>
|
|
# see LICENCE file for licensing information
|
|
|
|
# decrease size
|
|
LTO_ENABLE = yes
|
|
AVR_USE_MINIMAL_PRINTF = yes
|
|
|
|
CONSOLE_ENABLE = no
|
|
COMMAND_ENABLE = no
|
|
MOUSEKEY_ENABLE = no
|
|
EXTRAKEY_ENABLE = no
|
|
|
|
SPACE_CADET_ENABLE = no
|
|
GRAVE_ESC_ENABLE = no
|
|
MAGIC_ENABLE = no
|
|
|
|
TAP_DANCE_ENABLE = yes
|
|
RGBLIGHT_ENABLE = yes
|