Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-07-11 | 1 | -16/+16 |
|\ | |||||
| * | [Keymap] Update Zweihander Ergodox keymap (#21506) | adiabatic | 2023-07-11 | 1 | -16/+16 |
| | | | | | | Swap volume direction, add Expand/Shrink Selection buttons | ||||
* | | Get rid of `USB_LED_CAPS_LOCK` (#21436) | Ryan | 2023-07-06 | 8 | -26/+14 |
| | | |||||
* | | Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366) | Ryan | 2023-06-27 | 2 | -14/+0 |
|/ | |||||
* | [Keymap] `zweihander-macos`: Don’t pretend to be a mouse (#20997) | adiabatic | 2023-06-01 | 1 | -0/+3 |
| | |||||
* | [Keymap] Drashna Keymap updates for 0.21.0 (#21073) | Drashna Jaelre | 2023-05-31 | 2 | -64/+11 |
| | |||||
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 1 | -1/+1 |
| | |||||
* | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | 2023-04-03 | 2 | -2/+0 |
| | |||||
* | [Keymap] Drashna updates for 0.20.0 (#19960) | Drashna Jaelre | 2023-02-28 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-01 | 2 | -4/+8 |
|\ | |||||
| * | zweihander-macos: Update keys, add capslock (#19730) | adiabatic | 2023-02-01 | 2 | -4/+8 |
| | | | | | | | | | | * Update to current Scroll Lock/Power names * Replace `'` with `⇪` | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-16 | 3 | -38/+73 |
|\| | |||||
| * | [Keymap] Improve Zweihander layout for the Ergodox EZ (#18737) | adiabatic | 2023-01-16 | 3 | -38/+73 |
| | | |||||
* | | Remove useless line continuations (#19399) | Ryan | 2022-12-30 | 1 | -2/+2 |
| | | |||||
* | | Tap Dance: remove `qk_` prefix (#19313) | Ryan | 2022-12-14 | 4 | -16/+16 |
| | | |||||
* | | Remove broken keymap/userspace (#19271) | Joel Challis | 2022-12-10 | 4 | -467/+0 |
|/ | |||||
* | [Keymap] Drashna updates for 0.19 (#19175) | Drashna Jaelre | 2022-11-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * Fix up bastardkb boards since blackpill support is officially added. * Check for blackpill version, not elite c. * Add checks in chibiOS config since multiple ARM controllers supported. * Rework rules.mk for keymaps to better handle arm vs avr support * Start moving away from `matrix_*_*` functions. * `housekeeping_task_*` instead of `matrix_scan_*` * `keyboard_(pre|post)_init_*` instead of `matrix_init_*` * Add ℂℴmⅈℂ unicode input method. * Clean up unicode code to be more compact and flexible. * Remove/move Pro Micro LED commands to userspace and better filter them * Fixup OLED code * Use newer quantum keycode functions/preprocessors rather than manual bit manipulation * Make unicode mode render much more compact/simple. * Make qmk secrets more self contained * Remove custom implementation of split watchdog | ||||
* | Reworked backlight keycodes. (#18961) | Nick Brassel | 2022-11-06 | 1 | -1/+1 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Normalise Dynamic Macro keycodes (#18939) | Ryan | 2022-11-03 | 2 | -21/+21 |
| | | | | | | | | | | | | | * `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 | ||||
* | Normalise Unicode keycodes (#18898) | Ryan | 2022-10-31 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h | ||||
* | Normalise Space Cadet keycodes (#18864) | Ryan | 2022-10-27 | 1 | -2/+2 |
| | |||||
* | Deprecate `KC_LOCK` for `QK_LOCK` (#18796) | Ryan | 2022-10-21 | 2 | -4/+4 |
| | |||||
* | Deprecate `KC_LEAD` for `QK_LEAD` (#18792) | Ryan | 2022-10-21 | 2 | -2/+2 |
| | |||||
* | Remove legacy EEPROM clear keycodes (#18782) | Ryan | 2022-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | * `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 | ||||
* | Remove legacy sendstring keycodes (#18749) | Ryan | 2022-10-17 | 3 | -4/+4 |
| | |||||
* | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 18 | -51/+51 |
| | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | ||||
* | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 19 | -27/+27 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for layouts+users (#18729) | Drashna Jaelre | 2022-10-15 | 1 | -1/+10 |
| | |||||
* | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 15 | -45/+45 |
| | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC` | ||||
* | Remove keymaps that still reference legacy macros (#18690) | Joel Challis | 2022-10-13 | 70 | -12510/+0 |
| | |||||
* | Remove some .gitignore files (#18689) | Joel Challis | 2022-10-13 | 1 | -0/+0 |
| | |||||
* | Remove legacy keycodes, part 3 (#18669) | Ryan | 2022-10-11 | 4 | -4/+4 |
| | | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR` | ||||
* | Remove legacy keycodes, part 2 (#18660) | Ryan | 2022-10-10 | 16 | -54/+54 |
| | | | | | | | | | | | | | | | | | | | * `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` | ||||
* | Remove legacy international keycodes (#18588) | Ryan | 2022-10-09 | 2 | -3/+3 |
| | |||||
* | Remove legacy locking caps/num/scroll keycodes (#18601) | Ryan | 2022-10-05 | 2 | -7/+7 |
| | |||||
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183) | Ryan | 2022-08-28 | 3 | -4/+4 |
| | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 19 | -30/+30 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-07-02 | 2 | -2/+53 |
|\ | |||||
| * | [Keymap] Update Miryoku (#16482) | Manna Harbour | 2022-07-02 | 2 | -2/+53 |
| | | |||||
* | | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674) | precondition | 2022-06-24 | 1 | -1/+1 |
| | | |||||
* | | Make default layer size 16-bit (#15286) | Drashna Jaelre | 2022-06-19 | 82 | -784/+762 |
|/ | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | ||||
* | [Keymap] Drashna update for post Q2 merge (#17241) | Drashna Jaelre | 2022-05-30 | 1 | -2/+2 |
| | |||||
* | Rename keymap_extras headers for consistency (#16939) | Ryan | 2022-05-15 | 6 | -10/+10 |
| | |||||
* | [Keymap] ergodox: updating osx_whiskey_tango_foxtrot_capslock to use ↵ | Nathan Johnson | 2022-03-23 | 2 | -1/+46 |
| | | | | process_record_user (#16715) | ||||
* | [Keymap] Remove Ergodox community layout “coderkun_neo2” (#16011) | Olli | 2022-01-23 | 3 | -397/+0 |
| | |||||
* | [Keymap] Drashna's OLED rewrite (#15981) | Drashna Jaelre | 2022-01-21 | 2 | -7/+0 |
| | |||||
* | [Keymap] Reorganization, cleanup and readmes for drashna code (#15617) | Drashna Jaelre | 2021-12-29 | 2 | -41/+6 |
| | |||||
* | [Keymap] Unicode and Pointing Device and Autocorect for drashna keymaps (#15415) | Drashna Jaelre | 2021-12-14 | 1 | -5/+5 |
| | |||||
* | Rework and expand Pointing Device support (#14343) | Drashna Jaelre | 2021-11-14 | 1 | -16/+16 |
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-05 | 2 | -243/+47 |
|\ |