summaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/ortho60
AgeCommit message (Expand)Author
2023-09-25Simplify more feature driver defines (#22090)Ryan
2023-08-23Move RGBLight animations to data driven (#21635)Ryan
2023-06-23Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-03-29Move ortho & numpad layouts to data driven (#20183)Ryan
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan
2023-03-17Remove more empty headers (#20155)Ryan
2023-03-11Move matrix config to info.json, part 6 (#20019)Ryan
2023-02-26Move backlight config to data driven (#19910)Ryan
2023-02-21Move backlight config to data driven, part 1 (#19887)Ryan
2023-02-17Remove matrix size defines (#19581)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2023-02-03Debounce defines cleanup (#19742)Ryan
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan
2023-01-10Migrate `LAYOUTS` to data driven (#19541)Ryan
2022-11-06Reworked backlight keycodes. (#18961)Nick Brassel
2022-10-15Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre
2022-07-26Move keyboard USB IDs and strings to data driven: C (#17789)Ryan
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2022-04-22Provide better config defaults for bluepill boards (#16909)Joel Challis
2022-03-15Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan
2021-12-14Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan
2021-12-12Fix up build options comments (#15463)Ryan
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan
2021-08-06Remove Full Bootmagic (#13846)James Young
2021-07-27Remove some legacy files (#13715)Joel Challis
2021-07-25Revert "Fixed the ortho60 and ortho48 matrix layout after testing (#12106)" (...Cyril
2021-05-292021 May 29 Breaking Changes Update (#13034)James Young
2021-03-04Fixed the ortho60 and ortho48 matrix layout after testing (#12106)Nick Blyumberg
2021-01-21ChibiOS conf migrations... take 11 (#11646)Nick Brassel
2021-01-20Fix up comments showing how to execute config migration. (#11621)Nick Brassel
2021-01-15Merge remote-tracking branch 'upstream/master' into developfauxpark
2021-01-15Remove `DESCRIPTION`, B-D (#11513)Ryan
2020-12-05ChibiOS upgrade: keyboard conf migrations (phase 1) (#10418)Nick Brassel
2020-10-13Add STM32Duino to bootloader selection (#10558)Ryan
2020-08-29Remove unused CORTEX_VTOR_INIT (#10053)Ryan
2020-08-24Update Ortho60 VIA keymap (#10130)Nick Blyumberg
2020-08-19[Keymap] VIA keymap for Cannonkeys Ortho60 (#10086)Nick Blyumberg
2020-04-06Remove keyboard level ws2812 spi drivers (#7694)Joel Challis
2020-04-06Refactor cannonkeys f103 boards to use core backlight (#8089)Joel Challis
2020-03-02Remove "ugly hack in usb_main.c" comments (#8296)Ryan
2020-02-292020 February 29 Breaking Changes Update (#8064)James Young
2020-01-28Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.Nick Brassel
2020-01-27Refactor stm32duino f103 keyboards to use new central board config files (#7706)Joel Challis
2020-01-27Migrate common ld scripts to common location (#7887)Joel Challis
2020-01-27Fix boards which were overriding backlight without setting custom (#7970)Joel Challis
2020-01-26Refactor to use new central board config fileszvecr