diff options
author | MakotoKurauchi <pluis@me.com> | 2018-04-25 01:43:57 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-04-24 09:43:57 -0700 |
commit | d1481172bc865ae42b52bbd325ff31c9a5b7e470 (patch) | |
tree | 012b5bab4ab266a4122da5e942cd3b6b5a636ffb /keyboards/helix/rev2/config.h | |
parent | f440bbbc1124b18ad0cad31976558905d8c15fc0 (diff) |
Helix oled rgb compile sw (#2606)
* 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
Diffstat (limited to 'keyboards/helix/rev2/config.h')
-rw-r--r-- | keyboards/helix/rev2/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/helix/rev2/config.h b/keyboards/helix/rev2/config.h index 5905627760..e8ad1b9bed 100644 --- a/keyboards/helix/rev2/config.h +++ b/keyboards/helix/rev2/config.h @@ -56,7 +56,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* ws2812 RGB LED */ #define RGB_DI_PIN D3 #define RGBLIGHT_TIMER -#define RGBLED_NUM 12 // Number of LEDs +//#define RGBLED_NUM 12 // Number of LEDs. see ./keymaps/default/config.h #define ws2812_PORTREG PORTD #define ws2812_DDRREG DDRD |