summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/practice60/ws2812.h
AgeCommit message (Collapse)AuthorFilesLines
2019-01-30Moving cannonkeys boards to one place, eeprom fix (#4999)Andrew Kannan1-20/+0
* Move boards to cannonkeys and share resources * Share common files between cannonkey boards * Fix ortho60 keymap * update LED numbers * Add RGB keys to Ortho60 and Ortho48 * Add Backlight control to default layout Ortho60 and 48 * Remove unnecessary ws2812.c SRC from rules.mk
2019-01-29Practice60 RGB and PWM Backlight (#4929)Andrew Kannan1-0/+20
* Update Practice60 to enable RGB via SPI DMA and use PWM backlight breathing * Correct stm32f103c8t6 flash size in eeprom definition * Remove unused files and improve ifdef checks * Update quantum/rgblight.c Co-Authored-By: awkannan <andrew.kannan@klaviyo.com> * Update quantum/rgblight.c Co-Authored-By: awkannan <andrew.kannan@klaviyo.com> * EEPROM implementation fix and updated p60 code * Update define * Remove dead code * Update keymap to remove test key * Update keymap again