mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-26 19:18:03 +06:00
10 lines
175 B
C
10 lines
175 B
C
|
#ifndef USERSPACE_CONFIG_H
|
||
|
#define USERSPACE_CONFIG_H
|
||
|
|
||
|
#define PREVENT_STUCK_MODIFIERS
|
||
|
#define IGNORE_MOD_TAP_INTERRUPT
|
||
|
|
||
|
#define RESET_LAYER 15
|
||
|
|
||
|
#endif // !USERSPACE_CONFIG_H
|