Add Bootmagic Lite for now

This commit is contained in:
Drashna Jaelre 2018-10-25 22:08:49 -07:00 committed by MechMerlin
parent ba7a1e8976
commit d29a61e9ce
3 changed files with 27 additions and 2 deletions

View file

@ -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