mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-14 07:55:28 +00:00
649b33d778
* fixes from tmk's repo * rename keyboard to keyboards
9 lines
135 B
C
9 lines
135 B
C
#ifndef CONFIG_USER_H
|
|
#define CONFIG_USER_H 1
|
|
|
|
#include "config.h"
|
|
|
|
#undef LOCKING_SUPPORT_ENABLE
|
|
#undef LOCKING_RESYNC_ENABLE
|
|
|
|
#endif
|