summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/qc60/proto/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-111-6/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Remove all of the deprecated RGB definesDrashna Jaelre2018-10-221-2/+0
| | | | Fixes #3641
* Keyboard: Add QC60 (#3472)Michael Pio2018-07-251-0/+14
* 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