summaryrefslogtreecommitdiffstats
path: root/keyboards/wilba_tech
Commit message (Collapse)AuthorAgeFilesLines
* Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-043-684/+684
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-0233-97/+96
|
* Move 60% layouts to data driven (#20477)Ryan2023-04-274-133/+477
|
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-272-59/+208
|
* Move single `60_ansi`, `60_hhkb` and `60_iso` layouts to data driven (#20438)Ryan2023-04-154-36/+132
|
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-1555-879/+2107
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-124-58/+121
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-064-3/+5
|
* Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-0510-153/+53
|
* Move 65% layouts to data driven (#20308)Ryan2023-04-046-870/+867
|
* Fix a handful of CLI errors (#20321)Ryan2023-04-032-10/+0
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-04-0310-227/+186
|\
| * Update WT60-H1, WT60-H3 layouts (#20114)Wilba2023-04-0312-295/+186
| |
* | Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-231-2/+0
| |
* | Remove trailing zeroes in info.json layouts (#20156)Ryan2023-03-171-1/+1
| |
* | Remove more empty headers (#20155)Ryan2023-03-1730-447/+0
| |
* | Move matrix config to info.json, part 5 (#20003)Ryan2023-03-1186-673/+215
|/ | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-262-2/+3
|
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-2330-106/+84
| | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-1/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-1743-172/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-172-2/+3
|
* implement missing layouts + DD migration for wilba_tech/wt60_d (#19777)Less/Rikki2023-02-085-105/+614
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0888-264/+88
|
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-0615-75/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-0344-135/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0315-45/+0
|
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-3015-339/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3144-44/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-2815-88/+0
|
* Fix functions with empty params (#19647)Ryan2023-01-202-2/+2
| | | | | * Fix functions with empty params * Found a bunch more
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-1010-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* A fancy keymap for the wt65_xt. (#19375)yonatanzunger2022-12-303-0/+651
|
* VIA V3 - The Custom UI Update (#18222)Wilba2022-11-1025-92/+175
|
* wilba_tech: allow keymaps to override backlight_effect_indicators() (#18791)Selene ToyKeeper2022-10-211-1/+1
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-202-2/+2
|
* Remove stale userspace/keymaps (#18700)Joel Challis2022-10-205-231/+0
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-202-2/+2
| | | | | | | | | | | * `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
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-202-5/+816
|\
| * Wilba Tech WT65-D Layout Additions (#18779)James Young2022-10-202-5/+816
| |
* | Remove legacy sendstring keycodes (#18749)Ryan2022-10-171-1/+1
| |
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1566-66/+66
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-153-4/+21
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-135-32/+11
|\|
| * Fix Caps Lock indicators on Wilba Tech PCBs (#18695)Wilba2022-10-135-32/+11
| |
* | Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-132-105/+0
| |
* | Remove legacy keycodes, part 3 (#18669)Ryan2022-10-111-2/+2
| | | | | | | | | | | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
* | RESET -> QK_BOOT user keymaps (#18560)Joel Challis2022-10-012-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-305-0/+121
|\|
| * [Keymap] Personal user space code and keymaps by ZyBeR (#18512)ZyberSE2022-09-295-0/+121
| | | | | | Co-authored-by: ZyBeR <n/a>