qmk_firmware/keyboards/gmmk/pro/rev1/ansi/keymaps/andrebrait
Ryan cf935d97ae
Fix functions with empty params (#19647)
* Fix functions with empty params

* Found a bunch more
2023-01-20 16:21:17 +00:00
..
config.h Change {LED,RGB}_DISABLE_TIMEOUT to {LED,RGB}_MATRIX_TIMEOUT (#18415) 2022-09-26 14:40:15 +10:00
keymap.c Fix functions with empty params (#19647) 2023-01-20 16:21:17 +00:00
readme.md GMMK Pro: fix unintended volume encoder taps (#17129) 2022-09-24 09:37:04 -07:00
rules.mk [Keymap] Change DEBOUNCE_TYPE to sym_eager_pk to reduce latency (#19153) 2022-12-03 22:56:04 -08:00

andrebrait's GMMK Pro layout

This is pretty much the stock layout with a few things moved around. It basically reflects my needs for both Delete and Insert being readily available for coding, as well as a full Home/PgUp/PgDwn/End column.

The differences are as follows:

  • Dedicated MacOS and Windows/Linux layers
    • Switching between them by pressing Fn + CAPS LOCK
  • Disabled Mouse Keys (to fix issues with KVM switches and also because they're not used here anyway)
  • RGB turns off after 20 minutes of inactivity
  • RGB turns off when USB is suspended
  • Layer 0:
    • Print Screen (default) -> Delete
    • Delete (default) -> Home
  • Layer 1 (accessed by pressing Fn):
    • Fn + Delete -> Insert
    • Fn + Home -> Print Screen

This keymap also includes CAPS LOCK ON indicator.
All left and right side LEDs, and the Caps key LED will turn solid red while CAPS LOCK is ON.

No other changes have been made.
The other keys on each layer have been kept intact.