diff options
Diffstat (limited to 'keyboards/j80')
-rw-r--r-- | keyboards/j80/config.h | 4 | ||||
-rw-r--r-- | keyboards/j80/info.json | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/j80/config.h b/keyboards/j80/config.h index 9c94cb7153..bd4ee4ca21 100644 --- a/keyboards/j80/config.h +++ b/keyboards/j80/config.h @@ -26,9 +26,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW -#define LED_NUM_LOCK_PIN D0 -#define LED_CAPS_LOCK_PIN D1 -#define LED_SCROLL_LOCK_PIN D6 - #define BACKLIGHT_LEVELS 3 #define BACKLIGHT_PIN D4 diff --git a/keyboards/j80/info.json b/keyboards/j80/info.json index 48553be0e0..a802143866 100644 --- a/keyboards/j80/info.json +++ b/keyboards/j80/info.json @@ -8,6 +8,11 @@ "pid": "0x422D", "device_version": "0.0.1" }, + "indicators": { + "caps_lock": "D1", + "num_lock": "D0", + "scroll_lock": "D6" + }, "processor": "atmega32a", "bootloader": "bootloadhid", "layouts": { |