summaryrefslogtreecommitdiffstats
path: root/keyboards/tkc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* [Keyboard] TKC Candybar R3 (#15374)TerryMathews2022-01-1018-0/+583
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keyboard] TKC California (#15124)TerryMathews2022-01-109-0/+309
| | | | | | | | | | | | | | | | * CALIFORNIA: Initial support for TKC California * update readme.md, info.json * Update keyboards/tkc/california/rules.mk * Update keyboards/tkc/california/rules.mk * Update keyboards/tkc/california/readme.md * Update keyboards/tkc/california/rules.mk * Update keyboards/tkc/california/info.json
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-147-92/+92
| | | | | | | * 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-123-5/+2
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-098-14/+8
|
* Remove manual enable of LTO within keyboards (#15377)Joel Challis2021-12-022-2/+2
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-018-14/+0
|
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-241-1/+1
|
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-17/+17
|
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-058-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-027-7/+21
| | | | | | | | | | | | | * [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty