aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/tgr
Commit message (Collapse)AuthorAgeFilesLines
* Remove `"command":false` from keyboards (#25193)Joel Challis2025-04-241-1/+0
|
* Remove `"console":false` from keyboards (#25190)Joel Challis2025-04-236-6/+0
|
* Remove empty `url` fields (#25181)Joel Challis2025-04-226-6/+0
|
* Remove readme dummy content (#24912)Joel Challis2025-02-131-2/+0
|
* Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2024-08-2512-273/+0
|
* Update Underglow keycodes (#23765)Ryan2024-08-254-6/+6
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove references to bootloadHID flashing page in keyboard readmes (#23942)Ryan2024-06-176-6/+6
| | | | | * Remove references to bootloadHID flashing page in keyboard readmes * Remove bootloadHID flashing page
* Delete trivial keymap readmes (#23714)Ryan2024-05-183-3/+0
|
* Adjust keycode alignment around `QK_BOOT` (#23697)Ryan2024-05-114-4/+4
|
* Migrate features from rules.mk to data driven - ST (#23286)Joel Challis2024-03-1512-60/+58
|
* Remove obvious user keymaps, keyboards/{s,t}* edition. (#23084)Joel Challis2024-02-151-35/+0
|
* amend alice* community_layouts in keyboards (#21846)Duncan Sutherland2023-10-131-1/+80
| | | | | | | | | | | | | | | * add alice* to keyboards * add seigaiha * additions * Update info.json * revert wanderland * add tgr/alice * add matrix diagram.md
* Move RGBLight animations to data driven (#21635)Ryan2023-08-238-120/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-188-8/+12
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-023-9/+6
|
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-262-91/+300
|
* Move TKL layouts to data driven (#20337)Ryan2023-04-052-128/+526
|
* Move Alice and Ergodox layouts to data driven (#20340)Ryan2023-04-052-117/+79
|
* Move 65% layouts to data driven (#20308)Ryan2023-04-042-78/+225
|
* Move TKL F13 and FRL layouts to data driven (#20310)Ryan2023-04-042-836/+724
|
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-292-65/+59
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-2612-6/+18
|
* Remove more empty headers (#20155)Ryan2023-03-176-103/+0
|
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-1012-71/+30
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-2512-12/+18
|
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-226-6/+1
|
* Remove matrix size defines (#19581)Ryan2023-02-176-19/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-1712-18/+24
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0812-36/+12
|
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-072-8/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-035-5/+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 usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-305-5/+0
|
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-1010-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)Ryan2022-12-301-10/+10
|
* TGR Jane V2 CE Refactor (#19261)James Young2022-12-095-168/+864
|
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-052-2/+2
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-212-2/+2
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-156-6/+6
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-154-4/+40
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-221-1/+1
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-064-4/+0
|
* Move keyboard USB IDs and strings to data driven: T (#17899)Ryan2022-08-0412-43/+41
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-154-4/+4
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-5/+0
| | | | (#16655)
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-291-1/+1
|\
| * Remove missing and trailing commas in info.json files. (#16088)Gabriel Harel2022-01-291-1/+1
| |
* | Refactor `bootloader_jump()` implementations (#15450)Ryan2021-12-271-1/+1
|/ | | | | | | * Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot`
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-142-17/+17
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* Fix up build options comments (#15463)Ryan2021-12-133-3/+9
|
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-091-19/+0
|