summaryrefslogtreecommitdiff
path: root/keyboards/handwired/qc60/proto/config.h
AgeCommit message (Collapse)Author
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-03-11Move matrix config to info.json, part 6 (#20019)Ryan
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel
2018-10-22Remove all of the deprecated RGB definesDrashna Jaelre
Fixes #3641
2018-07-25Keyboard: Add QC60 (#3472)Michael Pio
* Added initial files for QC60 prototype * renamed all 'keymap' to 'layout' * renamed layout macros to suggested naming convention of LAYOUT_macro_description * replaced boilerplate * removed rules.mk from keymap folders * replaced 'qc60/rev1' with 'qc60/proto' * replaced more boilerplate * renamed DEFAULT_FOLDER to point at the correct folder * updated readme