diff options
Diffstat (limited to 'keyboards/bfake')
-rw-r--r-- | keyboards/bfake/info.json | 3 | ||||
-rw-r--r-- | keyboards/bfake/rules.mk | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/bfake/info.json b/keyboards/bfake/info.json index 069eed9093..feb7c706c4 100644 --- a/keyboards/bfake/info.json +++ b/keyboards/bfake/info.json @@ -16,6 +16,9 @@ "backlight": { "pin": "D4" }, + "ws2812": { + "driver": "i2c" + }, "indicators": { "caps_lock": "D1" }, diff --git a/keyboards/bfake/rules.mk b/keyboards/bfake/rules.mk index c7e6d3a3bb..90550484a6 100644 --- a/keyboards/bfake/rules.mk +++ b/keyboards/bfake/rules.mk @@ -8,4 +8,3 @@ CONSOLE_ENABLE = no COMMAND_ENABLE = yes BACKLIGHT_ENABLE = yes RGBLIGHT_ENABLE = no -WS2812_DRIVER = i2c |