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

13
config.h Normal file
View File

@@ -0,0 +1,13 @@
/* arcane - keyboard firmware
* Copyright (C) 2022-2024 Olive <hello@grasswren.net>
* see LICENCE file for licensing information */
/* decrease size */
#undef LOCKING_SUPPORT_ENABLE
#undef LOCKING_RESYNC_ENABLE
#define NO_ACTION_ONESHOT
#define NO_ACTION_TAPPING
#undef TAPPING_TERM /* increase buffer time after tap key */
#define TAPPING_TERM 270
#define ERGODOX_LED_30 /* force non-mirroring behaviour */