diff options
author | X-Bows Tech <41098278+XBowsTech@users.noreply.github.com> | 2021-12-08 03:04:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 11:04:00 -0800 |
commit | 3cbeb11da7202af6a738d7e3c21659268d235420 (patch) | |
tree | 5b0d725fc4ab35bfb9a1a48f051ebabd788f32ff /keyboards/xbows/knight/knight.c | |
parent | 28e92536d46298229593c12406b503bf3bcbbede (diff) |
[keyboard] Update lighting effects on XBows board (#15358)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Shulin <mumu@x-bows.com>
Diffstat (limited to 'keyboards/xbows/knight/knight.c')
-rw-r--r-- | keyboards/xbows/knight/knight.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/xbows/knight/knight.c b/keyboards/xbows/knight/knight.c index 8c2fd9dfa2..9d9d7cfd10 100644 --- a/keyboards/xbows/knight/knight.c +++ b/keyboards/xbows/knight/knight.c @@ -135,7 +135,6 @@ } }; - __attribute__ ((weak)) void rgb_matrix_indicators_user(void) { if (host_keyboard_led_state().caps_lock) { rgb_matrix_set_color(44, 0xFF, 0xFF, 0xFF); |