summary refs log tree commit diff
path: root/keyboards/handwired/jot50
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-22 12:12:42 +1100
committerGitHub <noreply@github.com>2023-02-22 01:12:42 +0000
commit26854f59402f3f4b7ca5cfe0f3dd665a680715f5 (patch)
tree489ba3925d5138b2b424c2a40347027901f21153 /keyboards/handwired/jot50
parent499fc3b85e99de725535eb73f653d77a71339e3f (diff)
Remove default and unused `BACKLIGHT_LEVELS` (#19898)
Diffstat (limited to 'keyboards/handwired/jot50')
-rw-r--r--keyboards/handwired/jot50/config.h1
-rw-r--r--keyboards/handwired/jot50/info.json3
2 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/handwired/jot50/config.h b/keyboards/handwired/jot50/config.h
index b21b1c627f..7f9a8c5ab6 100644
--- a/keyboards/handwired/jot50/config.h
+++ b/keyboards/handwired/jot50/config.h
@@ -6,7 +6,6 @@
 #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, D3, D2, D1, D0, D4, C6 }
 
 /* leds */
-#define BACKLIGHT_LEVELS 3
 #define BACKLIGHT_PIN B5
 #define BACKLIGHT_BREATHING
 
diff --git a/keyboards/handwired/jot50/info.json b/keyboards/handwired/jot50/info.json
index 4cc8b88fd4..db08eef195 100644
--- a/keyboards/handwired/jot50/info.json
+++ b/keyboards/handwired/jot50/info.json
@@ -8,9 +8,6 @@
         "pid": "0x6060",
         "device_version": "0.0.1"
     },
-    "backlight": {
-        "breathing_period": 5
-    },
     "processor": "atmega32u4",
     "bootloader": "caterina",
     "community_layouts": ["ortho_5x12"],