aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/rgblight.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-01-20 18:48:28 +0000
committerQMK Bot <hello@qmk.fm>2020-01-20 18:48:28 +0000
commite3d59a72f9c5a462066439bb5396484bd39ab739 (patch)
treed43d2b3f1383b6d2cc029914fa0d70db625a456b /quantum/rgblight.h
parent484a9b12bc3961fc0dd9481d3cb734959db42191 (diff)
downloadfirmware-e3d59a72f9c5a462066439bb5396484bd39ab739.tar.gz
firmware-e3d59a72f9c5a462066439bb5396484bd39ab739.tar.bz2
firmware-e3d59a72f9c5a462066439bb5396484bd39ab739.zip
format code according to conventions [skip ci]
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r--quantum/rgblight.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h
index f6746e50f..c0fc0f3c6 100644
--- a/quantum/rgblight.h
+++ b/quantum/rgblight.h
@@ -235,8 +235,8 @@ void rgblight_sethsv_noeeprom(uint8_t hue, uint8_t sat, uint8_t val);
/* effect speed */
uint8_t rgblight_get_speed(void);
-void rgblight_set_speed(uint8_t speed);
-void rgblight_set_speed_noeeprom(uint8_t speed);
+void rgblight_set_speed(uint8_t speed);
+void rgblight_set_speed_noeeprom(uint8_t speed);
/* query */
uint8_t rgblight_get_mode(void);