1- # " Glorious Engrammer" keymap for MoErgo Glove80
1+ # Glorious Engrammer v52 🧑🚀🚀✨ keymap for Glove80
22
33This is [ my Glove80] keymap featuring the [ Enthium] layout with [ Miryoku] -style
44layers and [ home row mods] . Other layouts (** QWERTY** , Dvorak, and Colemak)
@@ -14,9 +14,17 @@ README/base-layer-photograph-Enthium.webp )
1414
1515## Keymap
1616
17- Version 42-rc9 (PREVIEW)
18- - Changes: https://github.com/sunaku/glove80-keymaps/releases/v42-rc9
19- - Release: https://my.moergo.com/glove80/#/layout/user/2314c452-bfff-4b59-95cf-bdf037ccdaad
17+ Open the following link to clone/customize/build this keymap for your Glove80:
18+
19+ - https://my.moergo.com/glove80/#/layout/user/909a8599-903f-44f3-a51e-5130ecdf2999
20+
21+ For your reference, here are my personal customizations on top of the defaults:
22+
23+ ``` cpp
24+ #define SPACE_FORGIVENESS // for lingering taps on thumb letter R in Enthium
25+ #define THUMB_HOLDING_TIME 200 // prefer typing over faster layer activation
26+ #define RIGHT_INDEX_STREAK_DECAY 80 // faster HRM shift cooldown (gcA alias)
27+ ```
2028
2129### Legend
2230
@@ -29,46 +37,55 @@ See [release notes][rel] for a visual overview of recent updates.
2937[pdf]: README/all-layer-diagrams.pdf
3038[rel]: https://github.com/sunaku/glove80-keymaps/releases
3139
32- ### Contents
40+ ### Community
41+
42+ Join the [`#glorious-engrammer`][ch] channel on [MoErgo's discord][sv].
43+
44+ [ch]: https://discord.com/channels/877392805654306816/1111469812850380831
45+ [sv]: https://www.moergo.com/discord
46+
47+ ### Documentation
48+
49+ >TIP: You can "talk" to this codebase here:
50+ [](https://deepwiki.com/sunaku/glove80-keymaps)
3351
3452<!-- vim-markdown-toc GFM -->
3553
3654* [Guide](#guide)
37- * [ Factory layout] ( #factory-layout )
38- * [ Operating system] ( #operating-system )
39- * [ Home row mods] ( #home-row-mods )
40- * [ Difficulty level] ( #difficulty-level )
41- * [ One-shot shifts] ( #one-shot-shifts )
42- * [ Shift forgiveness] ( #shift-forgiveness )
43- * [ Bilateral combinations] ( #bilateral-combinations )
44- * [ One-handed shortcuts] ( #one-handed-shortcuts )
45- * [ Layer access keys] ( #layer-access-keys )
46- * [ Key auto-repeat] ( #key-auto-repeat )
47- * [ Alpha layouts] ( #alpha-layouts )
48- * [ Unicode and Emoji] ( #unicode-and-emoji )
49- * [ OS-native compose] ( #os-native-compose )
55+ * [Factory layout](#factory-layout)
56+ * [Operating system](#operating-system)
57+ * [Home row mods](#home-row-mods)
58+ * [Difficulty level](#difficulty-level)
59+ * [One-shot shifts](#one-shot-shifts)
60+ * [Shift forgiveness](#shift-forgiveness)
61+ * [Bilateral combinations](#bilateral-combinations)
62+ * [One-handed shortcuts](#one-handed-shortcuts)
63+ * [Layer access keys](#layer-access-keys)
64+ * [Key auto-repeat](#key-auto-repeat)
65+ * [Alpha layouts](#alpha-layouts)
66+ * [Unicode and Emoji](#unicode-and-emoji)
67+ * [OS-native compose](#os-native-compose)
5068* [Installing](#installing)
51- * [ Enabling mouse emulation] ( #enabling-mouse-emulation )
52- * [ Choose a firmware that supports mouse emulation] ( #choose-a-firmware-that-supports-mouse-emulation )
53- * [ Enabling per-key RGB lighting] ( #enabling-per-key-rgb-lighting )
54- * [ Flashing] ( #flashing )
69+ * [Enabling mouse emulation](#enabling-mouse-emulation)
70+ * [Choose a firmware that supports mouse emulation](#choose-a-firmware-that-supports-mouse-emulation)
71+ * [Enabling per-key RGB lighting](#enabling-per-key-rgb-lighting)
72+ * [Flashing](#flashing)
5573* [Upgrading](#upgrading)
5674* [Customizing](#customizing)
57- * [ Overriding the defaults] ( #overriding-the-defaults )
58- * [ Reordering home row mods] ( #reordering-home-row-mods )
59- * [ Fine-tuning the timing] ( #fine-tuning-the-timing )
60- * [ Compiling from source] ( #compiling-from-source )
61- * [ World and Emoji characters] ( #world-and-emoji-characters )
62- * [ Adding a new World character] ( #adding-a-new-world-character )
63- * [ Shift key for World characters] ( #shift-key-for-world-characters )
64- * [ Modifiers for World characters] ( #modifiers-for-world-characters )
65- * [ Compose for World characters] ( #compose-for-world-characters )
66- * [ Adding a new Emoji character] ( #adding-a-new-emoji-character )
67- * [ Shift key for Emoji characters] ( #shift-key-for-emoji-characters )
68- * [ Editing layer map diagrams] ( #editing-layer-map-diagrams )
69- * [ Rearranging the base layer] ( #rearranging-the-base-layer )
70- * [ Mirroring horizontally] ( #mirroring-horizontally )
71- * [ Discussion] ( #discussion )
75+ * [Overriding the defaults](#overriding-the-defaults)
76+ * [Reordering home row mods](#reordering-home-row-mods)
77+ * [Fine-tuning the timing](#fine-tuning-the-timing)
78+ * [Compiling from source](#compiling-from-source)
79+ * [World and Emoji characters](#world-and-emoji-characters)
80+ * [Adding a new World character](#adding-a-new-world-character)
81+ * [Shift key for World characters](#shift-key-for-world-characters)
82+ * [Modifiers for World characters](#modifiers-for-world-characters)
83+ * [Compose for World characters](#compose-for-world-characters)
84+ * [Adding a new Emoji character](#adding-a-new-emoji-character)
85+ * [Shift key for Emoji characters](#shift-key-for-emoji-characters)
86+ * [Editing layer map diagrams](#editing-layer-map-diagrams)
87+ * [Rearranging the base layer](#rearranging-the-base-layer)
88+ * [Mirroring horizontally](#mirroring-horizontally)
7289* [License](#license)
7390
7491<!-- vim-markdown-toc -->
@@ -996,13 +1013,6 @@ mirrored_layout["layers"] = mirrored_layers;
9961013mirrored_layout; /* dumps to the console for copying */
9971014` ` `
9981015
999- # # Discussion
1000-
1001- Join the [`#glorious-engrammer`][ch] channel on [MoErgo's discord server][sv].
1002-
1003- [ch] : https://discord.com/channels/877392805654306816/1111469812850380831
1004- [sv] : https://www.moergo.com/discord
1005-
10061016# # License
10071017
10081018[Spare A Life] : https://sunaku.github.io/vegan-for-life.html
0 commit comments