Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Keymap] Add Neo2-based keymap for Planck keyboard (#19173) | theamarin | 2023-01-01 | 4 | -0/+309 |
| | | | Co-authored-by: christian <christian.lueke@sonoware.de> | ||||
* | [Keymap] Simplifying ortho-4x12 jotix's layout (#19336) | jotix | 2022-12-15 | 2 | -25/+12 |
| | |||||
* | [Keymap] Drashna updates for 0.19 (#19175) | Drashna Jaelre | 2022-11-29 | 3 | -15/+13 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-11-15 | 5 | -0/+454 |
|\ | |||||
| * | Planck unicode rune layout (#18674) | trguhq | 2022-11-15 | 5 | -0/+454 |
| | | | | | | | | * Furthark layout | ||||
* | | Reworked backlight keycodes. (#18961) | Nick Brassel | 2022-11-06 | 2 | -2/+2 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Normalise Dynamic Macro keycodes (#18939) | Ryan | 2022-11-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * `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 | 1 | -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 | ||||
* | | Remove `KC_DELT` (#18882) | Ryan | 2022-10-27 | 1 | -2/+2 |
| | | |||||
* | | Normalise Space Cadet keycodes (#18864) | Ryan | 2022-10-27 | 3 | -4/+4 |
| | | |||||
* | | Remove broken userspace and keymaps (#18806) | Joel Challis | 2022-10-22 | 4 | -152/+0 |
| | | |||||
* | | Remove legacy fauxclicky and unicode keycodes (#18800) | Ryan | 2022-10-21 | 1 | -1/+1 |
| | | |||||
* | | Remove legacy Grave Escape keycodes (#18787) | Ryan | 2022-10-20 | 1 | -1/+1 |
| | | |||||
* | | Remove legacy EEPROM clear keycodes (#18782) | Ryan | 2022-10-20 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * `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 Debug keycode (#18769) | Ryan | 2022-10-19 | 8 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | * `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 | ||||
* | | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | * `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 | 3 | -4/+4 |
| | | | | | | | | | | * `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 | 2 | -2/+20 |
| | | |||||
* | | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * `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 | 3 | -296/+0 |
| | | |||||
* | | Remove legacy keycodes, part 3 (#18669) | Ryan | 2022-10-11 | 1 | -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 | 2 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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` | ||||
* | | Fix Per Key LED Indicator Callbacks (#18450) | Drashna Jaelre | 2022-10-04 | 1 | -1/+2 |
| | | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Remove remaining use of terminal keys and related comment labels (#18402) | Johannes Löthberg | 2022-09-29 | 5 | -16/+16 |
| | | |||||
* | | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415) | Ryan | 2022-09-26 | 1 | -1/+0 |
| | | |||||
* | | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-09-07 | 1 | -78/+0 |
|\| | |||||
| * | Delete my keymaps (#18302) | ddeklerk | 2022-09-07 | 1 | -78/+0 |
| | | |||||
* | | Remove legacy USE_SERIAL define (#18292) | Dasky | 2022-09-06 | 9 | -41/+6 |
| | | | | | | | | | | * Remove legacy USE_SERIAL define * tidy up missed comments | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-29 | 1 | -1/+1 |
|\| | |||||
| * | Update junonum keymap: add AG_NORM recovery (#18170) | Juno Nguyen | 2022-08-29 | 1 | -1/+1 |
| | | |||||
* | | Switch over MANUFACTURER and PRODUCT to string literals (#18183) | Ryan | 2022-08-28 | 2 | -4/+4 |
|/ | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 20 | -23/+23 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-17 | 2 | -2/+3 |
|\ | |||||
| * | Replace CG_SWAP in junonum (#18086) | Juno Nguyen | 2022-08-17 | 2 | -2/+3 |
| | | | | | | Co-authored-by: Minh-tri Nguyen <mtngx@PigeonMac.local> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-17 | 2 | -45/+29 |
|\| | |||||
| * | [Keymap] jotix's community/ortho4x12 change (#18069) | jotix | 2022-08-16 | 2 | -45/+29 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-03 | 1 | -29/+60 |
|\| | |||||
| * | jotix's community ortho_4x12 layout change (#17891) | jotix | 2022-08-03 | 1 | -29/+60 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-07-02 | 2 | -2/+0 |
|\| | |||||
| * | [Keymap] Update Miryoku (#16482) | Manna Harbour | 2022-07-02 | 2 | -2/+0 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | 2022-07-02 | 4 | -0/+152 |
|\| | |||||
| * | Userspace and keymap update for user bbaserdem. (#14484) | Batuhan Baserdem | 2022-07-02 | 4 | -0/+152 |
| | | |||||
* | | Make default layer size 16-bit (#15286) | Drashna Jaelre | 2022-06-19 | 1 | -1/+1 |
|/ | | | 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 | -3/+3 |
| | |||||
* | [Keymap] Updates to layouts/community/ortho_4x12/junonum (#17249) | Juno Nguyen | 2022-05-30 | 3 | -13/+27 |
| | |||||
* | [Keymap] Drashna Mouse keys and oled updates (#16556) | Drashna Jaelre | 2022-03-06 | 1 | -13/+11 |
| | |||||
* | [Keymap] Drashna's OLED rewrite (#15981) | Drashna Jaelre | 2022-01-21 | 1 | -1/+1 |
| | |||||
* | [Keymap] AJP10304 layout, add Colemak-DHm layer (#15582) | Alan Pocklington | 2022-01-10 | 2 | -17/+44 |
| | |||||
* | [Keymap] Reorganization, cleanup and readmes for drashna code (#15617) | Drashna Jaelre | 2021-12-29 | 2 | -62/+17 |
| |