moved to handwired folder

This commit is contained in:
di0ib 2016-08-14 14:13:58 -10:00
parent 288bf4faa3
commit 959c48e146
17 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,12 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
/* bootmagic salt key */
#define BOOTMAGIC_KEY_SALT KC_ESC
/* skip bootmagic and eeconfig */
#define BOOTMAGIC_KEY_SKIP KC_SPACE
#endif