Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-08 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2023-07-08 | Add a turbo feature to coffee keymap (#21291) | CoffeeIsLife | |
Co-authored-by: Fae <faenkhauser@gmail.com> | |||
2023-07-06 | Get rid of `USB_LED_CAPS_LOCK` (#21436) | Ryan | |
2023-05-31 | [Keymap] Cleanup coffeeislife87 keymap and remove features (#21061) | CoffeeIsLife | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Fae <faenkhauser@gmail.com> | |||
2023-05-15 | Keymap introspection for combos. (#19670) | Nick Brassel | |
2023-04-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-04-30 | [Keymap update] Keymap & docs update (#20298) | Lui Wolff | |
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
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-02-19 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-02-19 | BM40 keymap for Skewwhiffy, revamp (#19876) | Kenny Hung (he) | |
2023-02-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-02-18 | Add mouse layer to Kprepublic BM40HSRGB Coffee layout (#19878) | CoffeeIsLife | |
Co-authored-by: Fae <faenkhauser@gmail.com> | |||
2023-01-29 | Remove deprecated Quantum keycodes (#19712) | Ryan | |
2022-12-14 | Tap Dance: remove `qk_` prefix (#19313) | Ryan | |
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-09 | [Keymap] Add personal config for Kprepublic BM40HSRGB (#19186) | simchee | |
2022-12-09 | Added mouse clicks to RBG layer (#19105) | syntax-magic | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: syntax-magic <dkim.8881@gmail.com> | |||
2022-11-27 | Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) | Ryan | |
2022-11-22 | Update use of legacy keycodes (#19120) | Joel Challis | |
2022-11-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-20 | [Keymap] Add home and end keys to coffee's bm40hsrgb keymap (#19108) | CoffeeIsLife | |
Co-authored-by: Fae <faenkhauser@gmail.com> | |||
2022-11-16 | Update more `DRIVER_LED_TOTAL` defines to `RGB_MATRIX_LED_COUNT` (#19089) | Ryan | |
2022-11-07 | Normalise MIDI keycodes (#18972) | Ryan | |
* `MI_ON`, `MI_OFF`, `MI_TOG` -> `MI_TOGG` * `MI_CH*`, `MI_CHU` -> `MI_CHNU`, `MI_CHD` -> `MI_CHND` * `MI_VEL_*` -> `MI_VL*`, `MI_VELU`, `MI_VELD` * `MI_TRNS_*` -> `MI_TR*`, `MI_TRNSU` -> `MI_TRSU`, `MI_TRNSD` -> `MI_TRSD` * `MI_OCT_*` -> `MI_OC*`, `MI_OCTU`, `MI_OCTD` * Misc controls * Note keycodes * Add legacy keycodes * Regenerate keycodes * Typo | |||
2022-10-27 | Normalise Space Cadet keycodes (#18864) | Ryan | |
2022-10-24 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |
2022-10-24 | [Keymap] Added tap dance to LNG1 key (LNG2) (#18682) | syntax-magic | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: syntax-magic <dkim.8881@gmail.com> | |||
2022-10-19 | Remove legacy Debug keycode (#18769) | Ryan | |
* `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core | |||
2022-10-15 | Remove legacy keycodes, part 5 (#18710) | Ryan | |
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | |||
2022-10-15 | Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726) | Drashna Jaelre | |
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-10-04 | Fix Per Key LED Indicator Callbacks (#18450) | Drashna Jaelre | |
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2022-09-30 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2022-09-29 | Updated documentations. No changes to keymap.c functions. (#18530) | syntax-magic | |
2022-09-26 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-09-25 | [Keymap] Switched keys around in RIGHFN layer and updated indicator lights ↵ | syntax-magic | |
to green (#18465) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: syntax-magic <dkim.8881@gmail.com> | |||
2022-09-23 | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | |
2022-09-07 | [Keymap] removed else in numlock led if statement (#18304) | syntax-magic | |
2022-09-07 | added a new kprepublic/bm40hsrgb keymap called dan (#18301) | syntax-magic | |
by syntax-magic | |||
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-17 | [Keymap] Add personal keymap for kprepublic BM40HSRGB (#18021) | CoffeeIsLife | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Fae <faenkhauser@gmail.com> | |||
2022-08-06 | [Core] Process all changed keys in one scan loop, deprecate ↵ | Stefan Kerkmann | |
`QMK_KEYS_PER_SCAN` (#15292) | |||
2022-07-19 | Remove full bootmagic config (#17702) | Joel Challis | |
2022-07-02 | Adding 34keys layout for kprepublic bm40 keyboard. (#15974) | Taeyoon Kim | |
2022-05-15 | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | |
2022-05-15 | Rename keymap_extras headers for consistency (#16939) | Ryan | |
2021-11-18 | rename kprepublic bm keyboards to have a standardized naming format (#15047) | peepeetee | |
* change missed kprepublic readmes * fix xiudi readmes * initial change, see pr description * change readmes * changes names in readmes and device descriptors | |||
2021-11-15 | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | |