diff options
author | Christian Grumbein <33924002+hachetman@users.noreply.github.com> | 2022-01-30 19:47:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 10:47:11 -0800 |
commit | 62851b5abd9eef864af5f4431c4ee8ad1762c53b (patch) | |
tree | bef707a7a6823adea2a0464cc3170bf16a2d9518 /keyboards/gmmk/pro/ansi/keymaps/hachetman/readme.md | |
parent | 7a81d5ee0dae6ad3a8c4ce14458fe996f91cc773 (diff) |
[Keymap] Add hachetman layout for GMMK Pro (#16131)
Diffstat (limited to 'keyboards/gmmk/pro/ansi/keymaps/hachetman/readme.md')
-rw-r--r-- | keyboards/gmmk/pro/ansi/keymaps/hachetman/readme.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/gmmk/pro/ansi/keymaps/hachetman/readme.md b/keyboards/gmmk/pro/ansi/keymaps/hachetman/readme.md new file mode 100644 index 0000000000..bc8c580dbb --- /dev/null +++ b/keyboards/gmmk/pro/ansi/keymaps/hachetman/readme.md @@ -0,0 +1,26 @@ +# 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. |