Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-22 | Remove unnecessary driver counts (#22435) | Joel Challis | |
2023-11-20 | LED drivers: register naming cleanups (#22436) | Ryan | |
2023-11-12 | Remove requirement for `keymap_steno.h` include in keymaps (#22423) | Ryan | |
* Remove requirement for `keymap_steno.h` include in keymaps * Add back keymap_steno.h with a note for the time being | |||
2023-11-10 | LED drivers: clean up `SWx`/`CSy` pullup/down resistor config (#22381) | Ryan | |
2023-11-01 | LED drivers: add defines for PWM and LED control register counts (#22383) | Ryan | |
2023-11-01 | Relocate LED driver init code (#22365) | Ryan | |
2023-10-29 | whitefox: remove pointless file (#22366) | Ryan | |
2023-10-22 | Add `_flush()` functions to LED drivers (#22308) | Ryan | |
2023-10-21 | Rename `DRIVER_ADDR_n` defines (#22200) | Ryan | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-10-04 | Update ISSI LED types (#22099) | Ryan | |
2023-09-28 | refactor: move default RGB/LED matrix #defines (#21938) | Less/Rikki | |
* refactor: move default RGB/LED matrix #defines Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to leverage these defaults without requiring #ifdef guards (and often repeating said fallback definitions). * style: use if(n)def for consistency and remove redundant UINT8_MAX checks on maximum brightness Co-authored-by: Joel Challis <git@zvecr.com> * refactor: remove INDICATOR_MAX_BRIGHTNESS macro Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-09-24 | input_club/infinity60: remove custom 3731 code, convert to LED Matrix (#22117) | Ryan | |
* input_club/infinity60: remove custom 3731 code, convert to LED Matrix * Add licences | |||
2023-09-19 | Add and use I2C address defines for ISSI LED drivers (#22008) | Ryan | |
2023-09-14 | Fix input_club/k_type when RGB Matrix disabled (#22021) | Joel Challis | |
2023-09-14 | Add and use PWM frequency defines for ISSI LED drivers (#22009) | Ryan | |
2023-09-13 | is31fl3731: driver naming cleanups (#21918) | Ryan | |
2023-09-13 | is31fl3733: driver naming cleanups (#21905) | Ryan | |
2023-08-27 | Clean up Unicode API usage in user keymaps (#21849) | Ryan | |
2023-08-23 | RGB Matrix: driver naming cleanups (#21594) | Ryan | |
2023-07-29 | LED Matrix: driver naming cleanups (#21580) | Ryan | |
2023-07-16 | quantum: remove direct `quantum.h` includes (#21507) | Ryan | |
2023-07-02 | Get rid of `USB_LED_NUM_LOCK` (#21424) | Ryan | |
2023-06-24 | Move `TAPPING_TOGGLE` to data driven (#21360) | Ryan | |
2023-06-23 | Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353) | Nick Brassel | |
* Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default. | |||
2023-06-18 | Remove default `TAPPING_TERM` from keyboard config.h (#21284) | Ryan | |
2023-05-15 | Keymap introspection for combos. (#19670) | Nick Brassel | |
2023-04-27 | Move 60% layouts to data driven (#20477) | Ryan | |
2023-04-08 | Move `RGB_MATRIX_DRIVER` to data driven (#20350) | Ryan | |
2023-04-05 | Move TKL layouts to data driven (#20337) | Ryan | |
2023-04-05 | Move Alice and Ergodox layouts to data driven (#20340) | Ryan | |
2023-04-04 | Move 65% layouts to data driven (#20308) | Ryan | |
2023-04-03 | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | |
2023-03-20 | Clean up usage of `QMK_KEYBOARD_H` (#20167) | Ryan | |
2023-03-17 | Remove more empty headers (#20155) | Ryan | |
2023-03-05 | Move matrix config to info.json, part 1 (#19985) | Ryan | |
2023-02-22 | Remove default and unused `BACKLIGHT_LEVELS` (#19898) | Ryan | |
2023-02-17 | Remove matrix size defines (#19581) | Ryan | |
2023-02-13 | Refactor Leader key feature (#19632) | Ryan | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2023-02-08 | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | |
2023-02-07 | Remove unused Bootmagic row/col defines from config.h (#19761) | Ryan | |
2023-02-06 | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752) | Ryan | |
2023-02-05 | Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748) | Ryan | |
2023-02-03 | Debounce defines cleanup (#19742) | Ryan | |
* 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 | |||
2023-02-03 | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726) | Ryan | |
2023-01-30 | Clean up Force NKRO in config.h (#19718) | Ryan | |
2023-01-28 | Remove commented out backlight config & stray "backlight levels" (#19703) | Ryan | |
2023-01-20 | Fix functions with empty params (#19647) | Ryan | |
* Fix functions with empty params * Found a bunch more | |||
2023-01-10 | Migrate `LAYOUTS` to data driven (#19541) | Ryan | |
* 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 | |||
2022-12-30 | Remove useless line continuations (#19399) | Ryan | |
2022-11-27 | Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) | Ryan | |