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) | |
| download | qmk_firmware-d29a61e9ce39947cc2618c5d19d36f063bb0255b.tar.gz qmk_firmware-d29a61e9ce39947cc2618c5d19d36f063bb0255b.zip | |
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 4545b34ef..0d41359cc 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h | |||
| @@ -73,4 +73,11 @@ | |||
| 73 | 73 | ||
| 74 | #define MACRO_TIMER 5 | 74 | #define MACRO_TIMER 5 |
| 75 | 75 | ||
| 76 | 76 | #if !defined(BOOTMAGIC_LITE) && !defined(BOOTMAGIC_ENABLE) | |
| 77 | #ifndef BOOTMAGIC_LITE_COLUMN | ||
| 78 | #define BOOTMAGIC_LITE_COLUMN 0 | ||
| 79 | #endif | ||
| 80 | #ifndef BOOTMAGIC_LITE_ROW | ||
| 81 | #define BOOTMAGIC_LITE_ROW 0 | ||
| 82 | #endif | ||
| 83 | #endif | ||
