Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add personal handwired Planck clone (#13299) | BifbofII | 2021-12-27 | 3 | -0/+263 |
| | | | | | | | | | | | | | | | | | | | | * Add personal handwired Planck clone * remove references to planck * requested changes - small changes to defines - licence headers * Clean up rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Change function return type to bool Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002) | James Young | 2021-11-05 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-29 | 2 | -6/+6 |
|\ | |||||
| * | [Keymap] ajp10304: add mouse scroll keys (#14953) | Alan Pocklington | 2021-10-29 | 2 | -6/+6 |
| | | |||||
* | | Split out HAPTIC_ENABLE to have separate DRIVER option (#14854) | Joel Challis | 2021-10-18 | 1 | -1/+0 |
|/ | | | | | | | | | | | * DRIVER -> ENABLE * Update generic_features.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update common_features.mk Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [Keymap] Update Miryoku (#14827) | Manna Harbour | 2021-10-15 | 2 | -2/+2 |
| | |||||
* | [Keymap] Drashna Keymap Updates (#14842) | Drashna Jaelre | 2021-10-15 | 1 | -1/+1 |
| | | | | | | | * Fix issues with user split transport code * Improve OLED (More font stuff, improved keylogger, etc) * Add `KEYLOCK` macro to disable USB, borrowed from command feature. * Convert Kyria fully to proton C (no more AVR kyria) * Add Work Louder Work Board keymap | ||||
* | [Keymap] Drashna keymap fixups (#14140) | Drashna Jaelre | 2021-08-24 | 1 | -7/+8 |
| |