Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-19 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-04-19 | New custom keymap for Glorious GMMK Pro ANSI layout (#16199) | gourdo1 | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-04-18 | [Keymap] Add andrewcharnley keymap for GMMK Pro (#15320) | Andrew Charnley | |
2022-04-11 | GMMK Pro return false in encoder user. (#16830) | Dasky | |
2022-03-23 | [Keyboard] Add keyboard level encoder function for GMMK Pro (#16721) | jack | |
2022-03-10 | add chofstede keymap for gmmk/pro/iso (#16045) | Christian Hofstede | |
Add new keymap for GMMK with some additional mappings and led indicator for caps lock * add chofstede keymap * fix formatting * fix formatting * add readme * Update keyboards/gmmk/pro/iso/keymaps/chofstede/keymap.c | |||
2022-03-09 | Add macOS-friendly keymap for GMMK Pro (ANSI) (#14333) | Hansol Kim | |
* 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 | |||
2022-02-26 | Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish ↵ | Joel Challis | |
keymaps (#16448) * Remove 1k USB_POLLING_INTERVAL_MS config from keyboard level * Remove 1k USB_POLLING_INTERVAL_MS config from default|via keymaps | |||
2022-02-05 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-02-04 | [Keymap] add LalitMaganti GMMK Pro Keymap (#16203) | Lalit Maganti | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-02-02 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-02-01 | [Keymap] Add MacOS layer (#16151) | Andre Brait | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-01-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-30 | [Keymap]: Create Gigahawk GMMK Pro keymap (#15934) | Gigahawk | |
2022-01-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-30 | [Keymap] Add hachetman layout for GMMK Pro (#16131) | Christian Grumbein | |
2022-01-19 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-19 | Small code improvements, fix KVM switch issues with GMMK Pro on andrebrait's ↵ | Andre Brait | |
keymap (#15943) * Add LED table * Make constants constant * Disable Mousekey to fix issues with KVM Fixes #15939 * Update GMMK/pro/ansi/andrebrait README | |||
2022-01-13 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-12 | [Keymap] Add personal keymap to GMMK Pro ANSI (#15314) | Choi Byungyoon | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-01-10 | [Keymap] Add another GMMK Pro ANSI Keymap with custom RGB. (#14243) | cedrikl | |
Co-authored-by: Cedrik Lussier <lussier.cedrik@gmail.com> | |||
2022-01-11 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-10 | [Keymap] Add new The GMMK PRO keymap (#15664) | Batın Eryılmaz | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-01-11 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-10 | [Keymap] Jonavin gmmk pro iso keymap (#15775) | jonavin | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Jonavin <=> | |||
2021-12-27 | [Keymap] Add vitoni keymap for GMMK Pro (ISO) (#15006) | Victor Toni | |
* [Keymap] Add vitoni layout for GMMK Pro (ISO) Keymap has layered cursor keys similar to laptop keyboards. * Configure RGB defaults for startup * Configure encoder to change value/brightness on FN layer * Remove FN layer and add dedicated RGB layer * Make RGB layer sticky (using TG) to avoid holding FN while configuring RGB * Add RGB indicators for active layers * Add RGB indicator for active RESET mode Signed-off-by: Victor Toni <victor.toni@gmail.com> * Configure idle / USB suspend settings * Add RGB fade in when resuming after suspend * Add RGB fade out before suspend * Add fade out before idle * Add breathe effect when idle | |||
2021-12-09 | Tidy up NKRO_ENABLE rules (#15382) | Ryan | |
2021-12-01 | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | |
2021-11-24 | Remove use of __flash due to LTO issues (#15268) | Joel Challis | |
2021-11-15 | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | |
2021-11-05 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-11-05 | [Keymap][GMMK Pro] Add personal profile (#15069) | Cory Ginsberg | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Cory Ginsberg <coryginsberg@fb.com> | |||
2021-11-05 | Remove `BOOTMAGIC_ENABLE = lite` option (#15002) | James Young | |
* 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. | |||
2021-10-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-22 | [Keymap] Jonavin userspace keymap updates INVERT_NUMLOCK_INDICATOR (#14880) | jonavin | |
Co-authored-by: Jonavin <=> | |||
2021-10-15 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |
2021-10-15 | [Keymap] Added GMMK Pro keymap with RGB (#14648) | BenSchaeff | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-09-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-28 | [Keymap] fix NKRO - switch to get_mods() and refactor encoder action code ↵ | jonavin | |
(#14278) Co-authored-by: Jonavin <=> | |||
2021-09-18 | [Keymap] GMMK Pro keymap (#14389) | BenSchaeff | |
2021-09-16 | [Keymap] Adding personal keymap (#14326) | Matt | |
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2021-09-12 | Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) | Ryan | |
2021-09-12 | Remove width, height and key_count from info.json (#14274) | Ryan | |
2021-09-10 | [Keymap] moults31 userspace and keymaps (#12025) | Zac Moulton | |
2021-09-01 | [Keymap] Jonavin keymap gmmk pro (#14220) | jonavin | |
add rgb nightmode and optional colemak layer Co-authored-by: Jonavin <=> | |||
2021-09-01 | Move GMMK Pro layouts to the correct subdir (#14241) | Andre Brait | |
Also fix a compilation issue in the mike1808 keymap | |||
2021-08-24 | [Keymap] Fixed GMMK Pro -> stickandgum keymap readme.md (#14123) | stickandgum | |
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | |||
2021-08-23 | Fixup line endings. | Nick Brassel | |
2021-08-22 | [Keymap] Feature rich keymap for GMMK Pro (ANSI) (#14120) | stickandgum | |
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | |||
2021-08-22 | Updated RGB Matrix suspend define part 3 (#13954) | Drashna Jaelre | |
* 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 |