mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +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
|