diff options
author | Drashna Jaelre <drashna@live.com> | 2018-10-27 12:17:15 -0700 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-10-28 08:44:58 -0700 |
commit | 9d27bb512f86757607a1e7a46688568198e7ce7d (patch) | |
tree | 2ccd919fb2d8482a390a822e0e9951e8f6a88c8a /users | |
parent | d29a61e9ce39947cc2618c5d19d36f063bb0255b (diff) |
Fix userspace config.h
Diffstat (limited to 'users')
-rw-r--r-- | users/drashna/config.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h index 0d41359cca..9d7d20add0 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h @@ -69,15 +69,4 @@ #define NO_ACTION_MACRO #define NO_ACTION_FUNCTION -#define DISABLE_LEADER - #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 |