| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert to legacy wear-leveling driver by default for F401. (#19328) | Nick Brassel | 2022-12-15 | 1 | -0/+4 |
* | Fixup EFL and F4's sector selection. (#19221) | Nick Brassel | 2022-12-02 | 1 | -2/+2 |
* | NVRAM refactor, phase 1. (#18969) | Nick Brassel | 2022-11-23 | 1 | -5/+5 |
* | Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, GD3... | Nick Brassel | 2022-11-11 | 2 | -10/+20 |
* | Remove thermal printer. (#18959) | Nick Brassel | 2022-11-06 | 3 | -8/+0 |
* | compiler.txt: ensure file exists before comparison (#18921) | Ryan | 2022-11-01 | 1 | -0/+1 |
* | Fix garbled test output (#18822) | Joel Challis | 2022-10-23 | 1 | -1/+1 |
* | Generalise CTPC logic from common_features (#18803) | Joel Challis | 2022-10-22 | 2 | -5/+5 |
* | Remove quantum/audio from global VPATH (#18753) | Ryan | 2022-10-20 | 1 | -0/+1 |
* | Build correctly when out of tree (#18775) | Joel Challis | 2022-10-19 | 1 | -2/+2 |
* | Allow QK_MAKE to work with converters (#18637) | jpe230 | 2022-10-08 | 1 | -0/+1 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-05 | 2 | -3/+3 |
|\ |
|
| * | docs: some typos (#18582) | George Rodrigues | 2022-10-05 | 2 | -3/+3 |
* | | Reverse keymap search order (#18449) | Ryan | 2022-10-01 | 1 | -16/+16 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-09-30 | 1 | -1/+1 |
|\| |
|
| * | Explicitly specify path to RP2040 wear_leveling config file. (#18541) | Nick Brassel | 2022-09-29 | 1 | -1/+1 |
* | | Start Bluetooth API (#18366) | Ryan | 2022-09-29 | 1 | -1/+1 |
* | | Start moving towards introspection-based data retrieval (#18441) | Nick Brassel | 2022-09-29 | 1 | -2/+2 |
* | | [Core] Pointing Device Automatic Mouse Layer (#17962) | Alabastard-64 | 2022-09-23 | 1 | -0/+1 |
* | | Tidy up LAYOUT macro generation (#18262) | Joel Challis | 2022-09-19 | 1 | -15/+9 |
* | | [Core] Add getreuer's Autocorrect feature to core (#15699) | Drashna Jaelre | 2022-09-17 | 2 | -1/+3 |
* | | Refactor Unicode feature (#18333) | Ryan | 2022-09-12 | 1 | -1/+3 |
* | | Move Bluetooth-related function calls up to host/keyboard level (#18274) | Ryan | 2022-09-07 | 1 | -3/+3 |
* | | Move bootloader.mk to platforms (#18228) | Ryan | 2022-08-31 | 2 | -224/+1 |
* | | [Core] Rework PS/2 driver selection (#17892) | Marek Kraus | 2022-08-31 | 2 | -19/+15 |
* | | Remove deprecated USBasp and bootloadHID bootloader types (#18195) | Ryan | 2022-08-28 | 1 | -2/+2 |
|/ |
|
* | Add eeprom defaults for tinyuf2 bootloader (#18042) | Joel Challis | 2022-08-25 | 2 | -2/+5 |
* | Swap F4x1 default board files away from blackpill (#17522) | Joel Challis | 2022-08-19 | 1 | -2/+2 |
* | Fix Emulated EEPROM issue with F466 (#18039) | Drashna Jaelre | 2022-08-14 | 1 | -1/+1 |
* | [Controller] Added board config for custom controller STeMCell (#16287) | Mega Mind | 2022-08-14 | 1 | -1/+1 |
* | Revert "[Core] Re-order user space rules inclusion (#17459)" (#18032) | Joshua Diamond | 2022-08-14 | 1 | -10/+8 |
* | [Core] Re-order user space rules inclusion (#17459) | Albert Y | 2022-08-13 | 1 | -8/+10 |
* | Add led matrix support for CKLED2001 (#17643) | lokher | 2022-08-13 | 1 | -1/+8 |
* | [Bug] Fix wrong varaible in encoder block (#18020) | Drashna Jaelre | 2022-08-12 | 1 | -1/+1 |
* | Move Encoder+Encoder Map from generic features (#18018) | Drashna Jaelre | 2022-08-12 | 2 | -2/+8 |
* | [Core] `STM32_USB_USE_OTG1` => `USB_ENDPOINTS_ARE_REORDERABLE` (#17647) | Nick Brassel | 2022-08-04 | 1 | -0/+1 |
* | Move Pointing Device code to a subdirectory (#17684) | Drashna Jaelre | 2022-07-20 | 1 | -4/+5 |
* | Add support for PAW3204 Optical Sensor (#17669) | Drashna Jaelre | 2022-07-19 | 1 | -1/+1 |
* | [Core] PMW33XX drivers overhaul (#17613) | Stefan Kerkmann | 2022-07-14 | 1 | -4/+2 |
* | Cirque trackpad features: circular scroll, inertial cursor (#17482) | Daniel Kao | 2022-07-12 | 1 | -0/+4 |
* | [Core] Update mpaland/printf to eyalroz/printf fork (#16163) | Stefan Kerkmann | 2022-07-07 | 1 | -3/+3 |
* | Allow for `keymaps` array to be implemented in a file other than `$(KEYMAP_C)... | Nick Brassel | 2022-07-05 | 1 | -0/+6 |
* | Tentative Teensy 3.5 support (#14420) | Ryan | 2022-07-03 | 2 | -2/+29 |
* | Feature-ify Send String (#17275) | Ryan | 2022-07-02 | 1 | -1/+7 |
* | RP2040 emulated EEPROM. (#17519) | Nick Brassel | 2022-07-02 | 2 | -2/+10 |
* | [Core] Add Raspberry Pi RP2040 support (#14877) | Stefan Kerkmann | 2022-06-30 | 3 | -2/+41 |
* | Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376) | Nick Brassel | 2022-06-30 | 2 | -5/+55 |
* | Generic wear-leveling algorithm (#16996) | Nick Brassel | 2022-06-27 | 3 | -0/+8 |
* | Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065) | precondition | 2022-06-23 | 2 | -3/+23 |
* | [Core] Split ChibiOS usart split driver in protocol and hardware driver part ... | Stefan Kerkmann | 2022-06-18 | 1 | -1/+9 |