summaryrefslogtreecommitdiffstats
path: root/keyboards/gmmk/pro/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Convert Encoder callbacks to be boolean functions (#12805)Drashna Jaelre2021-05-213-4/+7
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* GMMK Pro: Fixed Bootmagic Lite support; personal keymap; VIA support (#12554)W. Ducky2021-04-273-0/+131
| | | | | | | | | | | | | | | | | | | | | | | * Added WholesomeDucky keymap for GMMK Pro * Finalized keymap & added 1000hz polling for GMMK Pro * Corrected for RAlt and Fn being swapped * Fixed RAlt and Fn being swapped in the layout definition. Updated personal keymap to reflect fixed layout. * Removed an old comment from personal keymap for GMMK Pro * added VIA support * Defined bootmagic row and column for GMMK Pro Esc key * Update keyboards/gmmk/pro/config.h * Update keyboards/gmmk/pro/keymaps/via/keymap.c * Update keyboards/gmmk/pro/keymaps/via/keymap.c
* GMMK Pro: add RESET binding, fix layout macro bug (#12684)Ryan Mitchell2021-04-271-2/+19
| | | | | * add RESET binding, fix layout mod key bug (fixes #12683) * remove underscore #define and use core's instead
* Adding Keyboard: GMMK Pro (#12030)Salman2021-03-181-0/+47
* GMMK Pro QMK Firmware Code * info.json added * updated info.json for the unused keys * redoing info.json * readme for pro * gmmk initial readme * pipeline fix, issue with compiling gmmk.h * gmmk pro code formatting changes * removed rules.mk * noci file * Updates * updated matrix function to match keymap * updating the keymap layout, renaming matrix, updating layout name to LAYOUT * fauxpark changes added * PID VID updates * removed chconfig and made rules.mk comments cleaner Co-authored-by: Drashna Jael're <drashna@live.com>