aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/retro_75
Commit message (Collapse)AuthorAgeFilesLines
* Enable memcore to fix malloc/rand crashes (#8695)Joel Challis2020-04-051-1/+1
|
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-292-55/+417
|
* 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'
* Initial firmware for Retro75 (#7294)Joel Challis2019-11-0811-0/+1487
* Initial firmware for Retro75 * Update readme to match new template guidelines