@@ -3,3 +3,7 @@
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
COMMAND_ENABLE = no # Commands for debug and configuration
+
+ifndef QUANTUM_DIR
+ include ../../../../Makefile
+endif
@@ -1,8 +1,9 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config.h"
+#include "../../config.h"
#define ONESHOT_TAP_TOGGLE 2
-#define ONESHOT_TIMEOUT 3000
+#define ONESHOT_TIMEOUT 300
#endif