Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 10 | -5/+15 |
| | |||||
* | Move Alice and Ergodox layouts to data driven (#20340) | Ryan | 2023-04-05 | 3 | -126/+318 |
| | |||||
* | Move 75% and 96% layouts to data driven (#20289) | Ryan | 2023-04-05 | 2 | -35/+178 |
| | |||||
* | Move 65% layouts to data driven (#20308) | Ryan | 2023-04-04 | 5 | -187/+135 |
| | |||||
* | Add core/fallback encoder behaviour (#20320) | jack | 2023-04-03 | 1 | -16/+0 |
| | |||||
* | Remove `RGB_DI_PIN` ifdefs (#20218) | Ryan | 2023-03-23 | 3 | -6/+0 |
| | |||||
* | Remove more empty headers (#20155) | Ryan | 2023-03-17 | 7 | -120/+0 |
| | |||||
* | Move matrix config to info.json, part 3 (#19991) | Ryan | 2023-03-11 | 26 | -298/+65 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Remove `"w":1` and `"h":1` from info.json (#19961) | Ryan | 2023-02-28 | 2 | -2/+2 |
| | |||||
* | Move encoder config to data driven (#19923) | Ryan | 2023-02-26 | 2 | -9/+5 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move backlight config to data driven (#19910) | Ryan | 2023-02-26 | 10 | -19/+20 |
| | |||||
* | Move QMK LUFA bootloader config to data driven (#19879) | Ryan | 2023-02-23 | 4 | -10/+10 |
| | |||||
* | Remove default and unused `BACKLIGHT_LEVELS` (#19898) | Ryan | 2023-02-22 | 5 | -5/+0 |
| | |||||
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 13 | -47/+0 |
| | |||||
* | Move LED indicator config to data driven (#19800) | Ryan | 2023-02-17 | 8 | -13/+18 |
| | |||||
* | Remove unused RGBLight defines from config.h (#19859) | Ryan | 2023-02-17 | 3 | -18/+0 |
| | |||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 26 | -78/+26 |
| | |||||
* | Remove unused `SOFT_SERIAL_PIN` from config.h (#19768) | Ryan | 2023-02-07 | 3 | -13/+0 |
| | |||||
* | Remove unused Bootmagic row/col defines from config.h (#19761) | Ryan | 2023-02-07 | 4 | -16/+0 |
| | |||||
* | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752) | Ryan | 2023-02-06 | 4 | -20/+0 |
| | |||||
* | Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748) | Ryan | 2023-02-05 | 6 | -30/+0 |
| | |||||
* | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 16 | -40/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 5 | -15/+0 |
| | |||||
* | Clean up Force NKRO in config.h (#19718) | Ryan | 2023-01-30 | 10 | -210/+0 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 13 | -13/+0 |
| | |||||
* | Remove commented out backlight config & stray "backlight levels" (#19703) | Ryan | 2023-01-28 | 3 | -6/+0 |
| | |||||
* | Migrate `LAYOUTS` to data driven (#19541) | Ryan | 2023-01-10 | 4 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Remove useless line continuations (#19399) | Ryan | 2022-12-30 | 7 | -132/+132 |
| | |||||
* | [Keyboard] tkc/portico75 — Fix layers & move to encoder map (#19359) | jack | 2022-12-17 | 2 | -36/+10 |
| | |||||
* | VIA V3 - The Custom UI Update (#18222) | Wilba | 2022-11-10 | 4 | -96/+0 |
| | |||||
* | Reworked backlight keycodes. (#18961) | Nick Brassel | 2022-11-06 | 1 | -2/+2 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Remove `KC_DELT` (#18882) | Ryan | 2022-10-27 | 1 | -1/+1 |
| | |||||
* | Deprecate `VLK_TOG` for `VK_TOGG` (#18807) | Ryan | 2022-10-22 | 1 | -1/+1 |
| | |||||
* | Remove legacy Grave Escape keycodes (#18787) | Ryan | 2022-10-20 | 4 | -10/+10 |
| | |||||
* | Remove legacy EEPROM clear keycodes (#18782) | Ryan | 2022-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | * `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 keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 25 | -68/+68 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728) | Drashna Jaelre | 2022-10-15 | 5 | -38/+50 |
| | |||||
* | Fix Per Key LED Indicator Callbacks (#18450) | Drashna Jaelre | 2022-10-04 | 3 | -19/+19 |
| | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415) | Ryan | 2022-09-26 | 2 | -2/+0 |
| | |||||
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 6 | -8/+8 |
| | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 4 | -4/+4 |
| | |||||
* | Remove `UNUSED_PINS` (#17931) | Nick Brassel | 2022-08-06 | 5 | -5/+0 |
| | |||||
* | Move keyboard USB IDs and strings to data driven: T (#17899) | Ryan | 2022-08-04 | 26 | -107/+90 |
| | |||||
* | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | 2022-05-15 | 19 | -39/+39 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-03-15 | 13 | -34/+0 |
|\ | |||||
| * | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | 2022-03-15 | 13 | -34/+0 |
| | | | | | | | | (#16655) | ||||
* | | Fixup builds. (#16596) | Nick Brassel | 2022-03-09 | 1 | -2/+2 |
|/ | |||||
* | [Keyboard] TKC Portico68 v2 (#15916) | TerryMathews | 2022-03-07 | 10 | -0/+587 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [Keyboard] TKC Portico75 (#15114) | TerryMathews | 2022-02-04 | 9 | -0/+631 |
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jael're <drashna@live.com> | ||||
* | Remove missing and trailing commas in info.json files. (#16088) | Gabriel Harel | 2022-01-28 | 1 | -1/+1 |
| |