qmk_firmware/keyboards/gmmk/pro/ansi/keymaps/andrebrait
Andre Brait 6156e6da8d
Small code improvements, fix KVM switch issues with GMMK Pro on andrebrait's 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-19 20:53:21 +00:00
..
config.h
keymap.c Small code improvements, fix KVM switch issues with GMMK Pro on andrebrait's keymap (#15943) 2022-01-19 20:53:21 +00:00
readme.md Small code improvements, fix KVM switch issues with GMMK Pro on andrebrait's keymap (#15943) 2022-01-19 20:53:21 +00:00
rules.mk Small code improvements, fix KVM switch issues with GMMK Pro on andrebrait's keymap (#15943) 2022-01-19 20:53:21 +00: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:

  • Disabled Mouse Keys (to fix issues with KVM switches and also because they're not used here anyway)
  • Short DEBOUNCE time (5 ms)
  • Per-key debounce algorithm (sym_defer_pk)
  • 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.