qmk/quantum
James Laird-Wah b382076ad1 Keyboard: keyboardio model01: rgbmatrix support (#3989)
* model01: implement RGB matrix feature

LEDs can still be individually controlled if this is switched off.

* model01: use fast banked LED setting commands

* model01: update default keymap to use RGB matrix

* model01: update RGB matrix support to match common_features.mk

* rgb_matrix: include <string.h>

This was missing after commit 4d5705ea6c
which introduces a use of memset().

* model01: make g_rgb_leds weak

This allows users to override which LEDs are configured as
modifiers, or tweak the x/y coordinates, should they so choose.
2018-09-27 20:53:36 -07:00
..
api
audio Add functions so you can configure programatically 2018-09-25 13:28:36 -07:00
keymap_extras Fix typo in keymap_swedish.h (#3877) 2018-09-09 19:49:26 -07:00
process_keycode Make Audio Clicky's randomness a float 2018-09-27 18:31:18 -07:00
serial_link Only re-send matrix every 5ms 2017-04-09 18:34:59 +03:00
split_common split_common: fix backlight update for serial boards 2018-09-27 19:56:35 -07:00
template
tools
visualizer move lcd_backlight_keyframes to correct location 2017-12-07 12:41:13 -05:00
api.c
api.h
color.c
color.h
config_common.h
dynamic_keymap.c Zeal60/Zeal65/M60-A implementation (#3879) 2018-09-13 14:37:13 -04:00
dynamic_keymap.h Zeal60/Zeal65/M60-A implementation (#3879) 2018-09-13 14:37:13 -04:00
dynamic_macro.h
fauxclicky.c
fauxclicky.h
keycode_config.c
keycode_config.h
keymap.h
keymap_common.c
led_tables.c
led_tables.h
matrix.c
pincontrol.h
pointing_device.c
pointing_device.h
quantum.c Create AG_TOGG code to toggle Alt/Gui swap. 2018-09-17 15:04:22 -07:00
quantum.h Make `PREVENT_STUCK_MODIFIERS` the default (#3107) 2018-09-17 13:48:02 -04:00
quantum_keycodes.h Add On/Off keycodes 2018-09-25 13:28:36 -07:00
rgb.h
rgb_matrix.c Keyboard: keyboardio model01: rgbmatrix support (#3989) 2018-09-27 20:53:36 -07:00
rgb_matrix.h RGB Matrix refactoring to open up for new drivers (#3913) 2018-09-27 10:40:18 -04:00
rgb_matrix_drivers.c RGB Matrix refactoring to open up for new drivers (#3913) 2018-09-27 10:40:18 -04:00
rgblight.c
rgblight.h
rgblight_list.h
rgblight_reconfig.h
rgblight_types.h
send_string_keycodes.h
variable_trace.c
variable_trace.h