qmk-firmware/quantum
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
..
api
audio Added some new songs (#5525) 2019-04-02 11:51:28 -07:00
debounce Eager Per Row Debouncing added (added to Ergodox) (#5498) 2019-04-03 14:45:55 -07:00
keymap_extras
process_keycode Unicode fix for new wincompose version (#5082) 2019-03-17 10:35:14 -07:00
rgb_matrix_animations RGB Matrix Overhaul (#5372) 2019-04-02 17:24:14 -07:00
serial_link
split_common Added encoder support to split common code (#5477) 2019-04-03 16:01:17 -07:00
stm32
template
tools
visualizer Fixing dead links (#5503) 2019-03-29 06:20:25 -07:00
api.c
api.h
color.c RGB Matrix Overhaul (#5372) 2019-04-02 17:24:14 -07:00
color.h
config_common.h
debounce.h
dynamic_keymap.c
dynamic_keymap.h
dynamic_macro.h
encoder.c Added encoder support to split common code (#5477) 2019-04-03 16:01:17 -07:00
encoder.h Added encoder support to split common code (#5477) 2019-04-03 16:01:17 -07:00
fauxclicky.c
fauxclicky.h
keycode_config.c
keycode_config.h
keymap.h
keymap_common.c
led_matrix.c
led_matrix_drivers.c
led_tables.c
led_tables.h
ledmatrix.h
matrix.c
mcu_selection.mk
pincontrol.h
pointing_device.c
pointing_device.h
quantum.c RGB Matrix Overhaul (#5372) 2019-04-02 17:24:14 -07:00
quantum.h
quantum_keycodes.h
rgb.h
rgb_matrix.c RGB Matrix support for Massdrop CTRL/ALT (#5328) 2019-04-03 18:30:47 -07:00
rgb_matrix.h RGB Matrix Overhaul (#5372) 2019-04-02 17:24:14 -07:00
rgb_matrix_drivers.c
rgb_matrix_types.h RGB Matrix support for Massdrop CTRL/ALT (#5328) 2019-04-03 18:30:47 -07:00
rgblight.c Add support for RGB LEDs wired directly to each half's controller (#5392) 2019-03-23 17:20:14 -07:00
rgblight.h Add support for RGB LEDs wired directly to each half's controller (#5392) 2019-03-23 17:20:14 -07:00
rgblight_list.h
rgblight_reconfig.h
rgblight_types.h
send_string_keycodes.h
variable_trace.c
variable_trace.h
velocikey.c
velocikey.h