summaryrefslogtreecommitdiff
path: root/keyboards/doio/kb38
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/doio/kb38')
-rw-r--r--keyboards/doio/kb38/config.h1
-rw-r--r--keyboards/doio/kb38/info.json9
2 files changed, 6 insertions, 4 deletions
diff --git a/keyboards/doio/kb38/config.h b/keyboards/doio/kb38/config.h
index 740f1baea7..ff90cbc8a7 100644
--- a/keyboards/doio/kb38/config.h
+++ b/keyboards/doio/kb38/config.h
@@ -3,7 +3,6 @@
#pragma once
-#define RGB_DI_PIN F6
#define RGB_MATRIX_LED_COUNT 44
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
diff --git a/keyboards/doio/kb38/info.json b/keyboards/doio/kb38/info.json
index 227511295c..9a468931b4 100644
--- a/keyboards/doio/kb38/info.json
+++ b/keyboards/doio/kb38/info.json
@@ -2,7 +2,7 @@
"manufacturer": "Doio",
"keyboard_name": "doio/kb38",
"maintainer": "PepperKats",
- "url": "https://www.keebmonkey.com/products/megalodon-doio-triple-knob-38-keyboard-with-oled-screen",
+ "url": "https://www.keebmonkey.com/products/megalodon-doio-triple-knob-38-keyboard-with-oled-screen",
"bootloader": "atmel-dfu",
"diode_direction": "COL2ROW",
"features": {
@@ -32,6 +32,9 @@
{"pin_a": "D6", "pin_b": "D7", "resolution": 2}
]
},
+ "ws2812": {
+ "pin": "F6"
+ },
"rgb_matrix": {
"driver": "WS2812",
"layout": [
@@ -43,7 +46,7 @@
{"flags": 4, "matrix": [0, 5], "x":174.2, "y":0},
{"flags": 4, "matrix": [0, 6], "x":199.1, "y":0},
{"flags": 4, "matrix": [0, 7], "x":224, "y":0},
-
+
{"flags": 4, "matrix": [1, 0], "x":0, "y":12.8},
{"flags": 4, "matrix": [1, 1], "x":24.9, "y":12.8},
{"flags": 4, "matrix": [1, 2], "x":49.8, "y":12.8},
@@ -139,4 +142,4 @@
]
}
}
-} \ No newline at end of file
+}