1
0
Fork 0

Add bootmagic salt key to avoid accidental configuration

This commit is contained in:
tmk 2013-07-24 00:41:28 +09:00
parent 7e5081b5a8
commit 05225dd9d8
4 changed files with 20 additions and 1 deletions

View file

@ -2,6 +2,12 @@
#define BOOTMAGIC_H
/* bootmagic salt key */
#ifndef BOOTMAGIC_KEY_SALT
#define BOOTMAGIC_KEY_SALT KC_SPACE
#endif
/* skip bootmagic and eeconfig */
#ifndef BOOTMAGIC_KEY_SKIP
#define BOOTMAGIC_KEY_SKIP KC_ESC
#endif