]> git.donarmstrong.com Git - qmk_firmware.git/commit
Support ios to default keymap (#3118)
authorMakotoKurauchi <pluis@me.com>
Mon, 4 Jun 2018 15:14:35 +0000 (00:14 +0900)
committerDrashna Jaelre <drashna@live.com>
Mon, 4 Jun 2018 15:14:35 +0000 (08:14 -0700)
commit7498b184b74c90f94b79f7835852aa54b0134f5c
treec6b79cde30c7fa5db792746180f9eb100714930f
parente354e36ece9bb96a453ca92db74290a410fa8b60
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
keyboards/helix/rev2/keymaps/default/config.h
keyboards/helix/rev2/keymaps/default/keymap.c
keyboards/helix/rev2/keymaps/default/readme.md
keyboards/helix/rev2/keymaps/default/readme_jp.md
keyboards/helix/rev2/keymaps/default/rules.mk
keyboards/helix/rev2/keymaps/froggy/config.h [new file with mode: 0644]
keyboards/helix/rev2/keymaps/froggy/helixfont.h [new file with mode: 0644]
keyboards/helix/rev2/keymaps/froggy/keymap.c [new file with mode: 0644]
keyboards/helix/rev2/keymaps/froggy/readme.md [new file with mode: 0644]
keyboards/helix/rev2/keymaps/froggy/rules.mk [new file with mode: 0644]
keyboards/helix/serial.c