summaryrefslogtreecommitdiffstats
path: root/keyboards/sol/rev1/rev1.c
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Create RGBKB Folder (#5858)XScorpion22019-05-141-46/+0
| | | | | | | | | | | | | | | | | | | | | | | | * Move Sol, Zen, & Zygomorph keyboards to RGBKB folder * Updated default keymaps * Fixing more areas due too folder moves * Fixing Zen layer numbers * Fixing zygomorph layer comments * Fixing Colmak comments * Fixing Sol Colmak readme * Macro alignment * Zen rev2 configuration json * Fixing sol ifdef * Fixing Sol info.json
* rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part ↵XScorpion22019-05-071-76/+39
| | | | | | | | | | | | | | | | 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
* [Keyboard] Sol keyboard conversion to split common (#5773)XScorpion22019-05-061-5/+1
| | | | | | | | | | | | | | | | | | | | | | * Split common conversion * Updated serial and encoder pins * Fixing default folder until r2 * Fixing oled driver on slave split common * Fixing keymap compile errors * Fixing oled inactivity timer on slave split common * Hoisted oled driver task, init, & activity to keyboard.c * Update keyboards/sol/config.h Co-Authored-By: XScorpion2 <rcalt2vt@gmail.com> * Remove TAPPING_FORCE_HOLD
* Updated rgb_led struct field modifier to flags (#5619)XScorpion22019-04-291-41/+41
| | | | Updated effects to test led flags Updated massdrop to use new flags field for led toggle
* OLED Driver FeatureRyan Caltabiano2019-04-201-7/+0
|
* Features/ws2812 matrix driver (#5418)XScorpion22019-04-141-2/+81
| | | | | | * WS2812 driver implementation for RGB Matrix * Added driver configuration docs
* Keyboard: Add new keyboard "Sol" from RGBKB (#4497)Legonut2018-12-041-0/+15
* Add final RGBKB Sol firmware * Apply suggestions from code review Apply most of the changes noroadsleft has suggested Co-Authored-By: Legonut <legonut3@gmail.com> * Cleanup readme * Cleanup keymaps per @noroadslefts suggestions * Remove eeproms, use set_single_persistent_default_layer * Suggestions from @noroadsleft and @drashna some small cleanup * Change RGB_SMOD to RGB_RMOD * fix RGB_SMOD * Apply suggestions from code review Remove redundant lines Co-Authored-By: Legonut <legonut3@gmail.com>