diff options
Diffstat (limited to 'tmk_core/common/bootmagic.h')
-rw-r--r-- | tmk_core/common/bootmagic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/bootmagic.h b/tmk_core/common/bootmagic.h index 8f6618f4b..f3ea6a24d 100644 --- a/tmk_core/common/bootmagic.h +++ b/tmk_core/common/bootmagic.h | |||
@@ -2,6 +2,8 @@ | |||
2 | #define BOOTMAGIC_H | 2 | #define BOOTMAGIC_H |
3 | 3 | ||
4 | 4 | ||
5 | /* FIXME: Add special doxygen comments for defines here. */ | ||
6 | |||
5 | /* bootmagic salt key */ | 7 | /* bootmagic salt key */ |
6 | #ifndef BOOTMAGIC_KEY_SALT | 8 | #ifndef BOOTMAGIC_KEY_SALT |
7 | #define BOOTMAGIC_KEY_SALT KC_SPACE | 9 | #define BOOTMAGIC_KEY_SALT KC_SPACE |