1
0
Files
qmk_firmware/quantum
mtei be6e022c0f quantum/rgblight.c: add split-keyboard master side sync functions
add functions:
  uint8_t rgblight_get_change_flags(void);
  void rgblight_clear_change_flags(void);
  void rgblight_get_syncinfo(rgblight_syncinfo_t *syncinfo);

change function:
  void rgblight_update_sync(rgblight_syncinfo_t *syncinfo, bool write_to_eeprom);
2019-03-20 18:03:13 +09:00
..
2017-04-09 18:34:59 +03:00
2019-01-10 08:22:57 -08:00
2017-03-28 15:20:36 -07:00
2018-10-26 14:24:13 -07:00
2018-10-26 14:24:13 -07:00
2017-04-19 01:40:16 +07:00
2017-04-19 01:40:16 +07:00
2019-02-14 20:36:20 -08:00