Initial commit

This commit is contained in:
2026-01-04 03:48:59 -05:00
commit a14368a0e8
5 changed files with 255 additions and 0 deletions

19
rules.mk Normal file
View 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