summaryrefslogtreecommitdiffstats
path: root/keyboards/cannonkeys/chimera65
Commit message (Collapse)AuthorAgeFilesLines
* Update 072 based CannonKeys boards to rely on core QMK support (#8716)Andrew Kannan2020-04-076-1922/+5
| | | | | | | * Swap CannonKeys 072 boards over to rely on core QMK backlight support * Rename keymap * Rename via_tsangan back to via
* Enable memcore to fix malloc/rand crashes (#8695)Joel Challis2020-04-051-1/+1
|
* Remove "ugly hack in usb_main.c" comments (#8296)Ryan2020-03-021-2/+0
|
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-294-65/+607
|
* Update TMOv2 for new key (#7759)Andrew Kannan2020-02-211-1/+1
| | | | | | * Update TMOv2 for new keymap * Update based on PR changes
* Fix RESET keycode on some STM32F072 keyboards (#8134)Joel Challis2020-02-131-0/+1
| | | | | | | | | | | | | | * Add f072 board files with 'enter_bootloader_mode_if_requested' support * rename default f072 board file to GENERIC_STM32_F072XB * Remove board files * Add bootloader def * Update generic f072 board paths * Revert wrong deletion
* Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.Nick Brassel2020-01-282-4/+4
|
* 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'
* VIA Configurator Refactor (#7268)Wilba2020-01-033-28/+1
| | | | | | | | | | | | | | | | | | | | | | | | * VIA Refactor * Remove old code * review changes * review changes * Fix cannonkeys/satisfaction75/prototype:via build * Add via.h to quantum.h * Move backlight init to after backlight config load * Merge branch 'master' into via_refactor_pr * Update user's rules.mk to new way of enabling VIA * Added id_switch_matrix_state * Review changes
* Add Chimera65 Keyboard (#6670)Andrew Kannan2019-09-1617-0/+3076
* Add chimera board * info json start * Update keyboards/cannonkeys/chimera65/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Apply suggestions from code review Co-Authored-By: Drashna Jaelre <drashna@live.com> Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/cannonkeys/chimera65/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com>