summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/40percentclub/4pack/info.json1
-rw-r--r--keyboards/40percentclub/sixpack/info.json1
-rw-r--r--keyboards/8pack/info.json1
-rw-r--r--keyboards/ai03/equinox/rev0/info.json1
-rw-r--r--keyboards/amjkeyboard/amj66/info.json1
-rw-r--r--keyboards/anavi/macropad8/info.json1
-rw-r--r--keyboards/bear_face/info.json1
-rw-r--r--keyboards/cablecardesigns/cypher/rev6/info.json1
-rw-r--r--keyboards/cest73/tkm/info.json1
-rw-r--r--keyboards/checkerboards/nop60/info.json1
-rw-r--r--keyboards/checkerboards/quark_plus/info.json1
-rw-r--r--keyboards/checkerboards/snop60/info.json1
-rw-r--r--keyboards/efreet/info.json1
-rw-r--r--keyboards/gray_studio/cod67/info.json1
-rw-r--r--keyboards/handwired/bdn9_ble/info.json1
-rw-r--r--keyboards/kc60se/info.json1
-rw-r--r--keyboards/keebio/iris/rev1/info.json1
-rw-r--r--keyboards/kopibeng/xt65/info.json1
-rw-r--r--keyboards/kprepublic/cospad/info.json1
-rw-r--r--keyboards/ktec/daisy/info.json1
-rw-r--r--keyboards/ktec/staryu/info.json1
-rw-r--r--keyboards/maple_computing/christmas_tree/info.json1
-rw-r--r--keyboards/maple_computing/ivy/rev1/info.json1
-rw-r--r--keyboards/maple_computing/jnao/info.json1
-rw-r--r--keyboards/melgeek/mj6xy/rev3/info.json1
-rw-r--r--keyboards/mntre/config.h2
-rw-r--r--keyboards/mt/mt40/info.json1
-rw-r--r--keyboards/nopunin10did/jabberwocky/v2/info.json4
-rw-r--r--keyboards/org60/info.json1
-rw-r--r--keyboards/playkbtw/ca66/info.json1
-rw-r--r--keyboards/sandwich/keeb68/info.json1
-rw-r--r--keyboards/tkc/osav2/info.json1
-rw-r--r--keyboards/v60_type_r/info.json1
-rw-r--r--keyboards/viktus/osav2/info.json1
-rw-r--r--keyboards/westfoxtrot/cypher/rev5/info.json1
-rw-r--r--keyboards/xiudi/xd60/rev2/info.json1
-rw-r--r--keyboards/xiudi/xd60/rev3/info.json1
-rw-r--r--keyboards/xiudi/xd68/info.json1
-rw-r--r--keyboards/xiudi/xd84pro/info.json1
-rw-r--r--keyboards/xiudi/xd87/info.json1
40 files changed, 40 insertions, 4 deletions
diff --git a/keyboards/40percentclub/4pack/info.json b/keyboards/40percentclub/4pack/info.json
index 9709807612..31d4559883 100644
--- a/keyboards/40percentclub/4pack/info.json
+++ b/keyboards/40percentclub/4pack/info.json
@@ -9,6 +9,7 @@
"device_version": "0.0.1"
},
"backlight": {
+ "driver": "timer",
"pins": ["F6", "F7"]
},
"processor": "atmega32u4",
diff --git a/keyboards/40percentclub/sixpack/info.json b/keyboards/40percentclub/sixpack/info.json
index 3483c7d4df..cd4864fbd1 100644
--- a/keyboards/40percentclub/sixpack/info.json
+++ b/keyboards/40percentclub/sixpack/info.json
@@ -9,6 +9,7 @@
"device_version": "10.0.1"
},
"backlight": {
+ "driver": "timer",
"pins": ["F4", "F5"],
"levels": 6,
"breathing": true
diff --git a/keyboards/8pack/info.json b/keyboards/8pack/info.json
index fffac7d426..b572bdd0e9 100644
--- a/keyboards/8pack/info.json
+++ b/keyboards/8pack/info.json
@@ -8,6 +8,7 @@
"pid": "0x2171"
},
"backlight": {
+ "driver": "timer",
"pins": ["D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5"],
"levels": 8
},
diff --git a/keyboards/ai03/equinox/rev0/info.json b/keyboards/ai03/equinox/rev0/info.json
index f5dd365564..396f50c376 100644
--- a/keyboards/ai03/equinox/rev0/info.json
+++ b/keyboards/ai03/equinox/rev0/info.json
@@ -5,6 +5,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "D1",
"levels": 5,
"breathing": true
diff --git a/keyboards/amjkeyboard/amj66/info.json b/keyboards/amjkeyboard/amj66/info.json
index a28b91d7c6..07a170a3f6 100644
--- a/keyboards/amjkeyboard/amj66/info.json
+++ b/keyboards/amjkeyboard/amj66/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "D4",
"breathing": true
},
diff --git a/keyboards/anavi/macropad8/info.json b/keyboards/anavi/macropad8/info.json
index b21f12b7d7..2ff901c0d5 100644
--- a/keyboards/anavi/macropad8/info.json
+++ b/keyboards/anavi/macropad8/info.json
@@ -9,6 +9,7 @@
"device_version": "0.0.1"
},
"backlight": {
+ "driver": "timer",
"pin": "D7",
"breathing": true
},
diff --git a/keyboards/bear_face/info.json b/keyboards/bear_face/info.json
index 0c3e614803..e0df316093 100644
--- a/keyboards/bear_face/info.json
+++ b/keyboards/bear_face/info.json
@@ -15,6 +15,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "F7"
},
"processor": "atmega32u4",
diff --git a/keyboards/cablecardesigns/cypher/rev6/info.json b/keyboards/cablecardesigns/cypher/rev6/info.json
index 9722db7a63..5bd725322e 100644
--- a/keyboards/cablecardesigns/cypher/rev6/info.json
+++ b/keyboards/cablecardesigns/cypher/rev6/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "D0",
"levels": 5,
"breathing": true
diff --git a/keyboards/cest73/tkm/info.json b/keyboards/cest73/tkm/info.json
index 028e028159..6447189b93 100644
--- a/keyboards/cest73/tkm/info.json
+++ b/keyboards/cest73/tkm/info.json
@@ -15,6 +15,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "E6"
},
"indicators": {
diff --git a/keyboards/checkerboards/nop60/info.json b/keyboards/checkerboards/nop60/info.json
index 8b164a9982..7dff63e711 100644
--- a/keyboards/checkerboards/nop60/info.json
+++ b/keyboards/checkerboards/nop60/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "D1",
"levels": 6,
"breathing": true
diff --git a/keyboards/checkerboards/quark_plus/info.json b/keyboards/checkerboards/quark_plus/info.json
index 3b8803ce71..bbe63a750b 100644
--- a/keyboards/checkerboards/quark_plus/info.json
+++ b/keyboards/checkerboards/quark_plus/info.json
@@ -31,6 +31,7 @@
]
},
"backlight": {
+ "driver": "timer",
"pin": "C4",
"levels": 6,
"breathing": true
diff --git a/keyboards/checkerboards/snop60/info.json b/keyboards/checkerboards/snop60/info.json
index 00194c0184..fe9f30e289 100644
--- a/keyboards/checkerboards/snop60/info.json
+++ b/keyboards/checkerboards/snop60/info.json
@@ -19,6 +19,7 @@
]
},
"backlight": {
+ "driver": "timer",
"pin": "D1",
"levels": 6,
"breathing": true
diff --git a/keyboards/efreet/info.json b/keyboards/efreet/info.json
index ea2a48be25..b7749ed341 100644
--- a/keyboards/efreet/info.json
+++ b/keyboards/efreet/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "D0",
"breathing": true
},
diff --git a/keyboards/gray_studio/cod67/info.json b/keyboards/gray_studio/cod67/info.json
index 91b6668581..fa47399232 100644
--- a/keyboards/gray_studio/cod67/info.json
+++ b/keyboards/gray_studio/cod67/info.json
@@ -23,6 +23,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "D4",
"on_state": 0
},
diff --git a/keyboards/handwired/bdn9_ble/info.json b/keyboards/handwired/bdn9_ble/info.json
index eb6e57abde..bb8258c7cf 100644
--- a/keyboards/handwired/bdn9_ble/info.json
+++ b/keyboards/handwired/bdn9_ble/info.json
@@ -9,6 +9,7 @@
"device_version": "1.0.0"
},
"backlight": {
+ "driver": "timer",
"pin": "F6",
"levels": 5
},
diff --git a/keyboards/kc60se/info.json b/keyboards/kc60se/info.json
index afca676446..ff9fa35165 100644
--- a/keyboards/kc60se/info.json
+++ b/keyboards/kc60se/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "F5",
"levels": 6
},
diff --git a/keyboards/keebio/iris/rev1/info.json b/keyboards/keebio/iris/rev1/info.json
index a389e7ae09..fef671c457 100644
--- a/keyboards/keebio/iris/rev1/info.json
+++ b/keyboards/keebio/iris/rev1/info.json
@@ -10,6 +10,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "D2",
"levels": 5
},
diff --git a/keyboards/kopibeng/xt65/info.json b/keyboards/kopibeng/xt65/info.json
index 650e0e05b2..17e61aaf4d 100644
--- a/keyboards/kopibeng/xt65/info.json
+++ b/keyboards/kopibeng/xt65/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "B1",
"levels": 5
},
diff --git a/keyboards/kprepublic/cospad/info.json b/keyboards/kprepublic/cospad/info.json
index 90b9dab4a1..82b6abec6c 100644
--- a/keyboards/kprepublic/cospad/info.json
+++ b/keyboards/kprepublic/cospad/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "F7",
"on_state": 0
},
diff --git a/keyboards/ktec/daisy/info.json b/keyboards/ktec/daisy/info.json
index aa9a45477a..b11e946096 100644
--- a/keyboards/ktec/daisy/info.json
+++ b/keyboards/ktec/daisy/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "D0",
"levels": 6
},
diff --git a/keyboards/ktec/staryu/info.json b/keyboards/ktec/staryu/info.json
index da277a0ae0..2235bafbb3 100644
--- a/keyboards/ktec/staryu/info.json
+++ b/keyboards/ktec/staryu/info.json
@@ -9,6 +9,7 @@
"device_version": "2.0.5"
},
"backlight": {
+ "driver": "timer",
"pins": ["C2", "C7", "D5", "D6", "B0"],
"levels": 10
},
diff --git a/keyboards/maple_computing/christmas_tree/info.json b/keyboards/maple_computing/christmas_tree/info.json
index 0a19667957..e675f2f932 100644
--- a/keyboards/maple_computing/christmas_tree/info.json
+++ b/keyboards/maple_computing/christmas_tree/info.json
@@ -13,6 +13,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "D2"
},
"processor": "atmega32u4",
diff --git a/keyboards/maple_computing/ivy/rev1/info.json b/keyboards/maple_computing/ivy/rev1/info.json
index 3b971cb673..de89abee75 100644
--- a/keyboards/maple_computing/ivy/rev1/info.json
+++ b/keyboards/maple_computing/ivy/rev1/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "D2"
},
"processor": "atmega32u4",
diff --git a/keyboards/maple_computing/jnao/info.json b/keyboards/maple_computing/jnao/info.json
index f1e753017f..73ddf107ec 100644
--- a/keyboards/maple_computing/jnao/info.json
+++ b/keyboards/maple_computing/jnao/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "D0"
},
"processor": "atmega32u4",
diff --git a/keyboards/melgeek/mj6xy/rev3/info.json b/keyboards/melgeek/mj6xy/rev3/info.json
index 3b5c7375a4..74e77035ca 100644
--- a/keyboards/melgeek/mj6xy/rev3/info.json
+++ b/keyboards/melgeek/mj6xy/rev3/info.json
@@ -5,7 +5,6 @@
},
"diode_direction": "COL2ROW",
"backlight": {
- "driver": "software",
"pin": "B7",
"levels": 10
},
diff --git a/keyboards/mntre/config.h b/keyboards/mntre/config.h
index 55a7a8457e..c12ca23672 100644
--- a/keyboards/mntre/config.h
+++ b/keyboards/mntre/config.h
@@ -3,7 +3,7 @@
#pragma once
-#define BACKLIGHT_CUSTOM_RESOLUTION 0x400
+#define BACKLIGHT_RESOLUTION 0x400
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
diff --git a/keyboards/mt/mt40/info.json b/keyboards/mt/mt40/info.json
index f53e9f60d4..7b4a0cac64 100644
--- a/keyboards/mt/mt40/info.json
+++ b/keyboards/mt/mt40/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "D2"
},
"rgblight": {
diff --git a/keyboards/nopunin10did/jabberwocky/v2/info.json b/keyboards/nopunin10did/jabberwocky/v2/info.json
index 71d6d94542..64848c0552 100644
--- a/keyboards/nopunin10did/jabberwocky/v2/info.json
+++ b/keyboards/nopunin10did/jabberwocky/v2/info.json
@@ -14,8 +14,8 @@
},
"diode_direction": "COL2ROW",
"backlight": {
- "driver": "software",
- "pins": ["D6"],
+ "driver": "timer",
+ "pin": "D6",
"levels": 6
},
"indicators": {
diff --git a/keyboards/org60/info.json b/keyboards/org60/info.json
index bc922012f0..c1de3084ed 100644
--- a/keyboards/org60/info.json
+++ b/keyboards/org60/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "F5",
"levels": 6
},
diff --git a/keyboards/playkbtw/ca66/info.json b/keyboards/playkbtw/ca66/info.json
index 3f9538f31c..60b17cfb46 100644
--- a/keyboards/playkbtw/ca66/info.json
+++ b/keyboards/playkbtw/ca66/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "F0"
},
"rgblight": {
diff --git a/keyboards/sandwich/keeb68/info.json b/keyboards/sandwich/keeb68/info.json
index ec09badedf..df8b91a338 100644
--- a/keyboards/sandwich/keeb68/info.json
+++ b/keyboards/sandwich/keeb68/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "C7",
"levels": 5,
"breathing": true
diff --git a/keyboards/tkc/osav2/info.json b/keyboards/tkc/osav2/info.json
index 7a59bb65db..c882c073ac 100644
--- a/keyboards/tkc/osav2/info.json
+++ b/keyboards/tkc/osav2/info.json
@@ -21,6 +21,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "D6",
"breathing": true
},
diff --git a/keyboards/v60_type_r/info.json b/keyboards/v60_type_r/info.json
index 8a2b7827ce..760a4f7356 100644
--- a/keyboards/v60_type_r/info.json
+++ b/keyboards/v60_type_r/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "F7",
"on_state": 0
},
diff --git a/keyboards/viktus/osav2/info.json b/keyboards/viktus/osav2/info.json
index eba02a4137..b528bac281 100644
--- a/keyboards/viktus/osav2/info.json
+++ b/keyboards/viktus/osav2/info.json
@@ -44,6 +44,7 @@
"pin": "D4"
},
"backlight": {
+ "driver": "timer",
"levels": 6,
"max_brightness": 191,
"pin": "D6"
diff --git a/keyboards/westfoxtrot/cypher/rev5/info.json b/keyboards/westfoxtrot/cypher/rev5/info.json
index c7e62632e2..6cb14f3b0e 100644
--- a/keyboards/westfoxtrot/cypher/rev5/info.json
+++ b/keyboards/westfoxtrot/cypher/rev5/info.json
@@ -12,6 +12,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "D0",
"levels": 5,
"breathing": true
diff --git a/keyboards/xiudi/xd60/rev2/info.json b/keyboards/xiudi/xd60/rev2/info.json
index 2fae5080c3..a253f14b24 100644
--- a/keyboards/xiudi/xd60/rev2/info.json
+++ b/keyboards/xiudi/xd60/rev2/info.json
@@ -9,6 +9,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "F5",
"levels": 6,
"on_state": 0
diff --git a/keyboards/xiudi/xd60/rev3/info.json b/keyboards/xiudi/xd60/rev3/info.json
index c77b145607..6cc83bef59 100644
--- a/keyboards/xiudi/xd60/rev3/info.json
+++ b/keyboards/xiudi/xd60/rev3/info.json
@@ -9,6 +9,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "F5",
"levels": 6,
"on_state": 0
diff --git a/keyboards/xiudi/xd68/info.json b/keyboards/xiudi/xd68/info.json
index 27f40e6ee8..5332e1243f 100644
--- a/keyboards/xiudi/xd68/info.json
+++ b/keyboards/xiudi/xd68/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "F5",
"levels": 6,
"breathing": true,
diff --git a/keyboards/xiudi/xd84pro/info.json b/keyboards/xiudi/xd84pro/info.json
index 1df9eccb0f..697d267741 100644
--- a/keyboards/xiudi/xd84pro/info.json
+++ b/keyboards/xiudi/xd84pro/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "F5",
"levels": 10,
"on_state": 0
diff --git a/keyboards/xiudi/xd87/info.json b/keyboards/xiudi/xd87/info.json
index 4226947c25..74495b0f9f 100644
--- a/keyboards/xiudi/xd87/info.json
+++ b/keyboards/xiudi/xd87/info.json
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
+ "driver": "timer",
"pin": "D0",
"on_state": 0
},