summaryrefslogtreecommitdiffstats
path: root/keyboards/aos
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/aos')
-rw-r--r--keyboards/aos/tkl/config.h1
-rw-r--r--keyboards/aos/tkl/info.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/aos/tkl/config.h b/keyboards/aos/tkl/config.h
index b84c595315..a30a446491 100644
--- a/keyboards/aos/tkl/config.h
+++ b/keyboards/aos/tkl/config.h
@@ -35,4 +35,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define RGBLIGHT_HUE_STEP 8
# define RGBLIGHT_SAT_STEP 8
# define RGBLIGHT_VAL_STEP 8
-# define RGBLIGHT_LIMIT_VAL 50
diff --git a/keyboards/aos/tkl/info.json b/keyboards/aos/tkl/info.json
index 903079248a..9b4f70a7ef 100644
--- a/keyboards/aos/tkl/info.json
+++ b/keyboards/aos/tkl/info.json
@@ -10,6 +10,9 @@
"ws2812": {
"pin": "E6"
},
+ "rgblight": {
+ "max_brightness": 50
+ },
"matrix_pins": {
"cols": ["B0", "B1", "B2", "B3", "F4", "F5", "F6", "F7", "B6", "B5", "D7", "B4", "D6", "F0", "D1", "C6", "D4"],
"rows": ["D3", "D2", "B7", "F1", "C7", "D5"]