You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
999 B

  1. # hachetmans's GMMK Pro layout
  2. This is pretty much the stock layout with a few things moved around.
  3. 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.
  4. The differences are as follows:
  5. - Disabled Mouse Keys (to fix issues with KVM switches and also because they're not used here anyway)
  6. - Short DEBOUNCE time (5 ms)
  7. - Per-key debounce algorithm (sym_defer_pk)
  8. - RGB turns off after 20 minutes of inactivity
  9. - RGB turns off when USB is suspended
  10. - Layer 0:
  11. - Print Screen (default) -> Delete
  12. - Delete (default) -> Home
  13. - Layer 1 (accessed by pressing Fn):
  14. - Fn + Delete -> Insert
  15. - Fn + Home -> Print Screen
  16. - override CTRL + UP -> PGUP
  17. - override CTRL + DOWN -> PGDN
  18. This keymap also includes CAPS LOCK ON indicator.\
  19. All left and right side LEDs, and the Caps key LED will turn solid red while CAPS LOCK is ON.
  20. No other changes have been made. \
  21. The other keys on each layer have been kept intact.