summaryrefslogtreecommitdiff
path: root/keyboards/ferris/0_2
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-05-16 00:40:56 +0100
committerGitHub <noreply@github.com>2022-05-16 09:40:56 +1000
commit85289e34ae32b262ef0546a2eb4b487eb5f3bea5 (patch)
treed5dd95654a2ecf46fd42946833c0552e5abf7abb /keyboards/ferris/0_2
parent608fa5154c01420ff8f0946655ef16c99dec56a4 (diff)
Various fixes for g_led_config lint warnings (#17104)
Diffstat (limited to 'keyboards/ferris/0_2')
-rw-r--r--keyboards/ferris/0_2/bling/bling.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/keyboards/ferris/0_2/bling/bling.c b/keyboards/ferris/0_2/bling/bling.c
index e275abdad0..e4d0bdbf7e 100644
--- a/keyboards/ferris/0_2/bling/bling.c
+++ b/keyboards/ferris/0_2/bling/bling.c
@@ -53,7 +53,14 @@ const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
led_config_t g_led_config = {
// Key Matrix to LED Index
{
- {},
+ { NO_LED, NO_LED, NO_LED, NO_LED, NO_LED },
+ { NO_LED, NO_LED, NO_LED, NO_LED, NO_LED },
+ { NO_LED, NO_LED, NO_LED, NO_LED, NO_LED },
+ { NO_LED, NO_LED, NO_LED, NO_LED, NO_LED },
+ { NO_LED, NO_LED, NO_LED, NO_LED, NO_LED },
+ { NO_LED, NO_LED, NO_LED, NO_LED, NO_LED },
+ { NO_LED, NO_LED, NO_LED, NO_LED, NO_LED },
+ { NO_LED, NO_LED, NO_LED, NO_LED, NO_LED },
}, {
// LED Index to Physical Position. The unit is roughly milimiters in the real world
// | Left || Right |