summaryrefslogtreecommitdiffstats
path: root/keyboards/thevankeyboards
Commit message (Expand)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-232-14/+13
* Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan2023-07-061-2/+3
* Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan2023-06-271-12/+0
* Move `TAPPING_TERM` to data driven (#21296)Ryan2023-06-242-2/+3
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-184-4/+4
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-162-1/+3
* Unicodemap keycodes rename (#21092)Ryan2023-06-012-2/+2
* `info.json` whitespace cleanups (#20651)Ryan2023-05-021-3/+3
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-272-151/+422
* Move remaining `LAYOUT`s to data driven (#20422)Ryan2023-04-152-76/+205
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-124-92/+97
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-066-4/+8
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-033-3/+0
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-292-32/+39
* Remove more empty headers (#20155)Ryan2023-03-175-34/+0
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-1110-66/+26
* Remove empty rules.mk from keymaps (#20056)Joel Challis2023-03-081-0/+0
* Move backlight config to data driven (#19910)Ryan2023-02-262-3/+3
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-2/+0
* Remove matrix size defines (#19581)Ryan2023-02-175-20/+0
* 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
|\