diff options
Diffstat (limited to 'keyboards/mt980/config.h')
-rw-r--r-- | keyboards/mt980/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/mt980/config.h b/keyboards/mt980/config.h index 9b5abf919f..88c25a5870 100644 --- a/keyboards/mt980/config.h +++ b/keyboards/mt980/config.h @@ -46,3 +46,7 @@ #define RGBLIGHT_VAL_STEP 8 #define RGBLIGHT_LIMIT_VAL 185 #endif + +/* Place bootmagic key on Esc */ +#define BOOTMAGIC_LITE_ROW 5 +#define BOOTMAGIC_LITE_COLUMN 0 |