mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-24 20:32:58 +00:00
12 lines
156 B
C
12 lines
156 B
C
|
#ifndef CONFIG_USER_H
|
||
|
#define CONFIG_USER_H
|
||
|
|
||
|
#undef TAPPING_TOGGLE
|
||
|
|
||
|
#include "../../config.h"
|
||
|
#include "dudeofawesome.h"
|
||
|
|
||
|
#include "./visualizer.h"
|
||
|
|
||
|
#endif
|