Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part ↵ | XScorpion2 | 2019-05-07 | 1 | -71/+59 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | Updated rgb_led struct field modifier to flags (#5619) | XScorpion2 | 2019-04-29 | 1 | -50/+50 |
| | | | | Updated effects to test led flags Updated massdrop to use new flags field for led toggle | ||||
* | Regroup all Exclusive keyboard in one directory | Brice Figureau | 2019-02-07 | 1 | -0/+204 |
To reduce clutter in the `keyboards/` directory, this patch moves all keyboards definitions for Exclusive boards to its own subdirectory. |