aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/mechwild
Commit message (Collapse)AuthorAgeFilesLines
* Remove some encoder resolution that duplicate defaults (#25517)Joel Challis2025-07-281-4/+4
|
* Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan2025-07-113-6/+6
| | | | | | | | | * Remove deprecated `RGB_` and Mouse keycodes * Update old mouse keycodes, 0-9/A-M * Update old mouse keycodes, N-Z & layouts * Missed some stuff
* Migrate `usb.force_nkro` to `host.default.nkro` (#25468)Joel Challis2025-07-102-2/+10
|
* refactor(mercutio): layouts & reformatting (#25408)Less/Rikki2025-06-273-54/+317
|
* Migrate remaining `DEFAULT_FOLDER` to keyboard aliases (#25291)Joel Challis2025-06-102-4/+0
|
* Configure boards to use development_board - LM (#25341)Joel Challis2025-06-073-6/+3
|
* Remove duplicate of SPI default config from keyboards (#25266)Joel Challis2025-05-162-6/+0
|
* Remove `"command":false` from keyboards (#25193)Joel Challis2025-04-247-7/+0
|
* Remove `"console":false` from keyboards (#25190)Joel Challis2025-04-237-7/+0
|
* Remove duplication of RGBLight defaults (#25169)Joel Challis2025-04-193-5/+1
|
* Remove readme dummy content (#24912)Joel Challis2025-02-131-2/+0
|
* Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24835)Joel Challis2025-01-208-8/+0
|
* fix: mechwild/bb65 coordinate mix-up (#24738)Less/Rikki2024-12-221-4/+4
|
* Update keycodes for keyboards with RGB Matrix (#24484)Ryan2024-11-241-3/+3
|
* Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2024-08-2530-1017/+0
|
* Update Underglow keycodes (#23765)Ryan2024-08-2519-47/+47
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Migrate split.soft_serial_pin to split.serial.pin H-O (#24185)Joel Challis2024-07-232-2/+6
|
* Remove instances of MASTER_LEFT. (#24163)Dasky2024-07-212-5/+0
|
* `mechwild/bbpad`: fix build (#24106)Ryan2024-07-121-1/+1
|
* [keyboard] mechwild/bbpad (#24072)Less/Rikki2024-07-078-0/+281
| | | | | | | | | * Initial bbpad commit * refactor: bbpad --------- Co-authored-by: Kyle McCreery <mccreery.kyle@gmail.com>
* Mechwild OBE/Waka60: Fix build warnings (#23929)Ryan2024-06-1724-6/+30
|
* Fixup build failures. (#23869)Nick Brassel2024-06-051-0/+5
|
* Migrate `LOCKING_*_ENABLE` to Data-Driven: M, Part 1 (#23772)James Young2024-05-2216-97/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Affects: - `m10a` - `machine_industries/m4_a` - `magic_force/mf34` - `majistic` - `makenova/omega/omega4` - `makrosu` - `manta60` - `maple_computing/christmas_tree/v2017` - `maple_computing/ivy/rev1` - `maple_computing/launchpad/rev1` - `maple_computing/minidox/rev1` - `maple_computing/the_ruler` - `marksard/leftover30` - `marksard/treadstone48/rev1` - `marksard/treadstone48/rev2` - `masterworks/classy_tkl/rev_a` - `maxipad` - `maxr1998/phoebe` - `mc_76k` - `mechkeys/acr60` - `mechkeys/alu84` - `mechkeys/espectro` - `mechkeys/mechmini/v2` - `mechkeys/mk60` - `mechlovin/hannah910/rev1` - `mechlovin/hannah910/rev2` - `mechlovin/hannah910/rev3` - `mechlovin/jay60` - `mechlovin/tmkl` - `mechwild/bde/lefty` - `mechwild/bde/rev2` - `mechwild/bde/righty` - `mechwild/mercutio` - `mechwild/mokulua/mirrored` - `mechwild/mokulua/standard` - `mechwild/murphpad` - `mechwild/obe` - `mechwild/puckbuddy` - `meletrix/zoom98` - `melgeek/mj6xy/rev3` - `meme` - `meow65` - `mesa/mesa_tkl` - `meson` - `mikeneko65` - `millipad` - `mini_elixivy` - `mini_ten_key_plus` - `minimon/index_tab` - `mint60` - `misonoworks/karina` - `miuni32` - `mixi`
* Delete trivial keymap readmes (#23714)Ryan2024-05-184-4/+0
|
* Adjust keycode alignment around `QK_BOOT` (#23697)Ryan2024-05-112-2/+2
|
* refactor: mechwild/bbs (#23373)Less/Rikki2024-05-057-70/+69
|
* Migrate build target markers to keyboard.json - Misc (#23653)Joel Challis2024-05-034-2/+0
|
* Update GPIO API usage in keyboard code (#23361)Ryan2024-05-032-13/+13
|
* refactor: mechwild/waka60 (#23423)Less/Rikki2024-05-014-117/+1241
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2024-04-3011-0/+313
|\
| * [Keyboard] Add MECHWILD BB65 (#23581)Stephon Parker2024-04-3011-0/+313
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* | Migrate build target markers to keyboard.json - BM (#23627)Joel Challis2024-04-272-0/+0
| |
* | Data-Driven Keyboard Conversions: M, Part 2 (#23601)James Young2024-04-2718-89/+121
| |
* | Add haptic driver to keyboard.json schema (#23591)Ryan2024-04-242-1/+3
| |
* | Change to `development_board` (#21695)Duncan Sutherland2024-04-235-15/+5
| |
* | Move `SPLIT_KEYBOARD` to data driven (#21410)Duncan Sutherland2024-04-124-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-04-041-1/+1
|\|
| * handwired/technicpad: fix `keyboard` in keymaps (#23408)Ryan2024-04-041-1/+1
| |
* | Migrate build target markers to keyboard.json (#23293)Joel Challis2024-03-3016-4/+0
| |
* | Migrate features and LTO from rules.mk to data driven (#23307)Joel Challis2024-03-304-28/+20
| |
* | Update GPIO expander API naming (#23375)Ryan2024-03-291-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-03-297-0/+206
|\|
| * [Keyboard] mechwild/bb40 (#22958)Less/Rikki2024-03-297-0/+206
| | | | | | Co-authored-by: Kyle McCreery <mccreery.kyle@gmail.com>
* | Migrate features from rules.mk to data drive - LMN (#23277)Joel Challis2024-03-154-28/+21
| |
* | Migrate content where only parent info.json exists (#22895)Joel Challis2024-03-149-13/+12
|/
* Manual user keymap removal (#23119)Joel Challis2024-02-204-137/+0
|
* Manual user keymap removal (#23104)Joel Challis2024-02-198-702/+0
|
* Add encoder abstraction. (#21548)Nick Brassel2024-02-181-2/+4
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-12-205-290/+0
|\
| * Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695)Nick Brassel2023-12-183-93/+0
| |