diff options
Diffstat (limited to 'common/bootmagic.h')
| -rw-r--r-- | common/bootmagic.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/bootmagic.h b/common/bootmagic.h index 68935e970..2d14b3e76 100644 --- a/common/bootmagic.h +++ b/common/bootmagic.h | |||
| @@ -2,6 +2,12 @@ | |||
| 2 | #define BOOTMAGIC_H | 2 | #define BOOTMAGIC_H |
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | /* bootmagic salt key */ | ||
| 6 | #ifndef BOOTMAGIC_KEY_SALT | ||
| 7 | #define BOOTMAGIC_KEY_SALT KC_SPACE | ||
| 8 | #endif | ||
| 9 | |||
| 10 | /* skip bootmagic and eeconfig */ | ||
| 5 | #ifndef BOOTMAGIC_KEY_SKIP | 11 | #ifndef BOOTMAGIC_KEY_SKIP |
| 6 | #define BOOTMAGIC_KEY_SKIP KC_ESC | 12 | #define BOOTMAGIC_KEY_SKIP KC_ESC |
| 7 | #endif | 13 | #endif |
