Support ios to default keymap (#3118)
* add some comment about Helix customize and auto-setup RGBLIGHT_LIMIT_VAL * add define USB_MAX_POWER_CONSUMPTION * Helix keyboard OLED, RGBLIGHT enable/disable control integrate into rules.mk rules.mk: add 4 Variables for compile control. # Helix keyboard customize # you can edit follows 4 Variables # jp: 以下の4つの変数を必要に応じて編集します。 OLED_ENABLE = no # OLED_ENABLE LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.) LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.) LED_ANIMATIONS = yes # LED animations config.h: auto set RGBLED_NUM by HELIX_ROWS and rules.mk's define * HELIX_ROWS define move from config.h to rules.mk * add readme.md * rename readme.md to readme_jp.md * add readme.md and modify readme_jp.md * change helix/ssd1306.c for select glcdfont.c position * add variable LOCAL_GLCDFONT into each keymaps rules.mk * Add iPhone/iPad LED support to Helix default keymap * add Freggy keymap * adjust the delay of serial.c * change readme * renumber _ADJUST for shrink program size
This commit is contained in:
committed by
Drashna Jaelre
parent
e354e36ece
commit
7498b184b7
83
keyboards/helix/rev2/keymaps/froggy/readme.md
Normal file
83
keyboards/helix/rev2/keymaps/froggy/readme.md
Normal file
@@ -0,0 +1,83 @@
|
||||
Froggy -one hand Helix-
|
||||
======
|
||||
|
||||

|
||||
|
||||
## Features
|
||||
It is a one-handed keyboard with reference to Frogpad. Layout Designed by タクマ ([@humid](https://twitter.com/humid)).
|
||||
|
||||
## Layout
|
||||
### Base
|
||||
```
|
||||
,-----------------------------------------.
|
||||
| C+z | ; | [ | ( | < | { |
|
||||
|------+------+------+------+------+------|
|
||||
| KANA | P | K | R | A | F |
|
||||
|------+------+------+------+------+------|
|
||||
| BS | D | T | H | E | O |
|
||||
|------+------+------+------+------+------+------.
|
||||
| Shift| Y | S | N | I | U | Space|
|
||||
|------+------+------+------+------+------+------|
|
||||
| Ctrl | Alt | win | Sym | Num | OPT | Ent |
|
||||
`------------------------------------------------'
|
||||
```
|
||||
|
||||
### Opt
|
||||
```
|
||||
,-----------------------------------------.
|
||||
| Esc | : | ] | ) | > | } |
|
||||
|------+------+------+------+------+------|
|
||||
| EISU | J | M | B | ' | Tab |
|
||||
|------+------+------+------+------+------|
|
||||
| . | V | C | L | Z | Q |
|
||||
|------+------+------+------+------+------+------.
|
||||
| | X | G | W | - | Del | Esc |
|
||||
|------+------+------+------+------+------+------|
|
||||
| | | | , | DTOP | | |
|
||||
`------------------------------------------------'
|
||||
```
|
||||
|
||||
### Num
|
||||
```
|
||||
,-----------------------------------------.
|
||||
| | | Func | home | End | |
|
||||
|------+------+------+------+------+------|
|
||||
| | * | 7 | 8 | 9 | - |
|
||||
|------+------+------+------+------+------|
|
||||
| . | / | 4 | 5 | 6 | + |
|
||||
|------+------+------+------+------+------+------.
|
||||
| LN | 0 | 1 | 2 | 3 |C+S+F1| |
|
||||
|------+------+------+------+------+------+------|
|
||||
| | | | , | | | |
|
||||
`------------------------------------------------'
|
||||
```
|
||||
|
||||
### Sym
|
||||
```
|
||||
,-----------------------------------------.
|
||||
| Ins | GRV | | PU | PD | ^ |
|
||||
|------+------+------+------+------+------|
|
||||
| | \ | # | = | ? | % |
|
||||
|------+------+------+------+------+------|
|
||||
| | $ | upA | @ | ! | | |
|
||||
|------+------+------+------+------+------+------.
|
||||
| CL | <- | dwA | -> | _ | & | |
|
||||
|------+------+------+------+------+------+------|
|
||||
| | | PS | | ~ | | |
|
||||
`-----------------------------------------------'
|
||||
```
|
||||
|
||||
### Func
|
||||
```
|
||||
,-----------------------------------------.
|
||||
|RGBRST| Hue | | RST | Mac | Win |
|
||||
|------+------+------+------+------+------|
|
||||
| RGB1 | VAL+ | F7 | F8 | F9 | |
|
||||
|------+------+------+------+------+------|
|
||||
| RGB2 | VAL- | F4 | F5 | F6 | F12 |
|
||||
|------+------+------+------+------+------+------.
|
||||
| RGB3 | F10 | F1 | F2 | F3 | F11 | |
|
||||
|------+------+------+------+------+------+------|
|
||||
|RGBOFF| | | | | | |
|
||||
`------------------------------------------------'
|
||||
```
|
Reference in New Issue
Block a user