aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/facew/facew.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix LED configuration for PS2AVRGB boards (#7989)fauxpark2020-01-231-3/+2
| | | | | | * Fix LED configuration for PS2AVRGB boards * Undo backlight on state changes
* Remove custom backlight code for PS2AVRGB boards (#7775)fauxpark2020-01-181-23/+14
| | | | | | | | | | | | | | * 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-37/+17
| | | | | | * Convert some PS2AVRGB boards to I2C WS2812 driver * Fix Travis failure for bface
* [Keyboard] Refactor FaceW for new BMC changes (#5575)MechMerlin2019-04-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | * use #pragma once for guards * update readme and fix pyusb install instructions * replace custom i2c code with QMK i2c_master * remove unneeded code from config.h * fix keyboard name * remove custom matrix and i2c driver * turn off bootmagic, turn on leds * remove keymap in favor of userspace/community layouts keymap * remove custom matrix * update readme
* FaceW Keyboard Support (#2939)MechMerlin2018-05-121-0/+66
* preliminary checkin for facew keyboard * Update readme file * put the standard 60 ansi layout in * update rules to have LAYOUT_60_ansi to use my userspace layouts