summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_stm32
Commit message (Expand)AuthorAgeFilesLines
* Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel2023-06-231-3/+0
* Move Alice and Ergodox layouts to data driven (#20340)Ryan2023-04-052-107/+174
* Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan2023-03-202-7/+4
* Add some missing `#pragma once`s (#19902)Ryan2023-02-211-0/+2
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-111-2/+2
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
* Fix "no matrix definition" errors for some boards (#18954)Ryan2022-11-051-48/+1
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-1/+1
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-2/+2
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-101-3/+3
* Move keyboard USB IDs and strings to data driven: E (#17815)Ryan2022-07-302-6/+6
* Fixup bootloaders. (#16256)Nick Brassel2022-02-062-0/+8
* Fixes for bootloader refactor build failures (#15638)Ryan2022-01-061-4/+0
* Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-091-2/+1
|\
| * Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-021-1/+0
|\|
| * Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-1/+0
* | [Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann2021-11-291-4/+0
|/
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-3/+0
* Remove Full Bootmagic (#13846)James Young2021-08-061-1/+1
* ChibiOS conf migrations... take 11 (#11646)Nick Brassel2021-01-211-4/+0
* Fix up comments showing how to execute config migration. (#11621)Nick Brassel2021-01-202-2/+2
* ChibiOS enable memory allocations (#11620)Nick Brassel2021-01-191-1/+1
* ChibiOS conf migrations... take 10 (#11617)Nick Brassel2021-01-205-197/+38
* Leftover early initialisation conversions (#11615)Nick Brassel2021-01-202-2/+4
* ChibiOS conf migrations... take 9 (#11598)Nick Brassel2021-01-182-1202/+55
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-181-1/+0
|\
| * Remove `DESCRIPTION`, E-G (#11574)Ryan2021-01-181-1/+0
* | clean up generate-api errorsZach White2021-01-071-1/+1
|/
* Normalise include statements in keyboard code (#11185)Ryan2020-12-162-2/+2
* Fix 'does not have a readme.md' warnings (#9294)Joel Challis2020-06-041-0/+9
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-301-4/+0
* Set MCU for some F103 boards (#8459)Ryan2020-03-191-18/+7
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-292-51/+417
* Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.Nick Brassel2020-01-282-4/+4
* [Keyboard] Update default keymaps to use `layer_state_t` (#7444)Drashna Jaelre2019-11-211-2/+2
* Port DEBUG_MATRIX_SCAN_RATE to core (#7029)Joel Challis2019-10-151-7/+0
* Remove i2c logic for STM32F103xB in favour of USE_I2CV1 (#6926)Joel Challis2019-10-121-0/+4
* [Keyboard] Added support for ErgoDox with STM32 Microcontroller (#5398)Yaotian Feng2019-09-2514-0/+1971