diff options
author | Joel Challis <git@zvecr.com> | 2022-05-30 23:43:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 23:43:36 +0100 |
commit | 2879573688e347fd448ac32a1621ba3bec97f5c5 (patch) | |
tree | 01279d2229b8029e3113752df373c140b598a76e /keyboards/axolstudio | |
parent | 25ec68c4085e0661ccb086ae9e887654d2e983fb (diff) |
Fix various lint errors (#17255)
* Fix various lint errors
* reduce complexity
Diffstat (limited to 'keyboards/axolstudio')
-rw-r--r-- | keyboards/axolstudio/yeti/hotswap/hotswap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/axolstudio/yeti/hotswap/hotswap.c b/keyboards/axolstudio/yeti/hotswap/hotswap.c index 1de5f7fab2..f6d0bc7019 100644 --- a/keyboards/axolstudio/yeti/hotswap/hotswap.c +++ b/keyboards/axolstudio/yeti/hotswap/hotswap.c @@ -98,7 +98,7 @@ led_config_t g_led_config = { }, { {0, 0},{16, 0},{32, 0},{48, 0},{64, 0},{80, 0},{96, 0},{112, 0},{128, 0},{144, 0},{160, 0},{176, 0},{192, 0},{208, 0},{224, 0}, {0, 16},{16,16},{32,16},{48,16},{64,16},{80,16},{96,16},{112,16},{128,16},{144,16},{160,16},{176,16},{192,16},{208,16},{224,16}, - {0,32},{16,32},{32,32},{48,32},{64,32},{80,32},{96,32},{112,32},{128,32},{144,32},{160,32},{176,32},{192,32},{224}, + {0,32},{16,32},{32,32},{48,32},{64,32},{80,32},{96,32},{112,32},{128,32},{144,32},{160,32},{176,32},{192,32},{224, 32}, {16,48},{32,48},{48,48},{64,48},{80,48},{96,48},{112,48},{128,48},{144,48},{160,48},{176,48},{192,48},{224,48}, {16,64},{48,64},{80,64},{96,64},{128,64},{160,64},{224,64} }, { |