14 lines
429 B
C
14 lines
429 B
C
/* 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 */
|