diff options
Diffstat (limited to 'keyboards/mntre')
-rw-r--r-- | keyboards/mntre/config.h | 1 | ||||
-rw-r--r-- | keyboards/mntre/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/mntre/config.h b/keyboards/mntre/config.h index 4a2ca0dcf1..123d66fcdf 100644 --- a/keyboards/mntre/config.h +++ b/keyboards/mntre/config.h @@ -22,7 +22,6 @@ #define BACKLIGHT_PIN B7 #define BACKLIGHT_CUSTOM_RESOLUTION 0x400 -#define BACKLIGHT_LIMIT_VAL 84 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE diff --git a/keyboards/mntre/info.json b/keyboards/mntre/info.json index c5949adcb1..dd26827624 100644 --- a/keyboards/mntre/info.json +++ b/keyboards/mntre/info.json @@ -8,6 +8,9 @@ "pid": "0x1302", "device_version": "0.0.2" }, + "backlight": { + "max_brightness": 84 + }, "processor": "atmega32u4", "bootloader": "atmel-dfu", "layouts": { |