You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Drashna Jaelre
751719e6cb
Add and fix _noeeprom functions to many of the RGB Underglow functions ( #3070 )
...
* And and fix _noeeprom functions to many of the RGB Underglow functions
* Many functions are unnecessarily calling the eeprom write code. The toggle/enable is command is especially guilty of this, as it writes to EEPROM 3 times. But rgb mode writes twice, every time it's called. And init resets the rgb eeprom range and then writes back to it twice!
* Fixed the rgblight_sethsv_noeeprom to work as expected, by moving a lot of the code to a helper function.
* Added a noeeprom function for mode, enable, disable, and toggle functions. (didn't bother for increase/decrease stuff, and didn't add new keycodes)
* Add to predefined colors list
* Add new functions to manual/docs
* Update RGB Sleep feature to use _noeeprom
Because that's exactly what it should be doing, actually!
7 years ago
..
api
Merge ChibiOS and LUFA descriptor support ( #2362 )
7 years ago
audio
Added command history to terminal with other bug fixes, added new song to song_list.h ( #2855 )
7 years ago
keymap_extras
Add Support for Software Workman ( #2632 )
7 years ago
process_keycode
Fixed sprintf overflow
7 years ago
serial_link
Only re-send matrix every 5ms
8 years ago
template
update template copyrights to 2018 ( #2962 )
7 years ago
tools
Backlight abstraction and other changes ( #439 )
8 years ago
visualizer
move lcd_backlight_keyframes to correct location
7 years ago
api.c
Clarify the quantum license ( #1042 )
8 years ago
api.h
Clarify the quantum license ( #1042 )
8 years ago
color.c
Adds IS31FL3731 RGB Matrix Implementation ( #2910 )
7 years ago
color.h
Adds IS31FL3731 RGB Matrix Implementation ( #2910 )
7 years ago
config_common.h
clean-up planck and preonic keymaps, move audio stuff around
7 years ago
dynamic_macro.h
Fix dynamic macros on ChibiOS keyboards
7 years ago
fauxclicky.c
Faux clicky bug fixes
8 years ago
fauxclicky.h
Faux clicky bug fixes
8 years ago
keycode_config.c
Fix #1566 - NKRO reseting issue
7 years ago
keycode_config.h
Allow mod swapping for mod tap (MT) ( #1202 )
7 years ago
keymap.h
Merge ChibiOS and LUFA descriptor support ( #2362 )
7 years ago
keymap_common.c
Add macro for momentarily switching to a layer while some mods are active ( #2460 )
7 years ago
led_tables.c
Move CIE1931 and breathing tables to its own file
8 years ago
led_tables.h
Move CIE1931 and breathing tables to its own file
8 years ago
matrix.c
Clarify the quantum license ( #1042 )
8 years ago
pincontrol.h
Clarify the quantum license ( #1042 )
8 years ago
pointing_device.c
Added Dichotemy Keyboard, updated docs for Pointing Device ( #1817 )
7 years ago
pointing_device.h
Fix Pointing Device code ( #1934 )
7 years ago
quantum.c
Add effect speed support for RGB Matrix *No EEPROM yet* ( #2922 )
7 years ago
quantum.h
Adds IS31FL3731 RGB Matrix Implementation ( #2910 )
7 years ago
quantum_keycodes.h
Add effect speed support for RGB Matrix *No EEPROM yet* ( #2922 )
7 years ago
rgb.h
Add effect speed support for RGB Matrix *No EEPROM yet* ( #2922 )
7 years ago
rgb_matrix.c
Rgb matrix fixes, I2C library can now retry if it has failed ( #2943 )
7 years ago
rgb_matrix.h
General RGB matrix fixes ( #2931 )
7 years ago
rgblight.c
Add and fix _noeeprom functions to many of the RGB Underglow functions ( #3070 )
7 years ago
rgblight.h
Add and fix _noeeprom functions to many of the RGB Underglow functions ( #3070 )
7 years ago
rgblight_list.h
Add and fix _noeeprom functions to many of the RGB Underglow functions ( #3070 )
7 years ago
rgblight_types.h
Fixed rgblight_types.h
8 years ago
send_string_keycodes.h
Updates send_string functionality, adds terminal feature ( #1657 )
7 years ago
variable_trace.c
Clarify the quantum license ( #1042 )
8 years ago
variable_trace.h
Clarify the quantum license ( #1042 )
8 years ago