mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-12 04:39:26 +00: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
|