From dee54eee5d07b82e0477f90dc266341329e06e2b Mon Sep 17 00:00:00 2001 From: Peter Paul <51239533+rpnfan@users.noreply.github.com> Date: Sat, 21 Feb 2026 22:06:21 +0100 Subject: [PATCH 1/2] Add anymak keymap configuration file --- src/posts/keymaps/anymak.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/posts/keymaps/anymak.md diff --git a/src/posts/keymaps/anymak.md b/src/posts/keymaps/anymak.md new file mode 100644 index 00000000..5ff1ca56 --- /dev/null +++ b/src/posts/keymaps/anymak.md @@ -0,0 +1,24 @@ +--- +author: rpnfan +baseLayouts: ["anymak:END", "Colemak", "QWERTY","Graphite"] # [QWERTY, Colemak, Dvorak, ...] +firmwares: [kanata] # [QMK, ZMK, KMonad] +hasHomeRowMods: false # true or false +hasLetterOnThumb: false # true or false +hasRotaryEncoder: false # true or false +isAutoShiftEnabled: false # true or false +isComboEnabled: true # true or false +isSplit: true # true or false +isTapDanceEnabled: true # true or false +keybindings: [] # [Vim, Emacs, Kakoune, Graphics/CAD, TWM, Spreadsheets, Gaming] +keyboard: Corne # Kyria or Corne or Dactyl Manuform 5x6 or ... +keyCount: 32 +keymapImage: https://rpnfan.github.io/keyboard-heaven/images/anymak-end.png +keymapUrl: https://github.com/rpnfan/Anymak +languages: ["English", "German", "Dutch"] # [English, Spanish, ...] +layerCount: 3 +OS: ["Windows", "MacOS", "Linux"] # [Windows, MacOS, Linux, Android] +stagger: columnar # row or columnar or ortholinear +summary: # Short summary of max. 60 words +title: anymak:END +writeup: https://rpnfan.github.io/keyboard-heaven # not mandatory +--- From b2840731771862a96c7cedd32753602076a21402 Mon Sep 17 00:00:00 2001 From: precondition <57645186+precondition@users.noreply.github.com> Date: Tue, 24 Feb 2026 12:59:17 +0100 Subject: [PATCH 2/2] Add summary for anymak:END keyboard layout --- src/posts/keymaps/anymak.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/keymaps/anymak.md b/src/posts/keymaps/anymak.md index 5ff1ca56..d3f81679 100644 --- a/src/posts/keymaps/anymak.md +++ b/src/posts/keymaps/anymak.md @@ -18,7 +18,7 @@ languages: ["English", "German", "Dutch"] # [English, Spanish, ...] layerCount: 3 OS: ["Windows", "MacOS", "Linux"] # [Windows, MacOS, Linux, Android] stagger: columnar # row or columnar or ortholinear -summary: # Short summary of max. 60 words +summary: anymak:END is a full system combining a custom alpha layout with an ergonomic layer/modifier framework. The Anymak approach emphasizes one-shot mods, bottom-row mods, SpaceFN (hold space for nav layer with arrows, copy/paste, etc.), and symbol layers. It maintains consistent fingering across standard row-stagger, columnar, and split ergonomic keyboards, avoids uncomfortable positions and prioritizes inward rolls and calm finger flow. title: anymak:END writeup: https://rpnfan.github.io/keyboard-heaven # not mandatory ---