diff options
author | Drashna Jaelre <drashna@live.com> | 2018-10-25 22:08:49 -0700 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-10-28 08:44:58 -0700 |
commit | d29a61e9ce39947cc2618c5d19d36f063bb0255b (patch) | |
tree | cdb71adb0b562a6c82ff503bfcc7d3cc0a75cbe5 /users/drashna/config.h | |
parent | ba7a1e89769049ba24de92e6538875803079a702 (diff) |
Add Bootmagic Lite for now
Diffstat (limited to 'users/drashna/config.h')
-rw-r--r-- | users/drashna/config.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h index 4545b34ef6..0d41359cca 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h @@ -73,4 +73,11 @@ #define MACRO_TIMER 5 - +#if !defined(BOOTMAGIC_LITE) && !defined(BOOTMAGIC_ENABLE) +#ifndef BOOTMAGIC_LITE_COLUMN + #define BOOTMAGIC_LITE_COLUMN 0 +#endif +#ifndef BOOTMAGIC_LITE_ROW + #define BOOTMAGIC_LITE_ROW 0 +#endif +#endif |