diff options
author | MakotoKurauchi <pluis@me.com> | 2018-03-10 03:15:37 +0900 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-09 13:15:37 -0500 |
commit | 33134730047934639c98b766edf8e971833e930f (patch) | |
tree | e3afabaec13e0b920a2c6ed0db9bf35f9223b60c /keyboards/helix/rev2/keymaps/default/rules.mk | |
parent | 3f1d147529233ebcc918cd3e4c96a8d249c321ce (diff) | |
download | qmk_firmware-33134730047934639c98b766edf8e971833e930f.tar.gz qmk_firmware-33134730047934639c98b766edf8e971833e930f.zip |
Usb max power (#2502)
* add some comment about Helix customize and auto-setup RGBLIGHT_LIMIT_VAL
* add define USB_MAX_POWER_CONSUMPTION
Diffstat (limited to 'keyboards/helix/rev2/keymaps/default/rules.mk')
-rw-r--r-- | keyboards/helix/rev2/keymaps/default/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/helix/rev2/keymaps/default/rules.mk b/keyboards/helix/rev2/keymaps/default/rules.mk index ce3ef6cd9a..f4d3454351 100644 --- a/keyboards/helix/rev2/keymaps/default/rules.mk +++ b/keyboards/helix/rev2/keymaps/default/rules.mk @@ -14,6 +14,8 @@ MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = no # Audio output on port C6 UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID +# Helix keyboard : see ./config.h: RGBLED_NUM 6 or 32 +# Helix keyboard : RGBLIGHT_ENABLE = no or yes RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. ONEHAND_ENABLE = no # Enable one-hand typing |