Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-28 | Strip whitespace from CONVERT_TO variables (#19948) | Joel Challis | |
2023-02-26 | Hide hex output when building uf2 (#19940) | Joel Challis | |
2023-02-12 | [Core] Tri Layer Keys (#19795) | Drashna Jaelre | |
Co-authored-by: wilba <wilba@wilba.tech> Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-01-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-01-30 | Accumulate version.h generator flags. (#19716) | Nick Brassel | |
2023-01-30 | Move MIDI code out of tmk_core (#19704) | Ryan | |
2023-01-28 | Fix 19701 merge | Joel Challis | |
2023-01-29 | Split out mcu_selection to platform (#19701) | Joel Challis | |
2023-01-20 | Fix converter alias after 19603 (#19644) | Joel Challis | |
2023-01-19 | De-duplicate platform detection (#19603) | Joel Challis | |
2023-01-19 | Remove `make all-<platform>` build targets (#19496) | Joel Challis | |
2023-01-18 | Add alias support for converters (#19563) | Joel Challis | |
2023-01-18 | Add f303 to tinyuf2 bootloader support (#19620) | Joel Challis | |
2023-01-15 | Add mmoskal/uf2-stm32f103 bootloader support (#19594) | Joel Challis | |
2023-01-11 | Promote CTPC warning to error (#19565) | Joel Challis | |
2023-01-11 | Revert "De-duplicate platform detection (#19545)" (#19564) | Joel Challis | |
This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd. | |||
2023-01-11 | De-duplicate platform detection (#19545) | Joel Challis | |
2023-01-04 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-01-04 | Allow for specifying the number of symbols to output. (#19497) | Nick Brassel | |
2023-01-02 | Remove cmp checks from Makefile (#19480) | Joel Challis | |
2023-01-03 | Build warning when not valid work-tree (#19475) | Joel Challis | |
2023-01-03 | Migrate 'make git-submodule' to CLI command (#19479) | Joel Challis | |
2022-12-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-12-15 | Revert to legacy wear-leveling driver by default for F401. (#19328) | Nick Brassel | |
2022-12-15 | [Test] Reset timer for every unit test and provide timestamps for log ↵ | Stefan Kerkmann | |
messages (#17028) | |||
2022-12-09 | Detect host OS based on USB fingerprint (#18463) | Ruslan Sayfutdinov | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2022-12-02 | Fixup EFL and F4's sector selection. (#19221) | Nick Brassel | |
2022-11-23 | NVRAM refactor, phase 1. (#18969) | Nick Brassel | |
* Rename `eeprom_stm32` to `eeprom_legacy_emulated_flash`. * Rename `flash_stm32` to `legacy_flash_ops`. * Rename `eeprom_teensy` to `eeprom_kinetis_flexram`. | |||
2022-11-11 | Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, ↵ | Nick Brassel | |
GD32V. (#19020) | |||
2022-11-06 | Remove thermal printer. (#18959) | Nick Brassel | |
2022-11-01 | compiler.txt: ensure file exists before comparison (#18921) | Ryan | |
2022-10-23 | Fix garbled test output (#18822) | Joel Challis | |
* Fix garbled test output * Correct SRC listing | |||
2022-10-22 | Generalise CTPC logic from common_features (#18803) | Joel Challis | |
2022-10-20 | Remove quantum/audio from global VPATH (#18753) | Ryan | |
2022-10-19 | Build correctly when out of tree (#18775) | Joel Challis | |
2022-10-08 | Allow QK_MAKE to work with converters (#18637) | jpe230 | |
2022-10-05 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-10-05 | docs: some typos (#18582) | George Rodrigues | |
probably hacktoberism | |||
2022-10-01 | Reverse keymap search order (#18449) | Ryan | |
2022-09-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-09-29 | Explicitly specify path to RP2040 wear_leveling config file. (#18541) | Nick Brassel | |
2022-09-29 | Start Bluetooth API (#18366) | Ryan | |
2022-09-29 | Start moving towards introspection-based data retrieval (#18441) | Nick Brassel | |
2022-09-23 | [Core] Pointing Device Automatic Mouse Layer (#17962) | Alabastard-64 | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | |||
2022-09-19 | Tidy up LAYOUT macro generation (#18262) | Joel Challis | |
2022-09-17 | [Core] Add getreuer's Autocorrect feature to core (#15699) | Drashna Jaelre | |
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com> | |||
2022-09-12 | Refactor Unicode feature (#18333) | Ryan | |
2022-09-07 | Move Bluetooth-related function calls up to host/keyboard level (#18274) | Ryan | |
* Move Bluetooth-related function calls up to host/keyboard level * Remove pointless set_output() call * Move bluetooth (rn42) init to end of keyboard_init() * Enable SPI/UART for ChibiOS targets * Some more slight tweaks | |||
2022-08-31 | Move bootloader.mk to platforms (#18228) | Ryan | |
2022-08-31 | [Core] Rework PS/2 driver selection (#17892) | Marek Kraus | |
* [Core] Rework PS/2 driver selection Enabling and selecting PS/2 driver was using old approach, so it was reworked to current approach, inspired by Serial and WS2812 driver selections. * [Keyboard] Update keyboards using PS/2 to use new PS/2 driver selection * [Docs] Update PS/2 documentation to use new PS/2 driver selection * Fix indentation * [Core] Add PS2 to data driver * Fix oversight in property name Co-authored-by: Drashna Jaelre <drashna@live.com> * Add PS/2 pins to data driven mappings Co-authored-by: Drashna Jaelre <drashna@live.com> |