summaryrefslogtreecommitdiff
path: root/keyboards/keebio/bamfk1/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/bamfk1/info.json')
-rw-r--r--keyboards/keebio/bamfk1/info.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/keyboards/keebio/bamfk1/info.json b/keyboards/keebio/bamfk1/info.json
index 77dcc1f7dd..c8055bfc52 100644
--- a/keyboards/keebio/bamfk1/info.json
+++ b/keyboards/keebio/bamfk1/info.json
@@ -8,6 +8,12 @@
"pid": "0x1111",
"device_version": "0.0.1"
},
+ "rgblight": {
+ "saturation_steps": 8,
+ "brightness_steps": 8,
+ "led_count": 16,
+ "sleep": true
+ },
"ws2812": {
"pin": "D3"
},
@@ -21,21 +27,15 @@
"bootloader": "atmel-dfu",
"matrix_pins": {
"direct": [
- ["E6", "B6", "D6", null],
- [null, null, null, null]
+ ["E6", "B6", "D6"]
]
},
"layouts": {
"LAYOUT": {
"layout": [
- {"x": 1.5, "y": 0, "h": 2, "w": 2, "matrix": [0, 0]},
- {"x": 0.5, "y": 2.25, "matrix": [0, 1]},
- {"x": 3.5, "y": 2.25, "matrix": [0, 2]},
-
- {"x": 0, "y": 3.5, "matrix": [1, 0]},
- {"x": 1, "y": 3.5, "matrix": [1, 1]},
- {"x": 3, "y": 3.5, "matrix": [1, 2]},
- {"x": 4, "y": 3.5, "matrix": [1, 3]}
+ {"x": 1, "y": 0, "h": 2, "w": 2, "matrix": [0, 0]},
+ {"x": 0, "y": 2.25, "matrix": [0, 1]},
+ {"x": 3, "y": 2.25, "matrix": [0, 2]}
]
}
}