summaryrefslogtreecommitdiffstats
path: root/keyboards/tkc
Commit message (Expand)AuthorAgeFilesLines
* Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-056-30/+0
* Debounce defines cleanup (#19742)Ryan2023-02-0316-40/+3
* 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
* 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
* 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
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1525-68/+68
* 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
* 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 (#16...Ryan2022-03-1513-34/+0
* | Fixup builds. (#16596)Nick Brassel2022-03-091-2/+2
|/
* [Keyboard] TKC Portico68 v2 (#15916)TerryMathews2022-03-0710-0/+587
* [Keyboard] TKC Portico75 (#15114)TerryMathews2022-02-049-0/+631
* 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
* [Keyboard] TKC California (#15124)TerryMathews2022-01-109-0/+309
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-147-92/+92
* 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
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-027-7/+21
* Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-302-2/+0
* Remove unused `IS_COMMAND()` instances and Magic Key definitions (#14610)James Young2021-09-262-101/+0
* Remove audio pin references in rules.mk (#14532)Ryan2021-09-211-1/+1
* Remove backlight pin references in rules.mk (#14513)Ryan2021-09-201-1/+1
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-126-6/+0
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-128-19/+2
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-102-14/+0
* Remove empty override functions (#14312)Ryan2021-09-051-4/+0
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-2410-19/+21