Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-20 | [Core] Add Repeat Key ("repeat last key") as a core feature. (#19700) | Pascal Getreuer | |
Co-authored-by: casuanoob <96005765+casuanoob@users.noreply.github.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||
2023-05-15 | Keymap introspection for combos. (#19670) | Nick Brassel | |
2023-04-03 | [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847) | Stefan Kerkmann | |
2023-04-03 | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | |
2023-04-03 | Add direction to dynamic_macro_record_start_user (#19689) | Johannes H. Jensen | |
2023-03-03 | Remove Vagrant due to bit-rot. (#20000) | Nick Brassel | |
2023-02-14 | [Doc]Remove depracted extension links in vscode guide (#19842) | しぐれ | |
2023-02-14 | Merge branch 'master' into develop | Dasky | |
2023-02-14 | Update KC_NLCK and KC_SLCK in international docs (#19521) | precondition | |
2023-02-11 | Remove matrix_init_quantum/matrix_scan_quantum (#19806) | Joel Challis | |
2023-02-10 | [Docs] Change defines to enums in examples (#19793) | Pablo Martínez | |
2022-12-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-12-15 | [Docs] Remove broken link (#19321) | Pablo Martínez | |
2022-12-14 | Remove deprecated led_set_kb (#19273) | Joel Challis | |
* Remove led_set_kb maintaining existing led_set_user behaviour * Also call led_set_user | |||
2022-12-13 | Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵ | precondition | |
HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741) | |||
2022-12-09 | KC_GESC -> QK_GESC for cn and ja Docs (#19024) | ForsakenRei | |
2022-10-24 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |
2022-10-24 | [DOCS] Use correct OSM arguments (#18835) | Joel Challis | |
2022-09-15 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-09-15 | [Docs] RESET -> QK_BOOT (#18365) | Joel Challis | |
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> | |||
2022-08-06 | [Core] Process all changed keys in one scan loop, deprecate ↵ | Stefan Kerkmann | |
`QMK_KEYS_PER_SCAN` (#15292) | |||
2022-08-04 | Add deprecated check for RGBLIGHT_ANIMATIONS (#17832) | Drashna Jaelre | |
2022-07-28 | Rename postprocess_steno_user → post_process_steno_user (#17823) | precondition | |
2022-07-20 | docs: fix default value of USB_SUSPEND_WAKEUP_DELAY (#17501) | Ben Fiedler | |
Documents the change made in #12081 | |||
2022-07-07 | Make debounce() signal changes in the cooked matrix as return value (#17554) | Stefan Kerkmann | |
2022-07-02 | Added Wait time to sending each Keys for Dynamic Macros function (#16800) | FREEWING.JP | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2022-06-24 | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674) | precondition | |
2022-06-13 | tap-dance: Restructure code and document in more detail (#16394) | Jouke Witteveen | |
2022-05-30 | Removes terminal from QMK. (#17258) | Nick Brassel | |
2022-03-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-03-07 | [Bug] Rename has_mouse_report_changed parameters (#16417) | ZiTe | |
Fixes compilation issues when bluetooth is enabled, due to issues with cpp used by bluetooth code. Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-03-07 | Move Doxygen docs to subdirectory (#16561) | Ryan | |
2022-03-05 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-03-05 | Some docs improvements (#15845) | kiilerix | |
* docs: clarify in "Keymap Overview" what LAYOUT is and isn't It is not strictly necessary to use LAYOUT macros in keyboard.c, but it is a convenient abstraction of hardware internals, allowing focus on the physical keyboard layout. From the C source point of view LAYOUT is macro with a parameter list, which expands to a array of rows that each is an array with a keyboard scancode for each column. A macro parameter list is not an array, and even less a single array. Perhaps no big deal, but also no reason to give incorrect hints. * docs: update "Understanding QMK's Code" to current code structure introduced in 96e2b13d1de This part of the documentation was no longer correct. I tried updating it, mainly copy editing and using github links to latest release. This is not trying to fix all problems, but just trying to fix some problems while reusing much of the old phrases and structure. * Update docs to use "qmk format-python" | |||
2022-03-04 | Remove `send_unicode_hex_string()` (#16518) | Ryan | |
2022-02-06 | [Docs] Address some typos (also in moonlander matrix.c) (#16248) | Jouke Witteveen | |
* [Docs] Fix repeated words * [Keyboard] Fix moonlander output The left/right orientation differs from Ergodox EZ. | |||
2021-11-24 | Remove use of __flash due to LTO issues (#15268) | Joel Challis | |
2021-11-19 | Move tmk_core/common/<plat> (#13918) | Joel Challis | |
2021-11-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-17 | Call steno_set_mode inside eeconfig_init_user in the doc (#15176) | Alexis Jeandeau | |
2021-11-05 | Remove `BOOTMAGIC_ENABLE = lite` option (#15002) | James Young | |
* remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference. | |||
2021-10-20 | Align PS/2 GPIO defines (#14745) | Joel Challis | |
* Align PS/2 GPIO * Align PS/2 GPIO * refactor more keyboards * Remove more defines * Put back avr/chibios split * format | |||
2021-10-18 | Split out HAPTIC_ENABLE to have separate DRIVER option (#14854) | Joel Challis | |
* DRIVER -> ENABLE * Update generic_features.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update common_features.mk Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-10-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-16 | add docs/ja/ja_doc_status.sh (#14402) | Takeshi ISHII | |
2021-10-09 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-09 | Update Japanese document (#14766) | shela | |
2021-10-09 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-09 | Update Japanese document (#14767) | shela | |