Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-08-24 | 1 | -1/+1 |
|\ | |||||
| * | converter/ibm_terminal: Fix F0_BREAK state transition (#21824) | patrickxiong | 2023-08-24 | 1 | -1/+1 |
| | | |||||
* | | Bluetooth: driver naming cleanups (#21624) | Ryan | 2023-07-29 | 3 | -3/+5 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2023-07-08 | 1 | -1/+1 |
|\| | |||||
| * | Add 'JIS' form factor layouts (#21220) | Duncan Sutherland | 2023-07-08 | 1 | -1/+1 |
| | | |||||
* | | Get rid of `USB_LED_CAPS_LOCK` (#21436) | Ryan | 2023-07-06 | 1 | -2/+3 |
| | | |||||
* | | Get rid of `USB_LED_SCROLL_LOCK` (#21405) | Ryan | 2023-07-02 | 1 | -4/+5 |
| | | |||||
* | | Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366) | Ryan | 2023-06-27 | 3 | -45/+12 |
| | | |||||
* | | Move `TAPPING_TOGGLE` to data driven (#21360) | Ryan | 2023-06-24 | 2 | -3/+4 |
| | | |||||
* | | Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353) | Nick Brassel | 2023-06-23 | 1 | -2/+0 |
| | | | | | | | | | | * Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default. | ||||
* | | Unicodemap keycodes rename (#21092) | Ryan | 2023-06-01 | 1 | -3/+3 |
|/ | |||||
* | Consolidate modelm v2 (#14996) | nuess0r | 2023-05-27 | 25 | -1117/+0 |
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Keymap introspection for combos. (#19670) | Nick Brassel | 2023-05-15 | 3 | -3/+1 |
| | |||||
* | Even more `info.json` whitespace cleanups (#20703) | Ryan | 2023-05-04 | 1 | -36/+36 |
| | |||||
* | `info.json` whitespace cleanups (#20651) | Ryan | 2023-05-02 | 4 | -10/+10 |
| | |||||
* | Move miscellaneous layouts to data driven (#20516) | Ryan | 2023-04-25 | 6 | -1084/+820 |
| | |||||
* | Move remaining `LAYOUT`s to data driven (#20422) | Ryan | 2023-04-15 | 4 | -654/+504 |
| | |||||
* | Move single `LAYOUT`s to data driven (#20365) | Ryan | 2023-04-12 | 15 | -812/+763 |
| | |||||
* | Move small macropad-ish layouts to data driven (#20341) | Ryan | 2023-04-05 | 2 | -31/+37 |
| | |||||
* | Move fullsize layouts to data driven (#20317) | Ryan | 2023-04-04 | 6 | -795/+587 |
| | |||||
* | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | 2023-04-03 | 1 | -1/+0 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2023-03-29 | 2 | -492/+102 |
|\ | |||||
| * | Fix some invalid layout macros (#20256) | Ryan | 2023-03-29 | 3 | -511/+102 |
| | | |||||
* | | Fix layouts containing keys with multiple matrix positions (#20191) | Ryan | 2023-03-29 | 3 | -149/+113 |
| | | |||||
* | | Clean up usage of `QMK_KEYBOARD_H` (#20167) | Ryan | 2023-03-20 | 7 | -81/+27 |
| | | |||||
* | | Remove more empty headers (#20155) | Ryan | 2023-03-17 | 11 | -112/+0 |
| | | |||||
* | | Remove useless "ifdef KEYBOARD_*" (#20078) | Ryan | 2023-03-16 | 8 | -21/+0 |
| | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Move matrix config to info.json, part 6 (#20019) | Ryan | 2023-03-11 | 15 | -240/+35 |
| | | |||||
* | | Remove `"w":1` and `"h":1` from info.json (#19961) | Ryan | 2023-02-28 | 1 | -1/+1 |
|/ | |||||
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 8 | -30/+0 |
| | |||||
* | Move LED indicator config to data driven (#19800) | Ryan | 2023-02-17 | 10 | -16/+20 |
| | |||||
* | Remove matrix_init_quantum/matrix_scan_quantum (#19806) | Joel Challis | 2023-02-11 | 8 | -26/+16 |
| | |||||
* | Tidy up use of keycode range helpers (#19756) | Joel Challis | 2023-02-10 | 1 | -2/+2 |
| | |||||
* | Remove `SOFT_SERIAL_PIN` for non-split boards (#19774) | Ryan | 2023-02-08 | 1 | -1/+0 |
| | | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h | ||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 40 | -114/+53 |
| | |||||
* | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 10 | -28/+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 | -4/+0 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 12 | -13/+2 |
| | |||||
* | Fix functions with empty params (#19647) | Ryan | 2023-01-20 | 4 | -11/+11 |
| | | | | | * Fix functions with empty params * Found a bunch more | ||||
* | Migrate `LAYOUTS` to data driven (#19541) | Ryan | 2023-01-10 | 2 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z | ||||
* | Align definition of unicode_map (#19452) | Joel Challis | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | Remove useless line continuations (#19399) | Ryan | 2022-12-30 | 2 | -16/+16 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-19 | 10 | -0/+257 |
|\ | |||||
| * | [Keyboard] Add converter/xmk (#18433) | Manna Harbour | 2022-12-19 | 10 | -0/+257 |
| | | |||||
* | | Fixup build failures. (#19332) | Nick Brassel | 2022-12-15 | 1 | -1/+1 |
| | | |||||
* | | Tap Dance: remove `qk_` prefix (#19313) | Ryan | 2022-12-14 | 1 | -8/+8 |
| | | |||||
* | | Remove deprecated led_set_kb (#19273) | Joel Challis | 2022-12-14 | 1 | -1/+2 |
| | | | | | | | | | | * Remove led_set_kb maintaining existing led_set_user behaviour * Also call led_set_user | ||||
* | | Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵ | precondition | 2022-12-13 | 2 | -7/+6 |
|/ | | | | HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741) | ||||
* | Refactor some led_set_kb instances (#19179) | Joel Challis | 2022-12-09 | 1 | -18/+8 |
| | | | | | | | | | * Refactor some led_set_kb instances * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Remove .noci functionality (#19122) | Joel Challis | 2022-11-21 | 3 | -0/+0 |
| |