summaryrefslogtreecommitdiff
path: root/keyboards/boston/info.json
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-08-29 21:24:43 +1000
committerNick Brassel <nick@tzarc.org>2023-08-29 21:24:43 +1000
commit31a91add168c956655ace8ec4cf9750db1e2cfc6 (patch)
tree12cea9b5f8e769f9611a31cbaede9537edad71cc /keyboards/boston/info.json
parentf07490bc092e365ba03dc685b3fc30ad0bf0b752 (diff)
parentedaf8a87ef3164f8986b0a8eb171d4879b45414c (diff)
Merge branch 'develop'0.22.0
Diffstat (limited to 'keyboards/boston/info.json')
-rw-r--r--keyboards/boston/info.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/boston/info.json b/keyboards/boston/info.json
index 76d6cb41ab..39c5a7c160 100644
--- a/keyboards/boston/info.json
+++ b/keyboards/boston/info.json
@@ -18,11 +18,29 @@
{"pin_a": "C13", "pin_b": "F1", "resolution": 2}
]
},
+ "qmk": {
+ "tap_keycode_delay": 15
+ },
"backlight": {
"pin": "A6",
"levels": 6,
"breathing": true
},
+ "rgblight": {
+ "led_count": 1,
+ "animations": {
+ "breathing": true,
+ "rainbow_mood": true,
+ "rainbow_swirl": true,
+ "snake": true,
+ "knight": true,
+ "christmas": true,
+ "static_gradient": true,
+ "rgb_test": true,
+ "alternating": true,
+ "twinkle": true
+ }
+ },
"ws2812": {
"pin": "A5"
},