Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HD44780 driver rework (#16370) | Ryan | 2022-03-19 | 1 | -1/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-16 | 2 | -5/+16 |
|\ | |||||
| * | Print out generated files during build (#16672) | Joel Challis | 2022-03-17 | 2 | -5/+16 |
| | | |||||
* | | Add support for encoder mapping. (#13286) | Nick Brassel | 2022-03-09 | 2 | -0/+2 |
| | | |||||
* | | Asymmetric encoders, encoder tests. (#16068) | Nick Brassel | 2022-03-08 | 2 | -0/+3 |
| | | |||||
* | | ChibiOS 21.11.1 update. (#16251) | Nick Brassel | 2022-03-07 | 2 | -22/+63 |
|/ | | | | | | | | | | | | | | | * ChibiOS 21.11.1 update. * `uf2-tinyuf2` => `tinyuf2` * Updated chibios-contrib, fixup preprocessor for tinyuf2 bootloader. * Fixup keychron L433 boards. * Makefile cleanup. * RISC-V build fixes. * Fixup RISC-V build. | ||||
* | Added external spi flash driver. (#15419) | Joy Lee | 2022-02-11 | 1 | -0/+15 |
| | |||||
* | ps2/avr: use the correct file name (#16316) | Idan Kamara | 2022-02-11 | 1 | -1/+1 |
| | | | | | This was missed in https://github.com/qmk/qmk_firmware/pull/14895. Thanks to fauxpark for spotting this. | ||||
* | Migrate more makefile utilities to builddefs sub-directory (#16002) | Joel Challis | 2022-02-10 | 8 | -0/+1981 |
| | |||||
* | Standardise error output. (#16220) | Nick Brassel | 2022-02-04 | 2 | -1/+6 |
| | |||||
* | Create a build error if no bootloader is specified. (#16181) | Nick Brassel | 2022-02-03 | 1 | -1/+10 |
| | | | | | | | | | * Create a build error if no bootloader is specified. * Update builddefs/bootloader.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Add L432, L442. (#16016) | Nick Brassel | 2022-01-24 | 1 | -0/+37 |
| | |||||
* | Fixes for bootloader refactor build failures (#15638) | Ryan | 2022-01-06 | 1 | -0/+40 |
| | |||||
* | Refactor `bootloader_jump()` implementations (#15450) | Ryan | 2021-12-27 | 1 | -2/+38 |
| | | | | | | | * Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot` | ||||
* | Add a clarification to an error message (#15207) | Hugo Osvaldo Barrera | 2021-12-27 | 1 | -2/+3 |
| | | | | | Makes this a bit more foolproof. See https://github.com/qmk/qmk_firmware/issues/15202 | ||||
* | Westberrytech pr (#14422) | Joy Lee | 2021-11-27 | 1 | -1/+30 |
| | | | | | | | * Added support for WB32 MCU * Modified eeprom_wb32.c * Remove the eeprom_wb32-related code | ||||
* | New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036) | precondition | 2021-11-26 | 2 | -0/+2 |
| | | | | | | | | | * New feature: `DYNAMIC_TAPPING_TERM_ENABLE` 3 new quantum keys to configure the tapping term on the fly. * Replace sprintf call in tapping_term_report by get_u16_str * Replace tab with 4 spaces | ||||
* | Add support for deferred executors. (#14859) | Nick Brassel | 2021-11-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for deferred executors. * More docs. * Include from quantum.h * Cleanup. * Parameter checks * Comments. * qmk format-c * I accidentally a few words. * API name change. * Apply suggestions from code review Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Review comments. * qmk format-c * Review comments. Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | ||||
* | More platform/protocol alignment (#14976) | Joel Challis | 2021-10-29 | 1 | -0/+1 |
| | |||||
* | Migrate makefile utilities to sub-directory (#14917) | Joel Challis | 2021-10-28 | 6 | -0/+1157 |