Commit Graph

85 Commits (b61004e63e82cf5334cee4def4ba10cffa88885f)

Author SHA1 Message Date
mtei b61004e63e Reduce the firmware size by 1500 bytes when rgblight_effect_breathing() is enabled.
6 years ago
mtei d4722ea537 fix RGBLIGHT_SPLIT_ANIMATION check position
6 years ago
mtei a2e5e9b978 cherry-pick from 'rgblight_modes.h sample implementation'
6 years ago
mtei c163037bdb quantum/rgblight.c: add macro RGBLIGHT_SPLIT_ANIMATION
6 years ago
mtei 81535d01e4 quantum/rgblight.c: fix rgblight_effect_rainbow_swirl() and rgblight_effect_knight()
6 years ago
mtei bb2a315384 quantum/rgblight.c: animation sync interverl 30 sec
6 years ago
mtei 0cfe638755 quantum/rgblight.c: fix snake effect sync
6 years ago
mtei 4a6a73e646 rgblight.c: fix animation sync
6 years ago
mtei 9fff20ebb1 fix mode_base_table[] and snake effect
6 years ago
mtei 1d212db88c quantum/rgblkght.c add animation sync for split keyboard
6 years ago
mtei ea1c2e2415 quantum/rgblkght.c animation timer integration
6 years ago
mtei 7f624f5a61 quantum/rgblight.c use mode_base_table[] and rgblight_status.base_mode
6 years ago
mtei 2cfd4a0d85 add mode_base_table[] to quantum/rgblight.c
6 years ago
mtei 97aff04a1d quantum/rgblight.c change code order: move rgblight_update_sync()
6 years ago
mtei 793c7886a1 fix quantum/rgblight.c:rgblight_disable_XX() add RGBLIGHT_SPLIT_SET_CHANGE_MODE
6 years ago
mtei 297df74728 fix build break rgblight_update_sync() when all animation off
6 years ago
mtei 47b99fe0a4 update rgblight.c
6 years ago
mtei 960c5fe06c implement rgblight_update_sync()
6 years ago
mtei e1a9dfc580 shrink rgblight_config_t
6 years ago
mtei 2ab340da54 remove rgblight_update_hook(), add RGBLIGHT_SPLIT_SET_CHANGE_XXXX
6 years ago
mtei f69e57f1b6 implement rgblight_update_hook()
6 years ago
mtei 5c3fd3a914 add TODO comment
6 years ago
mtei 257a1ca002 add more hook point
6 years ago
mtei 24fb695922 add rgblight_update_hook()
6 years ago
Takeshi ISHII e3621c162c fix rgblight_effect_breathing interval time (#5213)
6 years ago
Chris Lewis c1c5922aae Velocikey: Match RGB animation speed to typing speed (#3754)
6 years ago
Konstantin Đorđević 4e2369693f Move RGBLIGHT_LIMIT_VAL definition from rgblight.c to rgblight.h (#5167)
6 years ago
Erovia 642f6cf14f Add support for using ranges for RGB (#4981)
6 years ago
Drashna Jaelre cc146e32dc Improve RGB Light code (#4326)
6 years ago
Andrew Kannan 0f507f0169 Practice60 RGB and PWM Backlight (#4929)
6 years ago
mtei 12a2572295 Prevent wasteful writing to eeprom.
6 years ago
David Dai b7688590b8 Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747)
6 years ago
Fredric Silberberg 9e6ee47779 Added noeeprom versions of set hue, sat, val, and step
6 years ago
Drashna Jaelre da1afe152a Fix up RGB Matrix code (#4503)
6 years ago
Frank Tackitt 94f58322ac Configurable Rainbow Swirl range (#4376)
6 years ago
mtei db03b76910 optimize rgblight_effect_alternating(void)
6 years ago
Takeshi ISHII 6d6d91c834 rgblight.[ch] more configurable (#3582)
6 years ago
Brad 595f3cbe5b Added alternating led underglow pattern (#3498)
6 years ago
That-Canadian 0fab3bbde3 Lets split eh (#3120)
6 years ago
Jack Humbert ade22f8e2c
Adds support for Planck Rev 6 (#2666)
6 years ago
Jon Allen 974d155505 fix issue with rgbinit unused variable (#3165)
6 years ago
Takeshi ISHII 5229734647 Add rgblight mode 35 (R,G,B test mode) (#3114)
6 years ago
Drashna Jaelre 751719e6cb Add and fix _noeeprom functions to many of the RGB Underglow functions (#3070)
6 years ago
yiancar afacd42368 Add effect speed support for RGB Matrix *No EEPROM yet* (#2922)
6 years ago
mtei 2038a515d9 change rgblight_increase_val() and eeconfig_update_rgblight_default(), use RGBLIGHT_LIMIT_VAL insted of 255.
7 years ago
YouCanFly 6c24e28b8d ADD RGBLIGHT_LIMIT_VAL (#2214)
7 years ago
kamisamamizu 12e66330c5 Add COSPAD to QMK and add functions to read HSV (#2156)
7 years ago
Colin T.A. Gray 16546ee06f Add 'rgblight_disable' and 'rgblight_setrgb_at/rgblight_sethsv_at'
7 years ago
skullydazed ad49db8cd2 Address #1689 by using a formula to define the breathing curve (#1692)
7 years ago
Dylan Khor da887ea412 Address issue #1713 (#1728)
7 years ago