mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 22:19:29 +00:00
9 lines
143 B
C
9 lines
143 B
C
|
#ifndef USERSPACE_CONFIG_H
|
||
|
#define USERSPACE_CONFIG_H
|
||
|
|
||
|
#define IGNORE_MOD_TAP_INTERRUPT
|
||
|
|
||
|
#define RESET_LAYER 15
|
||
|
|
||
|
#endif // !USERSPACE_CONFIG_H
|