diff options
author | MakotoKurauchi <pluis@me.com> | 2020-09-22 05:40:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-21 13:40:53 -0700 |
commit | b3508271f86c553b96eb3d2537d6d46423157e15 (patch) | |
tree | 491746db65757921b6b96f47f49bde2f26807716 /keyboards/yushakobo/quick7/keymaps/via/readme.md | |
parent | c4eb0df428946402247fbf3b0590bc6921661e75 (diff) |
add VIA support for Quick7 (#10281)
* update "Hardware Availability"
* add a section of "How to build"
* update "Hardware Supported"
* add VIA keymaps
* add 2 layers to VIA keymaps
Co-authored-by: keyaki-namiki <28521374+keyaki-namiki@users.noreply.github.com>
Diffstat (limited to 'keyboards/yushakobo/quick7/keymaps/via/readme.md')
-rw-r--r-- | keyboards/yushakobo/quick7/keymaps/via/readme.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/yushakobo/quick7/keymaps/via/readme.md b/keyboards/yushakobo/quick7/keymaps/via/readme.md new file mode 100644 index 0000000000..ff0978780e --- /dev/null +++ b/keyboards/yushakobo/quick7/keymaps/via/readme.md @@ -0,0 +1,27 @@ +# The default VIA keymap for quick7 + +#### Rotary Encoder is not configurable through VIA + +### Base Layer +``` +Left Encoder(CW: Vol+, CCW: Vol-) +Right Encoder(CW: RGB HUE-, CCW: RGB HUE+) +,----------- --------- ------------, +| MUTE | Func1 | RGB MODE | + ----------- --------- ------------ +| Shift+Tab | UP | TAB | + ----------- --------- ------------ +| LEFT | DOWN | RIGHT | +`----------- --------- ------------' +``` + +### Func1 Layer +``` +,----------- --------- ------------, +| RESET | Func1 | RGB TOGGLE | + ----------- --------- ------------ +| HOME | VOL+ | END | + ----------- --------- ------------ +| MEDIA << | VOL- | MEDIA >> | +`----------- --------- ------------' +```
\ No newline at end of file |