diff options
author | omkbd <takuya.electronics@gmail.com> | 2018-09-16 02:57:46 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-15 10:57:46 -0700 |
commit | b65e2143751fd7c1721a6690597f523137c7c484 (patch) | |
tree | a1b0d5c8826de818b50e0797606e14f86595c59b /keyboards/ergodash/rules.mk | |
parent | 6bf2c077151bf6e71f5fe44f730c127eb667f5a6 (diff) | |
download | qmk_firmware-b65e2143751fd7c1721a6690597f523137c7c484.tar.gz qmk_firmware-b65e2143751fd7c1721a6690597f523137c7c484.zip |
Keyboard: add ergodash mini keyboard (#3901)
* add ergodash mini
add ergodash mini (4rows version)
fix keymap and readme
* fix
replace include guard
remove includes
* fix audio
Diffstat (limited to 'keyboards/ergodash/rules.mk')
-rw-r--r-- | keyboards/ergodash/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodash/rules.mk b/keyboards/ergodash/rules.mk index fc06d60e28..bf0df4040f 100644 --- a/keyboards/ergodash/rules.mk +++ b/keyboards/ergodash/rules.mk @@ -64,7 +64,7 @@ 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 -RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. +RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. SUBPROJECT_rev1 = yes USE_I2C = yes # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |