summaryrefslogtreecommitdiffstats
path: root/keyboards/mechwild/mokulua/standard/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-203-3/+3
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* [Keyboard] encoder map on more mechwild boards (#17894)Less/Rikki2022-08-054-8/+28
|
* Re-refactor Mokulua (#17125)Kyle McCreery2022-07-179-0/+234
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Refactor mechwild/mokulua (#17068)jack2022-05-129-234/+0
|
* [Keyboard] Add Mokulua keyboard (#17055)Kyle McCreery2022-05-119-0/+234
Co-authored-by: Drashna Jaelre <drashna@live.com>