diff options
Diffstat (limited to 'keyboards/boardsource/the_mark')
-rw-r--r-- | keyboards/boardsource/the_mark/info.json | 5 | ||||
-rw-r--r-- | keyboards/boardsource/the_mark/rules.mk | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/boardsource/the_mark/info.json b/keyboards/boardsource/the_mark/info.json index 46f10affcd..c73d93fa9d 100644 --- a/keyboards/boardsource/the_mark/info.json +++ b/keyboards/boardsource/the_mark/info.json @@ -24,7 +24,6 @@ }, "rgblight": { "led_count": 24, - "pin": "C6", "sleep": true, "max_brightness": 200, "animations": { @@ -40,7 +39,11 @@ "twinkle": true } }, + "ws2812": { + "pin": "C6" + }, "rgb_matrix": { + "driver": "WS2812", "layout": [ { "flags": 2, "x": 224, "y": 42}, { "flags": 2, "x": 224, "y": 21}, diff --git a/keyboards/boardsource/the_mark/rules.mk b/keyboards/boardsource/the_mark/rules.mk index 32afd21635..e69de29bb2 100644 --- a/keyboards/boardsource/the_mark/rules.mk +++ b/keyboards/boardsource/the_mark/rules.mk @@ -1 +0,0 @@ -RGB_MATRIX_DRIVER = WS2812 |