aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/thevankeyboards/minivan/keymaps/like_jis/readme.md
diff options
context:
space:
mode:
authormarksard <38324387+marksard@users.noreply.github.com>2019-05-18 04:40:02 +0900
committerDrashna Jaelre <drashna@live.com>2019-05-17 12:40:02 -0700
commit49464be64559710318f4d8edc5a92a7a90784734 (patch)
tree45576381c6c068e446750b846e8370bd72faf9b3 /keyboards/thevankeyboards/minivan/keymaps/like_jis/readme.md
parent9c7818582d9f82b1378cfbfb654dbb8e9348b268 (diff)
downloadfirmware-49464be64559710318f4d8edc5a92a7a90784734.tar.gz
firmware-49464be64559710318f4d8edc5a92a7a90784734.tar.bz2
firmware-49464be64559710318f4d8edc5a92a7a90784734.zip
[Keymap] Add keymap for minivan (#5887)
* Keyboard: add treeadstone48 * rename layout defines * Use of pragma once * move common include code * fixed info.json * change keymap layout from kc to normal * fix alpha revision keymap * fixed info.json * remove USE_Link_Time_Optimization * Added like_jis keymap for minivan/KUMO keyboard. * Fixed comments * Fixed review
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
+ //|--------+--------+--------+--------+--------+--------|--------+--------+--------+--------+--------+--------|
+ //
+ //`-----------------------------------------------------------------------------------------------------------'
+ };
+
+```