Initial commit
This commit is contained in:
13
config.h
Normal file
13
config.h
Normal 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 */
|
||||
Reference in New Issue
Block a user