Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-30 | Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376) | Nick Brassel | |
2022-06-29 | Update feature_split_keyboard.md to add extra detail about left and right ↵ | ihatechoosingusernames | |
matrices. (#17492) | |||
2022-06-25 | improvements for Cirque Pinnacle trackpads (#17091) | Thomas Kriechbaumer | |
2022-06-24 | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674) | precondition | |
2022-06-23 | Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065) | precondition | |
* Refactor steno into STENO_ENABLE_[ALL|GEMINI|BOLT] * Update stenography documentation * STENO_ENABLE_TXBOLT → STENO_ENABLE_BOLT TXBOLT is a better name but BOLT is more consistent with the pre-existing TX Bolt related constants, which all drop the "TX " prefix * Comments * STENO_ENABLE_[GEMINI|BOLT|ALL] → STENO_PROTOCOL = [geminipr|txbolt|all] * Add note on lacking V-USB support * Clear chord at the end of the switch(mode){send_steno_chord} block * Return true if NOEVENT * update_chord_xxx → add_xxx_key_to_chord * Enable the defines for all the protocols if STENO_PROTOCOL = all * Mention how to use `steno_set_mode` * Set the default steno protocol to "all" This is done so that existing keymaps invoking `steno_set_mode` don't all suddenly break * Add data driver equivalents for stenography feature * Document format of serial steno packets (Thanks dnaq) * Add missing comma | |||
2022-06-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-23 | Update ref_functions.md (replaced deprecated `RESET`) (#17436) | David Kosorin | |
2022-06-23 | Added global current to all other issi drivers who don't have it (#17448) | Jamal Bouajjaj | |
2022-06-22 | Cirque Attenuation Setting (#17342) | Kyle McCreery | |
2022-06-21 | Fix RGB heatmap to use XY positions and use correct led limits (#17184) | Dasky | |
* Fix RGB heatmap to use XY positions * lower effect area limit and make configurable * tidy up macro * Fix triggering in both directions. * add docs * fix bug when decreasing value * performance tweak | |||
2022-06-20 | Allow encoder config from info.json (#17295) | Joel Challis | |
2022-06-21 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-21 | [Docs] clarify inner array of direct pin matrix (#17437) | evils | |
2022-06-19 | IS31FL3737 Global Current Setting (#17420) | Jamal Bouajjaj | |
2022-06-19 | [Core] Mouse key kinetic mode fix (#17176) | Albert Y | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-06-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-19 | Add a note about using differents MCU family (#17416) | coliss86 | |
2022-06-19 | Make default layer size 16-bit (#15286) | Drashna Jaelre | |
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | |||
2022-06-18 | [Core] Split ChibiOS usart split driver in protocol and hardware driver part ↵ | Stefan Kerkmann | |
(#16669) | |||
2022-06-17 | [Core] Allow usage of ChibiOS's SIO driver for split keyboards (#15907) | Stefan Kerkmann | |
2022-06-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-14 | Inform people that things may not work. (#17391) | Nick Brassel | |
2022-06-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-14 | Update feature_midi.md (#17390) | Tom Barnes | |
Add caveat about usb endpoints. | |||
2022-06-13 | tap-dance: Restructure code and document in more detail (#16394) | Jouke Witteveen | |
2022-06-08 | Add support for large Mouse Reports (#16371) | Drashna Jaelre | |
Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-06-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-08 | Update other_vscode.md (#17317) | JunZuloo | |
Bracket pair colorizer has been deprecated since it is now a native feature, and VIM Keymap no longer exists, so I removed those 2 links. | |||
2022-06-06 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-06-06 | docs: reflect systemd's change in language (#17322) | Travis Rigg | |
Like much of our field, systemd has renamed their `master` branch to `main` | |||
2022-06-04 | initial 24lc32a (#16990) | Xelus22 | |
2022-05-31 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-31 | Add trailing parens to `get_oneshot_mods` in feature_advanced_keycodes.md ↵ | Forrest Cahoon | |
(#17211) | |||
2022-05-30 | Make bootloader_jump for dualbank STM32 respect ↵ | Thomas Preisner | |
STM32_BOOTLOADER_DUAL_BANK_DELAY (#17178) | |||
2022-05-30 | Removes terminal from QMK. (#17258) | Nick Brassel | |
2022-05-31 | Make SPI Mode configurable and change default mode to 3 (#17263) | trwnh | |
2022-05-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-30 | Fix docs typo (#17254) | Dasky | |
2022-05-31 | Add uf2-split-* make targets. (#17257) | Dasky | |
2022-05-29 | Fixup command sequencing for master/develop. (#17227) | Nick Brassel | |
2022-05-29 | Breaking changes for 2022q2. (#17221) | Nick Brassel | |
2022-05-24 | stub changelog | zvecr | |
2022-05-23 | Added support for Wb32fq95 (#16871) | Joy Lee | |
2022-05-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-20 | Small Markdown Patch for docs/feature_rgb_matrix.md (#17171) | James Young | |
2022-05-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-20 | [Docs] Align LED Matrix docs with RGB matrix docs (#17140) | jpe230 | |
2022-05-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-20 | [Docs] Update Steno Keycode Table (#17155) | Kyle McCreery | |
2022-05-17 | Recommend pillow as part of manual MSYS install (#17133) | Joel Challis | |