summaryrefslogtreecommitdiffstats
path: root/keyboards/wuque
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] fix json for nemui65 (#21629)spbgzh2023-08-121-2/+2
|
* [Keyboard] Add new nemui65 (#21304)spbgzh2023-07-117-0/+250
| | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
* Wuque Creek70 Layout Additions and Touch-Up (#21346)James Young2023-06-234-120/+708
| | | | | | | | | | | | | | | | | | | | | | | | | * [chore] correct layout data * [docs] add layout/matrix diagram * [refactor] rename LAYOUT to LAYOUT_all * [enhancement] add LAYOUT_ansi_split_space_split_bs_rshift * [enhancement] add LAYOUT_ansi_split_space * [enhancement] add LAYOUT_ansi_split_bs_rshift * [enhancement] add LAYOUT_ansi * [enhancement] add LAYOUT_ansi_tsangan_split_bs_rshift * [enhancement] add LAYOUT_ansi_tsangan * [style] refactor keymaps - use four-space indent - convert tabs to spaces - use QMK-native keycode aliases
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-2710-5/+15
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-031-20/+1
|
* Move `FORCE_NKRO` to data driven (#20604)Ryan2023-05-014-6/+4
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-126-390/+275
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0610-5/+15
|
* Move 75% and 96% layouts to data driven (#20289)Ryan2023-04-053-764/+559
|
* Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-053-60/+24
|
* Move 65% layouts to data driven (#20308)Ryan2023-04-043-500/+341
|
* Move TKL F13 and FRL layouts to data driven (#20310)Ryan2023-04-044-2049/+1626
|
* Add core/fallback encoder behaviour (#20320)jack2023-04-032-17/+0
|
* [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-033-7/+18
|
* Move 66% and 68% layouts to data driven (#20293)Ryan2023-04-015-831/+618
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-286-15/+9
|\
| * Remove invalid characters (#20277)Albert Y2023-03-286-15/+9
| |
* | Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-235-10/+0
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2023-03-234-24/+22
|\|
| * [Keyboard] Fix tata80 wkl layout (#20195)spbgzh2023-03-234-24/+22
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-215-42/+49
|\|
| * [Keyboard] update creek70 change rgb num (#20196)spbgzh2023-03-215-42/+49
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Remove more empty headers (#20155)Ryan2023-03-176-101/+0
| |
* | Move matrix config to info.json, part 5 (#20003)Ryan2023-03-1118-58/+45
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-282-22/+22
|/
* Move encoder config to data driven (#19923)Ryan2023-02-269-39/+27
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-177-28/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-1710-16/+20
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-149-0/+346
|\
| * add new keyboard creek70 (#19789)spbgzh2023-02-149-0/+346
| |
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0814-42/+14
| |
* | Debounce defines cleanup (#19742)Ryan2023-02-039-27/+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-032-6/+0
| |
* | Clean up Force NKRO in config.h (#19718)Ryan2023-01-302-38/+0
| |
* | Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-319-9/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-1818-0/+706
|\|
| * [Keyboard] Add tata80 (#19445)spbgzh2023-01-1818-0/+706
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-104-4/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-2335-1295/+1970
|\
| * [Add function] add 'Split Space and ISO and delete RGUI for Promise 87 (#18929)spbgzh2022-11-2240-1309/+1984
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add split space and ISO * Update wkl.h * update ISO * update * change KC_LGUI to KC_RGUI * delete RGUI * format * update promise87 readme.md * update promise87 wkl readme.md * Update readme.md * Update readme.md * change KC_SLCK to KC_SCRL * wuque/promise87/ansi: standardize Layout Macro names - rename `LAYOUT_tkl_f13_ansi` to `LAYOUT_tkl_f13_ansi_tsangan` - convert `LAYOUT_tkl_f13_ansi_iso` to `LAYOUT_tkl_f13_iso_tsangan` (adds position `K41`) - rename `LAYOUT_tkl_f13_ansi_split_space` to `LAYOUT_tkl_f13_ansi_tsangan_split_space` - rename `LAYOUT_tkl_f13_ansi_split_bs` to `LAYOUT_tkl_f13_ansi_tsangan_split_bs` - rename `LAYOUT_tkl_f13_ansi_split_lshift` to `LAYOUT_tkl_f13_ansi_tsangan_split_lshift` - rename `LAYOUT_tkl_f13_ansi_split_rshift` to `LAYOUT_tkl_f13_ansi_tsangan_split_rshift` - rename `LAYOUT_tkl_f13_ansi_split_bs_rshift` to `LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift` * wuque/promise87/wkl: refactor LAYOUT_tkl_f13_ansi_wkl_iso Refactors `LAYOUT_tkl_f13_ansi_wkl_iso` into `LAYOUT_tkl_f13_iso_wkl` by adding position `K41` (Non-US Backslash) to the layout macro. Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-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
* | Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-1/+1
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1514-14/+14
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-152-25/+21
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-2/+2
|
* RESET -> QK_BOOT default keymaps (#17939)Joel Challis2022-08-0722-22/+22
|
* Move keyboard USB IDs and strings to data driven: W (#17903)Ryan2022-08-0614-50/+43
|
* Wuque Promise87 WKL Refactor (#17828)James Young2022-07-2818-131/+304
|
* [Keyboard] fix mistakes in promise87 config (#17830)GG2022-07-285-8/+36
|
* Wuque Promise87 ANSI Refactor (#17807)James Young2022-07-2719-91/+268
|