summaryrefslogtreecommitdiffstats
path: root/keyboards/mechwild
Commit message (Collapse)AuthorAgeFilesLines
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-035-226/+226
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-024-50/+50
|
* Move `FORCE_NKRO` to data driven (#20604)Ryan2023-05-014-7/+4
|
* Fix info.json LTO and format encoder definitions (#20456)Ryan2023-04-151-4/+4
|
* Encodermap direction define. (#20454)Nick Brassel2023-04-1520-20/+20
|
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-153-42/+53
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-1215-524/+344
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0616-10/+30
|
* Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-055-94/+57
|
* Add core/fallback encoder behaviour (#20320)jack2023-04-034-67/+0
|
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-036-13/+0
|
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-236-12/+0
|
* Remove more empty headers (#20155)Ryan2023-03-172-19/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-161-1/+1
|\
| * [Keymap] Sugarglider VIA keymap enhancement (#20140)Kyle McCreery2023-03-161-1/+1
| |
* | Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-161-4/+0
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-1520-0/+1165
|\|
| * [Keyboard] New Keyboard - Sugar Glider (#19933)Kyle McCreery2023-03-1520-0/+1165
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: jack <0x6a73@protonmail.com>
* | Adjust offset for some layouts (#20075)Ryan2023-03-132-100/+104
| |
* | Move matrix config to info.json, part 7 (#20020)Ryan2023-03-1116-98/+40
|/
* Move encoder config to data driven (#19923)Ryan2023-02-2618-53/+47
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Reallocate SAFE_RANGE (#19909)Joel Challis2023-02-231-1/+0
|
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-231-5/+1
| | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-174-8/+6
|
* Remove matrix size defines (#19581)Ryan2023-02-178-32/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-176-12/+12
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-174-8/+6
|
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-176-36/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0824-90/+34
|
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-075-22/+0
|
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-066-31/+0
|
* Remove `IS_HOST_LED_ON` and migrate usages (#19753)Ryan2023-02-063-5/+6
|
* Debounce defines cleanup (#19742)Ryan2023-02-039-25/+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-305-103/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-3110-10/+0
|
* Fix functions with empty params (#19647)Ryan2023-01-201-1/+1
| | | | | * Fix functions with empty params * Found a bunch more
* Remove useless line continuations (#19399)Ryan2022-12-303-22/+0
|
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-143-9/+9
|
* Update use of legacy keycodes (#19120)Joel Challis2022-11-224-8/+8
|
* Remove more `UNUSED_PINS` defines (#18940)Ryan2022-11-031-1/+0
|
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-2/+2
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-2013-13/+13
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-201-1/+1
| | | | | | | | | | | * `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 5 (#18710)Ryan2022-10-158-12/+12
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-152-24/+20
|
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-132-2/+2
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-106-7/+7
| | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* RESET -> QK_BOOT user keymaps (#18560)Joel Challis2022-10-012-2/+2
|
* Merge remote-tracking branch 'origin/master' into developJoshua Diamond2022-09-181-1/+1
|\