summaryrefslogtreecommitdiffstats
path: root/keyboards/exclusive/e6v2/le_bmc/le_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-46/+5
| | | | | | * Convert some PS2AVRGB boards to I2C WS2812 driver * Fix Travis failure for bface
* [Keyboard] E6V2 R2 BMC PCB (#6009)MechMerlin2019-05-291-0/+88
* initial commit * remove mentions of oe and replace with le * add new layout macros with the spacebar change * add rgb underglow support * Update keyboards/exclusive/e6v2/le_bmc/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/exclusive/e6v2/le_bmc/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>