Add bootmagic salt key to avoid accidental configuration
This commit is contained in:
parent
7e5081b5a8
commit
05225dd9d8
4 changed files with 20 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue