10 lines
143 B
C
10 lines
143 B
C
|
#ifndef CONFIG_USER_H
|
||
|
#define CONFIG_USER_H
|
||
|
|
||
|
#include "../../config.h"
|
||
|
|
||
|
// keymap needs oneshot functionality
|
||
|
#undef NO_ACTION_ONESHOT
|
||
|
|
||
|
#endif
|