aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/template/ps2avrgb/keyboard.c
Commit message (Collapse)AuthorAgeFilesLines
* Template updates (#7221)fauxpark2019-11-011-52/+0
| | | | | | | | | | * Template updates * Flesh out info.json & keymap.c, and turn double spaces section into a list * Add enum to demonstrate layer naming * Semicolon
* Refactor ps2avrgb i2c ws2812 to core (#7183)Joel Challis2019-10-291-38/+0
| | | | | | | | | | | | | | | | | | | | * Refactor ps2avrgb i2c ws2812 to core * Refactor jj40 to use ws2812 i2c driver * Refactor ps2avrgb template to use ws2812 i2c driver * Add ws2812 stub files * clang-format and driver config * Add ws2812 driver docs * Fix default config values * Update tmk_core/protocol/vusb/main.c Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Prevent clang-format messing up placeholder tokens within keyboard templates ↵fauxpark2019-10-101-0/+90
(#6790) * Use .template file extension for keyboard template files * Filter out .template files completely before passing to clang-format * Undo file extension stuff; just ignore quantum/template dir