mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-06-08 16:02:17 +01:00
Add bootmagic salt key to avoid accidental configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user