Adapts experimental layout file format

master
Erez Zukerman 2016-06-20 22:27:17 -04:00
parent eda5e84164
commit f77df7e356
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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