Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-27 | Remove userspace keymaps (#22544) | Joel Challis | |
2023-11-12 | Remove requirement for `keymap_steno.h` include in keymaps (#22423) | Ryan | |
* Remove requirement for `keymap_steno.h` include in keymaps * Add back keymap_steno.h with a note for the time being | |||
2023-11-09 | Migrate some common features to generic (#22403) | Joel Challis | |
2023-09-21 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-09-21 | keymaps: Fix hacker_dvorak build. (#22102) | Apteryks | |
2023-09-04 | Add `mousekey.h` include to `quantum.h` (#21897) | Ryan | |
2023-07-06 | Get rid of `USB_LED_CAPS_LOCK` (#21436) | Ryan | |
2023-07-02 | Get rid of `USB_LED_SCROLL_LOCK` (#21405) | Ryan | |
2023-05-15 | Keymap introspection for combos. (#19670) | Nick Brassel | |
2023-04-14 | Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417) | Ryan | |
2023-04-03 | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | |
2023-02-23 | Reallocate SAFE_RANGE (#19909) | Joel Challis | |
2023-02-13 | Refactor Leader key feature (#19632) | Ryan | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-12-14 | Tap Dance: remove `qk_` prefix (#19313) | Ryan | |
2022-12-14 | Leader: remove `qk_` prefix (#19304) | Ryan | |
2022-12-13 | Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵ | precondition | |
HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741) | |||
2022-12-12 | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007) | Albert Y | |
* Replace Tapping Force Hold feature with Quick Tap Term * Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0 * Deprecate force hold in info_config.json * Before and after quick tap term unit tests * Quick tap unit tests iteration * Keymap config.h correction * Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed * Add two more test cases for quick tap * Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2 * Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2 * Add function declaration for get_quick_tap_term Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | |||
2022-12-11 | [Keymap] user dvorak_42_key ergodox_ez and crkbd keymaps (#19154) | Luc | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: luc wastiaux <luc.wastiaux@airpost.net> Co-authored-by: Luc W <lucw@airpost.net> | |||
2022-11-12 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |
2022-11-11 | Eric Gebhart user space and keymaps (#17487) | Eric Gebhart | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-11-03 | Normalise Dynamic Macro keycodes (#18939) | Ryan | |
* `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1` * `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2` * `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1` * `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2` * `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP` * Update docs | |||
2022-10-29 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2022-10-28 | [Keymap] toshi0383 keymaps update (#18760) | Toshihiro Suzuki | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-10-27 | Remove rgblight_list.h (#18878) | Ryan | |
* Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references | |||
2022-10-27 | Remove `KC_DELT` (#18882) | Ryan | |
2022-10-27 | Normalise Space Cadet keycodes (#18864) | Ryan | |
2022-10-21 | Deprecate `KC_LOCK` for `QK_LOCK` (#18796) | Ryan | |
2022-10-21 | Deprecate `KC_LEAD` for `QK_LEAD` (#18792) | Ryan | |
2022-10-20 | Remove legacy EEPROM clear keycodes (#18782) | Ryan | |
* `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core | |||
2022-10-17 | Remove legacy sendstring keycodes (#18749) | Ryan | |
2022-10-16 | Remove legacy keycodes, part 6 (#18740) | Ryan | |
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | |||
2022-10-15 | Remove legacy keycodes, part 5 (#18710) | Ryan | |
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | |||
2022-10-15 | Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725) | Drashna Jaelre | |
2022-10-13 | Remove legacy keycodes, part 4 (#18683) | Ryan | |
* `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC` | |||
2022-10-13 | Remove keymaps that still reference legacy macros (#18693) | Joel Challis | |
2022-10-10 | Remove legacy keycodes, part 2 (#18660) | Ryan | |
* `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS` | |||
2022-10-09 | Remove legacy international keycodes (#18588) | Ryan | |
2022-08-21 | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | |
2022-08-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-16 | [Keymap] toshi0383 keymaps update (#18073) | Toshihiro Suzuki | |
2022-08-06 | [Core] Process all changed keys in one scan loop, deprecate ↵ | Stefan Kerkmann | |
`QMK_KEYS_PER_SCAN` (#15292) | |||
2022-07-02 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-07-03 | My ErgoDox Keymap (finally perfected, I think) (#17208) | IFo Hancroft | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
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-13 | tap-dance: Restructure code and document in more detail (#16394) | Jouke Witteveen | |
2022-05-15 | Rename keymap_extras headers for consistency (#16939) | Ryan | |
2022-04-13 | [Keyboard] Ported ErgoDox to VIA (#16804) | IFo Hancroft | |
2022-03-22 | [Keymap] personal keymap, ergodox_ez and atreus / dvorak_42_key (#16695) | Luc | |
2022-02-10 | Remove parent-relative paths from keyboards. (#16282) | Nick Brassel | |
* Remove parent-relative paths from keyboards. * Update keyboards/capsunlocked/cu75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-01-28 | [Keymap] Further improvements to ifohancroft ErgoDox keymap (#15672) | IFo Hancroft | |