aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/candybar/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Refactor f103,f072,f042 based keyboards to use new MCU selection defaults ↵Joel Challis2020-01-101-34/+2
| | | | | | | | | | (#7705) * refactor keyboards using ST_STM32F072B_DISCOVERY to use 'MCU = STM32F072' * refactor keyboards using GENERIC_STM32_F042X6 to use 'MCU = STM32F042' * refactor keyboards using GENERIC_STM32_F103 to use 'MCU = STM32F103'
* [Keyboard] Candybar: updated rules.mk (#6083)TerryMathews2019-06-061-3/+4
| | | | | | | | * Candybar: updated rules.mk Disabled console and command to get compiled size under flash space limitations. * Candybar: Enable LINK_TIME_OPTIMIZATION_ENABLE
* Add DFU Suffix for ARM boards (#5763)Drashna Jaelre2019-05-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add DFU Suffix for ARM boards * Blindly flash DFU SUFFIX ARGS for now * Fix commented out check * Fix DFU Suffix Argument check Thank you jack! * Update Travis CI Scripts to include dfu-util So we can get dfu-suffix as well * Manually add dfu-suffix package * Use external repo for newer version of dfu-util One that includes dfu-suffix * Update .travis.yml * Silence unnecessary output from dfu-suffix
* Candybar: remove mousekeys as default (#5210)TerryMathews2019-02-221-2/+2
| | | | Binaries compiled at config.qmk.fm are oversized for the MCU. Adjusting default options to compensate.
* [Keyboard] Initial support for TKC Candybar (#4881)TerryMathews2019-01-181-0/+50
* Initial support for TKC Candybar * Correct FN layer issue Both shift keys were overloaded. Moved Caps Lock to FN + C. * Update keyboard description in config.h. * Info.json * Update project information * Update keyboards/candybar/readme.md Co-Authored-By: TerryMathews <terry@terrymathews.net>