summaryrefslogtreecommitdiffstats
path: root/keyboards/exclusive/e6v2/oe_bmc/oe_bmc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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>