You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
175 B
C
10 lines
175 B
C
7 years ago
|
#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
|