aboutsummaryrefslogtreecommitdiff
path: root/keyboards/helix/pico/keymaps/default/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/pico/keymaps/default/readme.md')
-rw-r--r--keyboards/helix/pico/keymaps/default/readme.md28
1 files changed, 17 insertions, 11 deletions
diff --git a/keyboards/helix/pico/keymaps/default/readme.md b/keyboards/helix/pico/keymaps/default/readme.md
index 13948cf62..9013e3128 100644
--- a/keyboards/helix/pico/keymaps/default/readme.md
+++ b/keyboards/helix/pico/keymaps/default/readme.md
@@ -95,16 +95,15 @@
95see `qmk_firmware/keyboards/helix/pico/keymaps/default/rules.mk` 95see `qmk_firmware/keyboards/helix/pico/keymaps/default/rules.mk`
96 96
97``` 97```
98# Helix keyboard customize 98# Helix Spacific Build Options
99# you can edit follows 6 Variables 99# you can uncomment and edit follows 6 Variables
100# jp: 以下の6つの変数を必要に応じて編集します。 100# jp: 以下の6つの変数を必要に応じて編集し、コメントアウトをはずします。
101OLED_ENABLE = no # OLED_ENABLE 101# OLED_ENABLE = no # OLED_ENABLE
102LOCAL_GLCDFONT = no # use each keymaps "helixfont.h" insted of "common/glcdfont.c" 102# LOCAL_GLCDFONT = no # use each keymaps "helixfont.h" insted of "common/glcdfont.c"
103LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.) 103# LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.)
104LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.) 104# LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.)
105LED_ANIMATIONS = yes # LED animations 105# LED_ANIMATIONS = yes # LED animations
106IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone) 106# IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone)
107
108``` 107```
109## Compile 108## Compile
110 109
@@ -116,11 +115,18 @@ $ cd qmk_firmware
116build 115build
117``` 116```
118$ make helix/pico:default 117$ make helix/pico:default
118$ make helix/pico/back:default # with backlight
119$ make HELIX=no_ani helix/pico/back:default # with backlight without animation
120$ make helix/pico/under:default # with underglow
119``` 121```
120 122
121flash to keyboard 123flash to keyboard
122``` 124```
123$ make helix/pico:default:avrdude 125$ make helix/pico:default:flash
126$ make helix/pico/back:default:flash # with backlight
127$ make HELIX=no_ani helix/pico/back:default:flash # with backlight without animation
128$ make helix/pico/under:default:flash # with underglow
129
124``` 130```
125 131
126## Link 132## Link