Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-24 | 1 | -102/+16 |
|\ | |||||
| * | Removed unneeded layers from xyverz keymaps (#21008) | Xyverz | 2023-05-24 | 1 | -102/+16 |
| | | |||||
* | | More `info.json` whitespace cleanups (#20665) | Ryan | 2023-05-03 | 1 | -1/+51 |
| | | |||||
* | | yttyx: convert to utf-8 encoding (#20672) | Jeff Epler | 2023-05-02 | 1 | -1/+1 |
| | | |||||
* | | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | 2023-04-03 | 2 | -3/+0 |
| | | |||||
* | | Remove useless "ifdef KEYBOARD_*" (#20078) | Ryan | 2023-03-16 | 14 | -230/+0 |
| | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Move matrix config to info.json, part 5 (#20003) | Ryan | 2023-03-11 | 12 | -184/+30 |
|/ | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 1 | -5/+0 |
| | |||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 12 | -32/+24 |
| | |||||
* | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json | ||||
* | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726) | Ryan | 2023-02-03 | 1 | -3/+0 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 7 | -7/+0 |
| | |||||
* | Remove commented out backlight config & stray "backlight levels" (#19703) | Ryan | 2023-01-28 | 1 | -3/+0 |
| | |||||
* | Remove useless line continuations (#19399) | Ryan | 2022-12-30 | 1 | -15/+15 |
| | |||||
* | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007) | Albert Y | 2022-12-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Remove broken keymap/userspace (#19271) | Joel Challis | 2022-12-10 | 4 | -181/+0 |
| | |||||
* | Normalise output selection (Bluetooth) keycodes (#19004) | Ryan | 2022-11-08 | 1 | -4/+4 |
| | |||||
* | Remove `KC_DELT` (#18882) | Ryan | 2022-10-27 | 1 | -1/+1 |
| | |||||
* | Remove legacy sendstring keycodes (#18749) | Ryan | 2022-10-17 | 1 | -2/+2 |
| | |||||
* | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 9 | -9/+9 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 1 | -3/+3 |
| | | | | | | | | | | | * `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 (#18693) | Joel Challis | 2022-10-13 | 3 | -362/+0 |
| | |||||
* | Remove legacy keycodes, part 3 (#18669) | Ryan | 2022-10-11 | 1 | -1/+1 |
| | | | | | | | | | * `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 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | * `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 `UNICODE_KEY_OSX` and `UC_OSX` (#18290) | Ryan | 2022-09-06 | 1 | -1/+1 |
| | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 18 | -22/+22 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-14 | 2 | -8/+6 |
|\ | |||||
| * | Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A (#17941) | Ryan | 2022-08-13 | 2 | -8/+6 |
| | | |||||
* | | Remove `UNUSED_PINS` (#17931) | Nick Brassel | 2022-08-06 | 8 | -9/+0 |
|/ | |||||
* | [Keymap] Update Miryoku (#16482) | Manna Harbour | 2022-07-02 | 2 | -2/+0 |
| | |||||
* | [Keyboard] Atreus: add STM32F103C8T6 based variant (#16846) | Dmitry Nosachev | 2022-06-16 | 10 | -1/+307 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | 2022-05-15 | 2 | -2/+2 |
| | |||||
* | [Keymap] personal keymap, ergodox_ez and atreus / dvorak_42_key (#16695) | Luc | 2022-03-22 | 1 | -8/+24 |
| | |||||
* | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | 2022-03-15 | 1 | -2/+0 |
| | | | | (#16655) | ||||
* | Rename `AdafruitBLE` to `BluefruitLE` (#16127) | Ryan | 2022-01-30 | 1 | -1/+1 |
| | |||||
* | [Keymap] dvorak 42 key layouts (Ergodox EZ / Atreus) updates (#15656) | LucW | 2022-01-10 | 1 | -3/+3 |
| | | | Co-authored-by: luc wastiaux <luc.wastiaux@airpost.net> | ||||
* | Tidy up NKRO_ENABLE rules (#15382) | Ryan | 2021-12-09 | 1 | -2/+1 |
| | |||||
* | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | 2021-12-01 | 1 | -2/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-16 | 2 | -2/+2 |
|\ | |||||
| * | [Keymap] Update Miryoku (#14827) | Manna Harbour | 2021-10-15 | 2 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-11 | 3 | -0/+71 |
|\| | |||||
| * | [Keyboad] Add VIA support for Atreus promicro (#13169) | leonardusdipa | 2021-10-10 | 3 | -0/+71 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2021-09-21 | 1 | -1/+1 |
|\| | |||||
| * | Remove audio pin references in rules.mk (#14532) | Ryan | 2021-09-21 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2021-09-20 | 1 | -1/+1 |
|\| | |||||
| * | Remove backlight pin references in rules.mk (#14513) | Ryan | 2021-09-20 | 1 | -1/+1 |
| | | |||||
* | | Move Bluetooth config to common_features.mk (#14404) | Ryan | 2021-09-12 | 1 | -1/+2 |
|/ | | | | | | | | | * Move Bluetooth config to common_features.mk * Update common_features.mk Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) | Ryan | 2021-09-12 | 1 | -1/+0 |
| | |||||
* | Remove width, height and key_count from info.json (#14274) | Ryan | 2021-09-12 | 1 | -2/+0 |
| | |||||
* | Remove bootloader listings from rules.mk (#14330) | Ryan | 2021-09-10 | 5 | -35/+0 |
| |