Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-02 | Enable LED Blinking for Dynamic Macro Recording status for Planck EZ | Drashna Jael're | |
2020-02-26 | Implement core communication | Drashna Jael're | |
2020-02-26 | Add Oryx keymap, etc | Drashna Jael're | |
2020-02-26 | Add toggle for live training | Drashna Jael're | |
2020-01-09 | Move webusb.h includes to quantum.h (#244) | Drashna Jaelre | |
Co-authored-by: Florian Didron <fdidron@users.noreply.github.com> | |||
2019-12-06 | feat: update examples + pairing process | Florian Didron | |
2019-08-17 | chore: move led shutdown logic in rgb_matric.c | Florian Didron | |
2019-08-17 | fix: do not turn off leds when usb suspend is not set | Florian Didron | |
2019-08-15 | fix: shutdown all leds before suspend | Florian Didron | |
2019-08-15 | fix: eeconfig init timning issue on the Planck | Florian Didron | |
2019-08-08 | Fix isses with toggling | Drashna Jael're | |
2019-08-08 | Update RGB Matrix configuration for Planck EZ | Drashna Jael're | |
Use LED Flags for RGB matrix control instead Cleanup | |||
2019-08-06 | Fix bugs introduced into Planck EZ code | Drashna Jael're | |
2019-08-05 | Enable PWM support for Planck EZ Indicator LEDs | Drashna Jael're | |
2019-07-29 | Fix/music mask (#123) | Florian Didron | |
* chore: align mod tap and mouse keys timings with the ergodox ez * fix: align planck ez default tapping toggle with ergodox * fix: ignore all layer keys in music mode | |||
2019-07-27 | Use Layer State Typedef in keymaps | Drashna Jaelre | |
2019-06-24 | Enable RGB Matrix Sleep functionality | Drashna Jaelre | |
2019-06-07 | Allows disabling the RGB Matrix on the Planck EZ | Florian Didron | |
2019-05-07 | rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part ↵ | XScorpion2 | |
2) (#5783) * Initial conversion of the rgb_led struct * Converting last keyboard & updating effects to take advantage of the new structure * New struct should not be const * Updated docs * Changing define ___ for no led to NO_LED * Missed converting some keymap usages of the old struct layout | |||
2019-05-07 | Updated rgb_led struct field modifier to flags (#5619) | XScorpion2 | |
Updated effects to test led flags Updated massdrop to use new flags field for led toggle | |||
2019-04-28 | [Keyboard] Fix red an green leds location (#5698) | Florian Didron | |
2019-04-09 | Adds the Planck EZ, 3737 RGB, fixes out-of-tune notes (#5532) | Jack Humbert | |
* RGB Matrix overhaul Breakout of animations to separate files Integration of optimized int based math lib Overhaul of rgb_matrix.c and animations for performance * Updating effect function api for future extensions * Combined the keypresses || keyreleases define checks into a single define so I stop forgetting it where necessary * Moving define RGB_MATRIX_KEYREACTIVE_ENABLED earlier in the include chain * Adds the Planck EZ, 3737 RGB, fixes out-of-tune notes * fix bug in quantum/rgb_matrix_drivers.c Co-Authored-By: jackhumbert <jack.humb@gmail.com> * update command setting to the correct default * correct rgb config * remove commented-out lines * update docs for the 3737 * Update docs/feature_rgb_matrix.md Co-Authored-By: jackhumbert <jack.humb@gmail.com> |