summaryrefslogtreecommitdiffstats
path: root/keyboards/tkc
Commit message (Collapse)AuthorAgeFilesLines
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0610-5/+15
|
* Move Alice and Ergodox layouts to data driven (#20340)Ryan2023-04-053-126/+318
|
* Move 75% and 96% layouts to data driven (#20289)Ryan2023-04-052-35/+178
|
* Move 65% layouts to data driven (#20308)Ryan2023-04-045-187/+135
|
* Add core/fallback encoder behaviour (#20320)jack2023-04-031-16/+0
|
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-233-6/+0
|
* Remove more empty headers (#20155)Ryan2023-03-177-120/+0
|
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-1126-298/+65
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-282-2/+2
|
* Move encoder config to data driven (#19923)Ryan2023-02-262-9/+5
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-2610-19/+20
|
* Move QMK LUFA bootloader config to data driven (#19879)Ryan2023-02-234-10/+10
|
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-225-5/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-1713-47/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-178-13/+18
|
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-173-18/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0826-78/+26
|
* Remove unused `SOFT_SERIAL_PIN` from config.h (#19768)Ryan2023-02-073-13/+0
|
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-074-16/+0
|
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-064-20/+0
|
* Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-056-30/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-0316-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)Ryan2023-02-035-15/+0
|
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-3010-210/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3113-13/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-283-6/+0
|
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-104-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)Ryan2022-12-307-132/+132
|
* [Keyboard] tkc/portico75 — Fix layers & move to encoder map (#19359)jack2022-12-172-36/+10
|
* VIA V3 - The Custom UI Update (#18222)Wilba2022-11-104-96/+0
|
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-061-2/+2
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove `KC_DELT` (#18882)Ryan2022-10-271-1/+1
|
* Deprecate `VLK_TOG` for `VK_TOGG` (#18807)Ryan2022-10-221-1/+1
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-204-10/+10
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-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)Ryan2022-10-1525-68/+68
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-155-38/+50
|
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-043-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)Ryan2022-09-262-2/+0
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-236-8/+8
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-214-4/+4
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-065-5/+0
|
* Move keyboard USB IDs and strings to data driven: T (#17899)Ryan2022-08-0426-107/+90
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1519-39/+39
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-1513-34/+0
|\
| * Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-1513-34/+0
| | | | | | | | (#16655)
* | Fixup builds. (#16596)Nick Brassel2022-03-091-2/+2
|/
* [Keyboard] TKC Portico68 v2 (#15916)TerryMathews2022-03-0710-0/+587
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] TKC Portico75 (#15114)TerryMathews2022-02-049-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 Harel2022-01-281-1/+1
|