Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move RGBLight animations to data driven (#21635) | Ryan | 2023-08-23 | 12 | -76/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches | ||||
* | OLED: driver naming cleanups (#21710) | Ryan | 2023-08-15 | 8 | -11/+3 |
| | |||||
* | haptic: naming cleanups (#21551) | Ryan | 2023-07-21 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-07-09 | 3 | -0/+244 |
|\ | |||||
| * | Userspace and keymap addition (#20522) | miketronic | 2023-07-09 | 3 | -0/+244 |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Move `DEBOUNCE_TYPE` to data driven (#21489) | Ryan | 2023-07-09 | 2 | -1/+3 |
| | | |||||
* | | Move `TAP_CODE_DELAY` to data driven (#21363) | Ryan | 2023-06-25 | 14 | -14/+21 |
| | | |||||
* | | Move `TAPPING_TERM` to data driven (#21296) | Ryan | 2023-06-24 | 4 | -9/+6 |
| | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292) | Ryan | 2023-06-24 | 12 | -18/+12 |
| | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Move `RGBLED_NUM` to data driven (#21278) | Ryan | 2023-06-18 | 12 | -6/+6 |
| | | |||||
* | | Move `RGBLIGHT_SLEEP` to data driven (#21072) | Ryan | 2023-06-16 | 12 | -6/+14 |
| | | |||||
* | | Move `RGBLIGHT_SPLIT` to data driven (#21190) | Ryan | 2023-06-15 | 2 | -2/+0 |
| | | | | | | | | | | * Move `RGBLIGHT_SPLIT` to data driven * Remove where `split_count` is already set | ||||
* | | Move `RGBLED_SPLIT` to data driven (#21113) | Ryan | 2023-06-06 | 4 | -2/+6 |
|/ | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974) | Ryan | 2023-05-27 | 6 | -6/+0 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Tidy up encoder_map directions (#20847) | Joel Challis | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | MechWild Mercutio Layout Addition (#20738) | James Young | 2023-05-06 | 4 | -46/+177 |
| | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_625u_space with reference keymap | ||||
* | More `info.json` whitespace cleanups (#20665) | Ryan | 2023-05-03 | 5 | -226/+226 |
| | |||||
* | `info.json` whitespace cleanups (#20651) | Ryan | 2023-05-02 | 4 | -50/+50 |
| | |||||
* | Move `FORCE_NKRO` to data driven (#20604) | Ryan | 2023-05-01 | 4 | -7/+4 |
| | |||||
* | Fix info.json LTO and format encoder definitions (#20456) | Ryan | 2023-04-15 | 1 | -4/+4 |
| | |||||
* | Encodermap direction define. (#20454) | Nick Brassel | 2023-04-15 | 20 | -20/+20 |
| | |||||
* | Move single `LAYOUT_all`s to data driven (#20430) | Ryan | 2023-04-15 | 3 | -42/+53 |
| | |||||
* | Move single `LAYOUT`s to data driven (#20365) | Ryan | 2023-04-12 | 15 | -524/+344 |
| | |||||
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 16 | -10/+30 |
| | |||||
* | Move small macropad-ish layouts to data driven (#20341) | Ryan | 2023-04-05 | 5 | -94/+57 |
| | |||||
* | Add core/fallback encoder behaviour (#20320) | jack | 2023-04-03 | 4 | -67/+0 |
| | |||||
* | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | 2023-04-03 | 6 | -13/+0 |
| | |||||
* | Remove `RGB_DI_PIN` ifdefs (#20218) | Ryan | 2023-03-23 | 6 | -12/+0 |
| | |||||
* | Remove more empty headers (#20155) | Ryan | 2023-03-17 | 2 | -19/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-03-16 | 1 | -1/+1 |
|\ | |||||
| * | [Keymap] Sugarglider VIA keymap enhancement (#20140) | Kyle McCreery | 2023-03-16 | 1 | -1/+1 |
| | | |||||
* | | Remove useless "ifdef KEYBOARD_*" (#20078) | Ryan | 2023-03-16 | 1 | -4/+0 |
| | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-03-15 | 20 | -0/+1165 |
|\| | |||||
| * | [Keyboard] New Keyboard - Sugar Glider (#19933) | Kyle McCreery | 2023-03-15 | 20 | -0/+1165 |
| | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: jack <0x6a73@protonmail.com> | ||||
* | | Adjust offset for some layouts (#20075) | Ryan | 2023-03-13 | 2 | -100/+104 |
| | | |||||
* | | Move matrix config to info.json, part 7 (#20020) | Ryan | 2023-03-11 | 16 | -98/+40 |
|/ | |||||
* | Move encoder config to data driven (#19923) | Ryan | 2023-02-26 | 18 | -53/+47 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Reallocate SAFE_RANGE (#19909) | Joel Challis | 2023-02-23 | 1 | -1/+0 |
| | |||||
* | VIA Protocol 12 + fixes (#19916) | Nick Brassel | 2023-02-23 | 1 | -5/+1 |
| | | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com> | ||||
* | Move `SOFT_SERIAL_PIN` to data driven (#19863) | Ryan | 2023-02-17 | 4 | -8/+6 |
| | |||||
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 8 | -32/+0 |
| | |||||
* | Move LED indicator config to data driven (#19800) | Ryan | 2023-02-17 | 6 | -12/+12 |
| | |||||
* | Move Bootmagic config to data driven (#19860) | Ryan | 2023-02-17 | 4 | -8/+6 |
| | |||||
* | Remove unused RGBLight defines from config.h (#19859) | Ryan | 2023-02-17 | 6 | -36/+0 |
| | |||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 24 | -90/+34 |
| | |||||
* | Remove unused Bootmagic row/col defines from config.h (#19761) | Ryan | 2023-02-07 | 5 | -22/+0 |
| | |||||
* | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752) | Ryan | 2023-02-06 | 6 | -31/+0 |
| | |||||
* | Remove `IS_HOST_LED_ON` and migrate usages (#19753) | Ryan | 2023-02-06 | 3 | -5/+6 |
| | |||||
* | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 9 | -25/+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 | 2 | -6/+0 |
| |