From 05225dd9d8b666fec75ff5f1824f82fdfe7c0a77 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 24 Jul 2013 00:41:28 +0900 Subject: Add bootmagic salt key to avoid accidental configuration --- common/bootmagic.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/bootmagic.h') diff --git a/common/bootmagic.h b/common/bootmagic.h index 68935e9706..2d14b3e763 100644 --- a/common/bootmagic.h +++ b/common/bootmagic.h @@ -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 -- cgit v1.2.3