qmk_firmware/keyboards/gmmk/pro/rev1/ansi/keymaps/hachetman
Drashna Jaelre 64b1ed4550
Fix Per Key LED Indicator Callbacks (#18450)
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-10-04 15:24:22 -07: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 Per Key LED Indicator Callbacks (#18450) 2022-10-04 15:24:22 -07:00
readme.md Move GMMK Pro to allow for multiple revisions (#16423) 2022-05-20 01:47:22 +01:00
rules.mk Move GMMK Pro to allow for multiple revisions (#16423) 2022-05-20 01:47:22 +01:00

hachetmans'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
  • override CTRL + UP -> PGUP
  • override CTRL + DOWN -> PGDN

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.