qmk-firmware/tmk_core/protocol/arm_atsam
Daniel Prilik 763b26cdb9 RGB Matrix support for Massdrop CTRL/ALT (#5328)
* port Massdrop CTRL/ALT to use RGB Matrix

Co-authored-by: Matt Schneeberger <helluvamatt@gmail.com>

* Massdrop lighting support working

This commit is to get the Massdrop lighting code working again through use of the compilation define USE_MASSDROP_CONFIGURATOR added to a keymap's rules.mk.
Added keymaps for both CTRL and ALT named default_md and mac_md. These should be used if the Massdrop style lighting is desired.

* Updating config based on testing results with patrickmt & compile errors

* Updates for PR5328

For CTRL and ALT:
Moved location of new RGB Matrix macros from config_led.h to config.h.
Added RGB_MATRIX_LED_FLUSH_LIMIT (time between flushes) to config.h for correct LED driver update timing.
Re-added missing breathing code for when Massdrop configurator mode is defined.

* remove prilik keymap form PR
2019-04-03 18:30:47 -07:00
..
usb RGB Matrix support for Massdrop CTRL/ALT (#5328) 2019-04-03 18:30:47 -07:00
adc.c arm_atsam ADC0 factory calibration correction 2019-01-28 17:16:33 -08:00
adc.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
arm_atsam_protocol.h RGB Matrix support for Massdrop CTRL/ALT (#5328) 2019-04-03 18:30:47 -07:00
clks.c Update to arm_atsam wait and timer routines 2019-01-07 12:44:55 -08:00
clks.h Update to arm_atsam wait and timer routines 2019-01-07 12:44:55 -08:00
d51_util.c Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 2018-12-10 11:28:06 -08:00
d51_util.h Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 2018-12-10 11:28:06 -08:00
i2c_master.c RGB Matrix support for Massdrop CTRL/ALT (#5328) 2019-04-03 18:30:47 -07:00
i2c_master.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
issi3733_driver.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
led_matrix.c RGB Matrix support for Massdrop CTRL/ALT (#5328) 2019-04-03 18:30:47 -07:00
led_matrix.h RGB Matrix support for Massdrop CTRL/ALT (#5328) 2019-04-03 18:30:47 -07:00
led_matrix_programs.c RGB Matrix support for Massdrop CTRL/ALT (#5328) 2019-04-03 18:30:47 -07:00
main_arm_atsam.c RGB Matrix support for Massdrop CTRL/ALT (#5328) 2019-04-03 18:30:47 -07:00
main_arm_atsam.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
md_bootloader.h CTRL keyboard bootloader_jump support 2018-09-28 23:09:53 -04:00
spi.c Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 2018-12-10 11:28:06 -08:00
spi.h Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 2018-12-10 11:28:06 -08:00
startup.c CTRL keyboard bootloader_jump support 2018-09-28 23:09:53 -04:00
wait_api.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00