summaryrefslogtreecommitdiffstats
path: root/keyboards/thevankeyboards
Commit message (Expand)AuthorAgeFilesLines
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0810-30/+10
* Debounce defines cleanup (#19742)Ryan2023-02-035-14/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-034-12/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-302-42/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-316-6/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-283-13/+0
* Fix functions with empty params (#19647)Ryan2023-01-201-1/+1
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-104-4/+2
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-081-0/+10
|\
| * Add some missing layout data (#19539)Joel Challis2023-01-081-0/+10
* | Align definition of unicode_map (#19452)Joel Challis2023-01-011-1/+1
* | Remove useless line continuations (#19399)Ryan2022-12-3010-167/+167
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-142-6/+6
|/
* Fix some old keycodes (#19086)Ryan2022-11-151-2/+2
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-062-2/+2
* Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-032-4/+4
* Normalise Unicode keycodes (#18898)Ryan2022-10-311-1/+1
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-272-2/+2
* Remove legacy fauxclicky and unicode keycodes (#18800)Ryan2022-10-211-1/+1
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-205-9/+9
* Remove legacy sendstring keycodes (#18749)Ryan2022-10-173-4/+4
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-163-3/+3
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-154-4/+4
* Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-152-2/+10
* Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-1319-1348/+0
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-113-6/+6
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-105-10/+10
* Remove legacy international keycodes (#18588)Ryan2022-10-091-4/+4
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-2119-25/+25
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-202-7/+11
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: S-Y (#18093)Ryan2022-08-202-7/+11
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-065-5/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-048-32/+28
|\|
| * Move keyboard USB IDs and strings to data driven: T (#17899)Ryan2022-08-048-32/+28
* | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)precondition2022-06-242-0/+2
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-1/+1
* | tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen2022-06-131-11/+10
|/
* Rename keymap_extras headers for consistency (#16939)Ryan2022-05-151-1/+1
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-152-4/+0
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-143-26/+26
* Fix up build options comments (#15463)Ryan2021-12-121-1/+1
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-095-8/+5
* Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-093-25/+0
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-013-6/+0
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-055-5/+5
* Move LTO logic from common.mk (#14973)Joel Challis2021-10-281-2/+2
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-261-1/+0
|\
| * Remove unused KEYBOARD_LOCK_ENABLE from rules (#14920)Drashna Jaelre2021-10-251-1/+0
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-293-3/+0
|\|
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-303-3/+0