summaryrefslogtreecommitdiffstats
path: root/keyboards/exclusive/e6v2/oe_bmc/oe_bmc.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to use led config - Part 6 (#12115)Joel Challis2021-03-101-16/+0
| | | | | | | | | | | | | | | | | | | * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * revert changes
* Fix LED configuration for PS2AVRGB boards (#7989)fauxpark2020-01-231-2/+1
| | | | | | * Fix LED configuration for PS2AVRGB boards * Undo backlight on state changes
* Remove custom backlight code for PS2AVRGB boards (#7775)fauxpark2020-01-181-23/+10
| | | | | | | | | | | | | | * Remove custom backlight code for PS2AVRGB boards * Remove custom driver setting * BACKLIGHT_BREATHING goes in config.h, not here * Don't need to include backlight.c again here either * Turn on backlight for Canoe * Disable console on a few boards due to oversize
* Convert some PS2AVRGB boards to I2C WS2812 driver (#7241)fauxpark2019-11-041-56/+7
| | | | | | * Convert some PS2AVRGB boards to I2C WS2812 driver * Fix Travis failure for bface
* [Keyboard] E6V2 BMC OE (#5908)MechMerlin2019-05-191-0/+96
* rename bmc due to confusion as the bmc from r2 is different * update readme * Update keyboards/exclusive/e6v2/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>