summaryrefslogtreecommitdiffstats
path: root/keyboards/ktec
Commit message (Expand)AuthorAgeFilesLines
* Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-281-280/+280
* Move backlight config to data driven (#19910)Ryan2023-02-264-6/+6
* Move backlight config to data driven, part 1 (#19887)Ryan2023-02-213-5/+4
* Move layouts for direct_pins boards to data driven (#19872)Ryan2023-02-193-46/+7
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
* Move LED indicator config to data driven (#19800)Ryan2023-02-172-3/+4
* Move Bootmagic config to data driven (#19860)Ryan2023-02-172-4/+3
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-172-13/+1
* Migrate `DIRECT_PINS` to data driven (#19826)Ryan2023-02-142-11/+6
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-084-12/+4
* Remove unused `SOFT_SERIAL_PIN` from config.h (#19768)Ryan2023-02-071-5/+0
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-071-4/+0
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-061-5/+0
* Debounce defines cleanup (#19742)Ryan2023-02-032-6/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-301-21/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-312-2/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-1/+0
* Align definition of unicode_map (#19452)Joel Challis2023-01-011-1/+1
* Remove useless line continuations (#19399)Ryan2022-12-301-12/+12
* Normalise Unicode keycodes (#18898)Ryan2022-10-311-4/+4
* Remove rgblight_list.h (#18878)Ryan2022-10-271-6/+6
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-272-10/+10
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-202-2/+2
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-202-3/+3
* Remove legacy sendstring keycodes (#18749)Ryan2022-10-171-1/+1
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-2/+2
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-152-25/+20
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-132-7/+7
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-104-100/+115
|\
| * [Keyboard][Keymap] Fix random keys being sent on Mac + userspace changes (#15...Artjoms Rizihs2022-10-104-100/+115
* | Tidy up LAYOUT macro generation (#18262)Joel Challis2022-09-191-1/+0
|/
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-062-2/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-034-15/+13
|\
| * Move keyboard USB IDs and strings to data driven: K (#17846)Ryan2022-08-034-15/+13
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-021-400/+673
|\|
| * [keymap] Add tiny text, full width characters to Ergodone->Vega (#17427)Vega Deftwing2022-07-021-400/+673
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-194-4/+4
|/
* Convert ergodone to use core mcp23018 driver (#17005)Joel Challis2022-05-3112-789/+653
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-152-6/+1
* Remove `matrix_key_count()` (#16603)Ryan2022-03-101-9/+0
* Fix up build options comments (#15463)Ryan2021-12-122-2/+2
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-093-5/+3
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-013-5/+0
* rename kprepublic bm keyboards to have a standardized naming format (#15047)peepeetee2021-11-181-1/+1
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-052-2/+2
* Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-291-1/+0
|\
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-301-1/+0