diff options
Diffstat (limited to 'keyboards/neito')
-rw-r--r-- | keyboards/neito/config.h | 1 | ||||
-rw-r--r-- | keyboards/neito/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/neito/config.h b/keyboards/neito/config.h index 8c0f83f245..c7b9d0b06d 100644 --- a/keyboards/neito/config.h +++ b/keyboards/neito/config.h @@ -25,7 +25,6 @@ #define ENCODERS_PAD_B { B0 } #define ENCODER_RESOLUTION 4 -#define LED_CAPS_LOCK_PIN B6 #define BACKLIGHT_ON_STATE 0 #define BACKLIGHT_PIN B5 diff --git a/keyboards/neito/info.json b/keyboards/neito/info.json index a62445996d..999c42b0ed 100644 --- a/keyboards/neito/info.json +++ b/keyboards/neito/info.json @@ -8,6 +8,9 @@ "pid": "0xB44C", "device_version": "0.0.1" }, + "indicators": { + "caps_lock": "B6" + }, "processor": "atmega32u4", "bootloader": "atmel-dfu", "layouts": { |