summaryrefslogtreecommitdiff
path: root/keyboards/neito
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/neito')
-rw-r--r--keyboards/neito/config.h2
-rw-r--r--keyboards/neito/info.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/neito/config.h b/keyboards/neito/config.h
index 34486ec609..1aa349df4c 100644
--- a/keyboards/neito/config.h
+++ b/keyboards/neito/config.h
@@ -23,8 +23,6 @@
#define ENCODERS_PAD_B { B0 }
#define ENCODER_RESOLUTION 4
-#define BACKLIGHT_ON_STATE 0
-
#define BACKLIGHT_PIN B5
#define BACKLIGHT_LEVELS 5
diff --git a/keyboards/neito/info.json b/keyboards/neito/info.json
index 999c42b0ed..36b8e0ba22 100644
--- a/keyboards/neito/info.json
+++ b/keyboards/neito/info.json
@@ -8,6 +8,9 @@
"pid": "0xB44C",
"device_version": "0.0.1"
},
+ "backlight": {
+ "on_state": 0
+ },
"indicators": {
"caps_lock": "B6"
},