aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/thevankeyboards/minivan/keymaps/like_jis/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/thevankeyboards/minivan/keymaps/like_jis/readme.md')
-rw-r--r--keyboards/thevankeyboards/minivan/keymaps/like_jis/readme.md63
1 files changed, 63 insertions, 0 deletions
diff --git a/keyboards/thevankeyboards/minivan/keymaps/like_jis/readme.md b/keyboards/thevankeyboards/minivan/keymaps/like_jis/readme.md
new file mode 100644
index 000000000..d7c1a091e
--- /dev/null
+++ b/keyboards/thevankeyboards/minivan/keymaps/like_jis/readme.md
@@ -0,0 +1,63 @@
+# The LikeJIS is Japanese Keyboard like keymap
+
+This keymap use for KUMO. Therefore it can use full color LED indicators used by D0 pin. But this keymap as use as Illumination :)
+
+## Keymap Description
+
+- Tab/Shift ...... Tab key is one tap, Shift key is long push.
+- ;/: ...... ; key is one tap, : key is double tap.
+- BackSpace/Lower ...... Backspace key is one tap, Move to Lower layer with long push.
+- Space/Raise ...... Space key is one tap, Move to Raise layer with .
+- Kanji ...... Japanese IME toggle key.
+
+## How to move to Ajdust Layer
+
+At first, Move to Lower layer with long push. After that Adjust key with long push. Now you have into Adjust layer state.
+
+```c
+Base Layer
+ //,-----------------------------------------------------------------------------------------------------------.
+ // Esc Q W E R T Y U I O P -
+ //|--------+--------+--------+--------+--------+--------|--------+--------+--------+--------+--------+--------|
+ //Tab/Shift A S D F G H J K L ;/: Enter
+ //|--------+--------+--------+--------+--------+--------|--------+--------+--------+--------+--------+--------|
+ // Shift Z X C V B N M , . / \
+ //|--------+--------+--------+--------+--------+--------|--------+--------+--------+--------+--------+--------|
+ // Ctrl Alt GUI BackSpace/Lower Space/Raise Alt Menu Ctrl
+ //`-----------------------------------------------------------------------------------------------------------'
+
+Lower Layer
+ //,-----------------------------------------------------------------------------------------------------------.
+ // F1 F2 F3 F4 F5 - ^ \ @ [ Delete
+ //|--------+--------+--------+--------+--------+--------|--------+--------+--------+--------+--------+--------|
+ // F6 F7 F8 F9 F10 ; : ]
+ //|--------+--------+--------+--------+--------+--------|--------+--------+--------+--------+--------+--------|
+ // F11 F12 Kanji Enter Delete
+ //|--------+--------+--------+--------+--------+--------|--------+--------+--------+--------+--------+--------|
+ // Adjust
+ //`-----------------------------------------------------------------------------------------------------------'
+
+Raise Layer
+ //,-----------------------------------------------------------------------------------------------------------.
+ // 1 2 3 4 5 6 7 8 9 0 -
+ //|--------+--------+--------+--------+--------+--------|--------+--------+--------+--------+--------+--------|
+ // Left Down Up Right
+ //|--------+--------+--------+--------+--------+--------|--------+--------+--------+--------+--------+--------|
+ // , . / \
+ //|--------+--------+--------+--------+--------+--------|--------+--------+--------+--------+--------+--------|
+ //
+ //`-----------------------------------------------------------------------------------------------------------'
+
+Adjust Layer
+ //,-----------------------------------------------------------------------------------------------------------.
+ // Reset LEDReset MacMode WinMode Home PageDown PageUp End
+ //|--------+--------+--------+--------+--------+--------|--------+--------+--------+--------+--------+--------|
+ // LED On/Off Hue Saturation Value Increment MouseLeft Down Up Right
+ //|--------+--------+--------+--------+--------+--------|--------+--------+--------+--------+--------+--------|
+ // LED Mode Hue Saturation Value Decrement Button L R
+ //|--------+--------+--------+--------+--------+--------|--------+--------+--------+--------+--------+--------|
+ //
+ //`-----------------------------------------------------------------------------------------------------------'
+ };
+
+```