diff options
| author | MakotoKurauchi <pluis@me.com> | 2018-06-05 00:14:35 +0900 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-06-04 08:14:35 -0700 |
| commit | 7498b184b74c90f94b79f7835852aa54b0134f5c (patch) | |
| tree | c6b79cde30c7fa5db792746180f9eb100714930f /keyboards/helix/rev2/keymaps/default/readme.md | |
| parent | e354e36ece9bb96a453ca92db74290a410fa8b60 (diff) | |
| download | qmk_firmware-7498b184b74c90f94b79f7835852aa54b0134f5c.tar.gz qmk_firmware-7498b184b74c90f94b79f7835852aa54b0134f5c.zip | |
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
Diffstat (limited to 'keyboards/helix/rev2/keymaps/default/readme.md')
| -rw-r--r-- | keyboards/helix/rev2/keymaps/default/readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/helix/rev2/keymaps/default/readme.md b/keyboards/helix/rev2/keymaps/default/readme.md index 307e5c30b..2cdc5506c 100644 --- a/keyboards/helix/rev2/keymaps/default/readme.md +++ b/keyboards/helix/rev2/keymaps/default/readme.md | |||
| @@ -109,13 +109,15 @@ see `qmk_firmware/keyboards/helix/rev2/keymaps/default/rules.mk` | |||
| 109 | 109 | ||
| 110 | ``` | 110 | ``` |
| 111 | # Helix keyboard customize | 111 | # Helix keyboard customize |
| 112 | # you can edit follows 5 Variables | 112 | # you can edit follows 7 Variables |
| 113 | # jp: 以下の5つの変数を必要に応じて編集します。 | 113 | # jp: 以下の7つの変数を必要に応じて編集します。 |
| 114 | HELIX_ROWS = 5 # Helix Rows is 4 or 5 | 114 | HELIX_ROWS = 5 # Helix Rows is 4 or 5 |
| 115 | OLED_ENABLE = no # OLED_ENABLE | 115 | OLED_ENABLE = no # OLED_ENABLE |
| 116 | LOCAL_GLCDFONT = no # use each keymaps "helixfont.h" insted of "common/glcdfont.c" | ||
| 116 | LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.) | 117 | LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.) |
| 117 | LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.) | 118 | LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.) |
| 118 | LED_ANIMATIONS = yes # LED animations | 119 | LED_ANIMATIONS = yes # LED animations |
| 120 | IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone) | ||
| 119 | 121 | ||
| 120 | ``` | 122 | ``` |
| 121 | ## Compile | 123 | ## Compile |
