summaryrefslogtreecommitdiffstats
path: root/keyboards/gmmk/pro/ansi/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Move GMMK Pro to allow for multiple revisions (#16423)GloriousThrall2022-05-2091-7776/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added GMMK PRO Rev2 WBG7 MCU compatibility. Added GMMK 2 WBG7 MCU compatibility. * GMMK PRO MCU Updates only (removed other kbs) * fix problems * Optimize the code. * Update form develop branch * Update * Updater from qmk/develop * Update * Update config.h * Update config.h * Remove gmmk pro rev2 * move moults31/keymap.c * Update * tidy up Co-authored-by: Joy <chang.li@westberrytech.com> Co-authored-by: zvecr <git@zvecr.com>
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-4/+4
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-197-0/+1090
|\
| * New custom keymap for Glorious GMMK Pro ANSI layout (#16199)gourdo12022-04-197-0/+1090
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | [Keymap] Add andrewcharnley keymap for GMMK Pro (#15320)Andrew Charnley2022-04-183-0/+129
|/
* GMMK Pro return false in encoder user. (#16830)Dasky2022-04-112-2/+2
|
* Add macOS-friendly keymap for GMMK Pro (ANSI) (#14333)Hansol Kim2022-03-094-0/+617
| | | | | | | | | * Add macOS keymap for GMMK Pro (ANSI) * Change macOS keymap directory name to lowercase * Add toggleable layer with alternative keymap for function row * Update readme
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-053-0/+111
|\
| * [Keymap] add LalitMaganti GMMK Pro Keymap (#16203)Lalit Maganti2022-02-043-0/+111
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-023-52/+106
|\|
| * [Keymap] Add MacOS layer (#16151)Andre Brait2022-02-013-52/+106
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-302-0/+80
|\|
| * [Keymap]: Create Gigahawk GMMK Pro keymap (#15934)Gigahawk2022-01-302-0/+80
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-304-0/+360
|\|
| * [Keymap] Add hachetman layout for GMMK Pro (#16131)Christian Grumbein2022-01-304-0/+360
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-193-5/+18
|\|
| * Small code improvements, fix KVM switch issues with GMMK Pro on andrebrait's ↵Andre Brait2022-01-193-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | keymap (#15943) * Add LED table * Make constants constant * Disable Mousekey to fix issues with KVM Fixes #15939 * Update GMMK/pro/ansi/andrebrait README
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-135-0/+245
|\|
| * [Keymap] Add personal keymap to GMMK Pro ANSI (#15314)Choi Byungyoon2022-01-125-0/+245
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | [Keymap] Add another GMMK Pro ANSI Keymap with custom RGB. (#14243)cedrikl2022-01-103-0/+341
|/ | | Co-authored-by: Cedrik Lussier <lussier.cedrik@gmail.com>
* [Keymap] Add new The GMMK PRO keymap (#15664)Batın Eryılmaz2022-01-101-0/+50
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-241-1/+1
|
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-41/+41
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-054-0/+155
|\
| * [Keymap][GMMK Pro] Add personal profile (#15069)Cory Ginsberg2021-11-054-0/+155
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Cory Ginsberg <coryginsberg@fb.com>
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-233-4/+17
|\|
| * [Keymap] Jonavin userspace keymap updates INVERT_NUMLOCK_INDICATOR (#14880)jonavin2021-10-223-4/+17
| | | | | | Co-authored-by: Jonavin <=>
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-10-152-50/+73
|\|
| * [Keymap] Added GMMK Pro keymap with RGB (#14648)BenSchaeff2021-10-152-0/+146
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-283-1/+39
|\|
| * [Keymap] fix NKRO - switch to get_mods() and refactor encoder action code ↵jonavin2021-09-283-1/+39
| | | | | | | | | | (#14278) Co-authored-by: Jonavin <=>
* | [Keymap] GMMK Pro keymap (#14389)BenSchaeff2021-09-181-0/+123
|/
* [Keymap] Adding personal keymap (#14326)Matt2021-09-167-0/+772
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keymap] Jonavin keymap gmmk pro (#14220)jonavin2021-09-014-4/+40
| | | | | add rgb nightmode and optional colemak layer Co-authored-by: Jonavin <=>
* Move GMMK Pro layouts to the correct subdir (#14241)Andre Brait2021-09-0117-0/+1055
| | | Also fix a compilation issue in the mike1808 keymap
* [Keymap] Fixed GMMK Pro -> stickandgum keymap readme.md (#14123)stickandgum2021-08-242-11/+10
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Fixup line endings.Nick Brassel2021-08-232-139/+139
|
* [Keymap] Feature rich keymap for GMMK Pro (ANSI) (#14120)stickandgum2021-08-224-0/+441
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Updated RGB Matrix suspend define part 3 (#13954)Drashna Jaelre2021-08-221-1/+1
| | | | | | | | | * Updated RGB Matrix suspend define part 3 * Revert "Update config.h for kbdfans/kbd67/mkiirgb/v3 (#13978)" This reverts commit 80015f7fb023f27ad5307815fd5433694a3bcb4a. * Add additional boards/keymaps
* Merge remote-tracking branch 'upstream/master' into developJames Young2021-08-193-176/+29
| | | | | | Conflicts: keyboards/gmmk/pro/ansi/keymaps/jonavin/rules.mk keyboards/space_space/rules.mk
* Created "paddlegame" keymap (#13629)Tomas Guinan2021-08-186-0/+744
| | | | | | | | | | | | | | | | | | | | * Added gmmk pro paddlegame keymap * Replaced config.h with my own * Adjust code to better fit style guide * Update readme to include layout * Fixed keymap, was missing a few keys * Replaced all instances of _isWinKeyDisabled with keymap_config.no_gui * Update keyboards/gmmk/pro/ansi/keymaps/paddlegame/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Tomas Guinan <bngrybt@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keymap] Improve andrebrait keymap (#13985)Andre Brait2021-08-131-20/+27
|
* [Keymap] Add andrebrait layout for GMMK Pro (#13932)Andre Brait2021-08-126-2/+336
|
* Make default keymap for GMMK Pro reflect stock (#13850)Andre Brait2021-08-092-12/+27
|
* Clean up remaining RGB_DISABLE_WHEN_USB_SUSPENDED defines Part 2 (#13912)Drashna Jaelre2021-08-071-1/+1
|
* Remove Full Bootmagic (#13846)James Young2021-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * disambiguate Bootmagic rules in keymaps The files edited by this commit were added at a point in time where `BOOTMAGIC_ENABLE = yes` enabled full Bootmagic. This commit edits the files to specify that full Bootmagic is intended. * remove BOOTMAGIC_ENABLE=full setting * unify commented BOOTMAGIC_ENABLE rules in keyboards Explicitly sets `BOOTMAGIC_ENABLE = no` in keyboards where the rule was commented out. Command: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;#[ \t]*\(BOOTMAGIC_ENABLE\)[ \t=]\+\([a-zA-Z]\+\).*;\1 = no # Virtual DIP switch configuration;g' {} + ``` * remove commented Bootmagic rules from keymap/user level Command: ``` find keyboards/ layouts/ users/ -type f -name 'rules.mk' -exec sed -i -e '/#.*\(BOOTMAGIC_ENABLE\)[ \t=]\+\([a-z]\+\).*/d' {} + ``` * update keyboard BOOTMAGIC_ENABLE rule formatting Sets the formatting of BOOTMAGIC_ENABLE rules to `BOOTMAGIC_ENABLE = [value]`, without the inline comments (which will be replaced later). Command: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE\)[ \t=]\+\([a-z]\+\).*;\1 = \2;g' '{}' + ``` * update keyboards' BOOTMAGIC_ENABLE settings Updates keyboard `rules.mk` files to use `BOOTMAGIC_ENABLE = lite` where `BOOTMAGIC_ENABLE = full` was being used. Command: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE = \)full;\1lite;g' '{}' + ``` * update keymap/user BOOTMAGIC_ENABLE settings Updates keymap/user `rules.mk` files to use `BOOTMAGIC_ENABLE = lite` where `BOOTMAGIC_ENABLE = full` was being used. Commands: ``` find keyboards/ -type f -name 'rules.mk' -and -path '*/keymaps/*' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE[ \t=]\+\)full;\1lite;g' '{}' + find layouts/community/ users/ -type f -name 'rules.mk' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE[ \t=]\+\)full;\1lite;g' '{}' + ``` * remove and replace inline comments in keyboards and keymap/user files Removes and replaces the inline comments, which have been updated to read `Enable Bootmagic Lite`. Commands: ``` find keyboards/ -type f -name 'rules.mk' -and -path '*/keymaps/*' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE\)[ \t=]\+\([a-z]\+\).*;\1 = \2;g' '{}' + find layouts/community/ users/ -type f -name 'rules.mk' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE\)[ \t=]\+\([a-z]\+\).*;\1 = \2;g' '{}' + find keyboards/ layouts/community/ users/ -type f -name 'rules.mk' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE = lite\);\1 # Enable Bootmagic Lite;g' '{}' + find keyboards/ layouts/community/ users/ -type f -name 'rules.mk' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE = yes\);\1 # Enable Bootmagic Lite;g' '{}' + find keyboards/ layouts/community/ users/ -type f -name 'rules.mk' -exec sed -i -e 's;\(BOOTMAGIC_ENABLE = no\);\1 # Enable Bootmagic Lite;g' '{}' + ``` * rename improperly named makefiles Some files intended to be used as makefiles had improper names causing them to not be used as intended when building. This commit corrects the filenames of the affected files. * update renamed file with new rule formatting * update QMK's template files Updates QMK's `rules.mk` templates to use the new inline comment. * update QMK Docs - remove documentation of full Bootmagic - update links to Bootmagic Lite doc - add doc for Magic Keycodes * rules.mk patch for coarse/ixora and coarse/vinta
* fix develop branch move file (#13832)Jonavin2021-08-011-0/+144
| | | Co-authored-by: zvecr <git@zvecr.com>
* Merge remote-tracking branch 'upstream/master' into developJames Young2021-07-293-34/+212
|
* Remove deprecated callbacks for encoders and dip switches (#13404)Drashna Jaelre2021-07-241-13/+12
|