diff options
author | milestogo <milestogo@users.noreply.github.com> | 2017-02-11 22:11:06 -0800 |
---|---|---|
committer | milestogo <milestogo@users.noreply.github.com> | 2017-02-11 22:11:06 -0800 |
commit | 2d655b18303620efc8eeb8529274a106cd438fd8 (patch) | |
tree | d96cfcc56e80ae278c3806608e4689116939e9a5 /keyboards/handwired/promethium/rgbsps.h | |
parent | 41c93575a838e9b201ca113165085f47198e109d (diff) | |
parent | a0c2305bd1153d9d578d73effd33896c2dbc26c8 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboards/handwired/promethium/rgbsps.h')
-rw-r--r-- | keyboards/handwired/promethium/rgbsps.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/handwired/promethium/rgbsps.h b/keyboards/handwired/promethium/rgbsps.h index 6da197f75d..72612a7a82 100644 --- a/keyboards/handwired/promethium/rgbsps.h +++ b/keyboards/handwired/promethium/rgbsps.h @@ -1,4 +1,5 @@ void rgbsps_set(uint8_t index, uint8_t r, uint8_t g, uint8_t b); void rgbsps_setall(uint8_t r, uint8_t g, uint8_t b); void rgbsps_turnoff(void); -void rgbsps_send(void);
\ No newline at end of file +void rgbsps_send(void); +void rgbsps_sethsv(uint8_t index, uint16_t hue, uint8_t sat, uint8_t val);
\ No newline at end of file |