summaryrefslogtreecommitdiffstats
path: root/keyboards/mechwild/mercutio/keymaps/jonavin/readme.md
diff options
context:
space:
mode:
authorJonavin <71780717+Jonavin@users.noreply.github.com>2021-07-03 11:13:41 -0400
committerGitHub <noreply@github.com>2021-07-03 08:13:41 -0700
commit002d90b3577dc09416ef1491b65f65bbf5438b01 (patch)
treec1f93681c33b6c469adc729f0aab848dcc038539 /keyboards/mechwild/mercutio/keymaps/jonavin/readme.md
parent4b6af0a5077ceeb9c4ed5caf95062cea01220ecb (diff)
[Keymap] Jonavin merc additional encoder functionality (#13039)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Jonavin <=>
Diffstat (limited to 'keyboards/mechwild/mercutio/keymaps/jonavin/readme.md')
-rw-r--r--keyboards/mechwild/mercutio/keymaps/jonavin/readme.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/mechwild/mercutio/keymaps/jonavin/readme.md b/keyboards/mechwild/mercutio/keymaps/jonavin/readme.md
index 5122f143d5..9180ac215c 100644
--- a/keyboards/mechwild/mercutio/keymaps/jonavin/readme.md
+++ b/keyboards/mechwild/mercutio/keymaps/jonavin/readme.md
@@ -12,5 +12,29 @@ Features
- MOUSEKEYS is disbled
- shutdown oled when powered down to prevent OLED from showing Mercutio all the time
- add WPM indicator when wpm is > 20 wpm
+ - add double tap of Left Shift to toggle Caps Lock
+
+ - FN layer has encoder selectable key codes and displayed on OLED
+
+ Change these in keymap.c to assign your desired key selection
+ static const keycodedescType PROGMEM keyselection[] = {
+ // list of key codes that will be scrollled through by encoder and description
+ {"TASK", KC_TASK},
+ {"INS", KC_INS},
+ {"DEL", KC_DEL},
+ {"PrtSc", KC_PSCR},
+ {"ScrLk", KC_SCLN},
+ {"Break", KC_PAUS},
+ {"C-A-D", KC_CAD}, // Ctrl-Alt-Del
+ {"AltF4", KC_AF4},
+ {"PLAY", KC_MEDIA_PLAY_PAUSE}
+ };
+
+ - Additional encoder functionality
+ While holding Left Ctrl, navigates next or previous word
+ While holding Left Alt, media next track or previous track
+
+
+Default Layers
![image](https://user-images.githubusercontent.com/71780717/118902752-4aaf7880-b8e4-11eb-82f4-e5047612ffcf.png)