Initial commit
This commit is contained in:
19
rules.mk
Normal file
19
rules.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user