summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard/california/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add support for specifying BOARD in info.json (#11492)Zach White2021-01-091-1/+0
| | | | | | | | | * add support for specifying BOARD in info.json * move BOARD from rules.mk to info.json for clueboard * fix keyboards that do not require board * remove out of compliance values
* cleanup clueboard based on latest validation workZach White2021-01-071-11/+1
|
* Add board specific to Proton-C, with usual defaults turned on. (#10976)Nick Brassel2020-12-031-0/+1
| | | | | - Set all other ChibiOS defaults to 'off', when not targeting Proton-C - Modified all existing F303 boards to point at the QMK_PROTON_C to ensure repeatable binary output - Modified version.h generation so that SKIP_VERSION=yes generates the same output
* [Core] Cleanup rules.mk for F303 keyboards (#7306)fauxpark2019-11-141-0/+1
| | | | | | * Cleanup rules.mk for F303 keyboards * Fix small typo
* Support for the Clueboard California macropad (#7127)skullydazed2019-10-231-0/+10
* Support for the Clueboard California macropad * Update keyboards/clueboard/california/config.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>