qmk_firmware/keyboards/thevankeyboards/minivan/keymaps/like_jis/readme.md
marksard 49464be645 [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
2019-05-17 12:40:02 -07:00

64 lines
4.3 KiB
Markdown

# 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
//|--------+--------+--------+--------+--------+--------|--------+--------+--------+--------+--------+--------|
//
//`-----------------------------------------------------------------------------------------------------------'
};
```