summaryrefslogtreecommitdiffstats
path: root/keyboards/mechwild
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] mechwild/bde cleanup and refactor (#18149)Less/Rikki2022-08-2842-509/+501
|
* Add eeprom defaults for tinyuf2 bootloader (#18042)Joel Challis2022-08-253-103/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-243-1/+2
|\
| * Fix use of encoder map in mechwild/clunker (#18156)Joel Challis2022-08-243-1/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-237-0/+266
|\|
| * [Keyboard] Add Clunker (#18141)Kyle McCreery2022-08-237-0/+266
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-2111-16/+16
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-212-8/+7
|\|
| * Move keyboard USB IDs and strings to data driven, pass 3 (#18111)Ryan2022-08-212-8/+7
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-203-3/+3
|\|
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-203-3/+3
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-207-22/+25
|\|
| * Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090)Ryan2022-08-207-22/+25
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-151-0/+1
|\|
| * Migrate more F4x1 board files (#18054)Joel Challis2022-08-151-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-141-0/+1
|\|
| * Migrate more F4x1 board files (#18046)Joel Challis2022-08-151-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-1014-0/+1081
|\|
| * [Keyboard] MechWild Puckbuddy (#17161)Kyle McCreery2022-08-0914-0/+1081
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit * testing modes * working on puckbuddy firmware. This is all working for now but need to clean it up and personalize it. * needs to be updated from vial build * prepping for PR * added rgb mode cycling to fn1 since it isn't on the encoder for these maps * readme written in preparation for pr * reverting driver print line * Removed old reference to OBE in the readme from copypaste error * applying changes based on review * applying changes from review * Update keyboards/mechwild/puckbuddy/puckbuddy.c * trailing whitespaces removed * added clear screen condition for switching back to name rendering * Added uf2 keymap and fixed display glitch for the logo render art. * Removed extra definition of FEE_PAGE_BASE_ADDRESS * Removed the uf2 keymap and made it automatic when selecting bootloader instead * Fixed the bad bootloader check * moved the uf2 check from rules.mk to post_rules.mk to satisfy lint * changing it back to stm32-dfu bootloader default * Fixed RGBLIGHT enable oversight. * Added persistent dynamic tapping configuration for the cirque touchpad tap term * new lines at end of files for formatting and diff sanity * changing default bootloader back to stm32-dfu * Had to completely redefine the tap keycodes instead of using the DT_UP and DT_DOWN keycodes because I was not able to specify them easily in the via/vial configs and this allows me to keep the original functionality instead of tying it to eeprom like these are. * Added tap toggling keycodes to quick enable and disable the tapping term * working out an issue where the tap status keeps turning to off on power cycle * correcting submodule garbo * Fixed display issue and rewrote TAP config approach to make it a little easier to control * removing backup puckbuddy.c code * Added some comment, removed some commented out old code, removed trailing whitespace * Changed to handle tinyuf2 by expecting emulated eeprom so that adding other forms of eeprom can be handled for the memory offset separately, and added user oled conditional inside the keyboard oled code block * Updated default keymaps to have the tap and dpi keys on by default * Apply suggestions from code review * Apply suggestions from code review
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-072-2/+2
|\|
| * RESET -> QK_BOOT default keymaps (#17939)Joel Challis2022-08-072-2/+2
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-0610-10/+0
|/
* [Keyboard] encoder map on more mechwild boards (#17894)Less/Rikki2022-08-0518-58/+142
|
* Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-0314-54/+47
|
* feat: encoder map, OLED & encoder kb-level config (#17809)Less/Rikki2022-07-286-163/+113
|
* feat: encoder map, OLED & encoder kb-level config (#17767)Less/Rikki2022-07-2615-100/+74
|
* MechWild Mokulua: Correct QMK Configurator Data (#17783)James Young2022-07-252-2/+155
| | | | | * Mokulua Mirrored: rebuild info.json file * Mokulua Standard: rebuild info.json file
* Jonavin mercutio - reduce mem footprint (#17498)jonavin2022-07-211-12/+8
| | | | | | | * Reduce mem footprint - remove sprintf * remove stdio reference and use get_u8_str Co-authored-by: Jonavin <=>
* Re-refactor Mokulua (#17125)Kyle McCreery2022-07-1726-126/+467
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allowing the kt60 file to be modified so I can do things while waiting for it to be fixed upstream * initial commit for mokulua keyboard * Split the board into mirrored and standard layouts. * Prepping for PR. Silly keymap added. * prepped for PR * Apply suggestions from code review * Fixing firmware from the refactor that removed the mirrored layout. * Small tweaks using changes from refactor * Changed the name of the layouts back to match the original to resolve conflict in info.json * these files needed to be removed as well, they were added as a part of the refactor * info.json moveds to be different for each build * Another file had to be removed and the mirrored.c file changed to call mirrored.h instead of standard.h * fixing chibios ver * force deleting to revert * fixing chibios shit * Update keyboards/mechwild/mokulua/mirrored/mirrored.c * Update keyboards/mechwild/mokulua/standard/standard.c * Removing tabs and replacing with 4 spaces. Small style and formatting changes.
* [Keyboard] MechWild BB Steno (#17163)Kyle McCreery2022-07-137-0/+268
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allowing the kt60 file to be modified so I can do things while waiting for it to be fixed upstream * Initial commit * testing modes * working on puckbuddy firmware. This is all working for now but need to clean it up and personalize it. * needs to be updated from vial build * prepping for PR * added rgb mode cycling to fn1 since it isn't on the encoder for these maps * shipping firmware built. Need to clean up readme and info.json layout * removing puckbuddy files from this branch * readme done, prepping for PR * info.json updated prepping for PR * Restore cirque driver that was modified from puckbuddy testing on this branch * applying changes from review * Update keyboards/mechwild/bbs/bbs.c * Fixed info.json * Apply suggestions from code review
* Fix/waka60 audio (#17561)Zykrah2022-07-066-0/+16
|
* Specify blackpill board files where relevant (#17521)Joel Challis2022-07-018-0/+8
|
* keyboards: fix malformed info.json files (#17292)Ryan Skidmore2022-06-021-2/+2
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-2022-40/+134
|\
| * [Keyboard] Add eeprom IC-less rev for MechWild OBE and Waka60 (#17126)Kyle McCreery2022-05-2022-40/+134
| |
* | RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-154-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-134-0/+337
|\|
| * [Keymap] Contra - QWERTY US basic layout; MechWild Marcuio - EN update ↵Stephon Parker2022-05-124-0/+337
| | | | | | | | | | | | | | | | layout (#16787) Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Stephon Parker <stephonparker@Stephons-MacBook-Pro.local>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-1225-414/+33
|\|
| * [Keyboard] Refactor mechwild/mokulua (#17068)jack2022-05-1225-414/+33
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-1226-0/+1161
|\|
| * [Keyboard] Add Mokulua keyboard (#17055)Kyle McCreery2022-05-1126-0/+1161
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Add non blackpill F4x1 config files (#16600)Joel Challis2022-04-062-11/+1
|/ | | | | | | | | | | * Add non blackpill F4x1 config files * Move ld files * Remove f401 i2c bodges * more bodge? * Update to recommended defaults
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-154-16/+0
| | | | (#16655)
* [Keymap] add mouse controls to Mechwilds Mercutio FearlessSpiff (#16566)FearlessSpiff2022-03-074-9/+31
|
* [Keyboard] BDE Rev2 (#15877)Kyle McCreery2022-03-0433-60/+657
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Add Fearless Spiff keymap for Mechwild Mercutio based on Bongocat ↵FearlessSpiff2022-01-104-0/+343
| | | | and Jonavin (#15802)
* [Keyboard] Add Waka60 keyboard (#15173)Kyle McCreery2021-12-1018-0/+644
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-095-10/+5
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-015-10/+0
|