diff options
| author | Adam Lee <adam-lee@users.noreply.github.com> | 2018-12-23 11:39:30 -0500 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-12-23 08:39:30 -0800 |
| commit | 7e56c4bcb1bf0bad264401384d393ff0f7431d11 (patch) | |
| tree | 827f3913ec99b1d7f276959aa864babed765d7d3 | |
| parent | 2c3706611ff6ad20cc3210de837aacd4af7c7264 (diff) | |
| download | qmk_firmware-7e56c4bcb1bf0bad264401384d393ff0f7431d11.tar.gz qmk_firmware-7e56c4bcb1bf0bad264401384d393ff0f7431d11.zip | |
[Miuni32] Update the # of LEDs to match the final version of PCB (#4714)
* [Miuni32] Update the # of LEDs to match the final version of PCB
* [Miuni32] Update link to website
| -rw-r--r-- | keyboards/miuni32/config.h | 2 | ||||
| -rw-r--r-- | keyboards/miuni32/readme.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/miuni32/config.h b/keyboards/miuni32/config.h index a56a818f5..37e9113f9 100644 --- a/keyboards/miuni32/config.h +++ b/keyboards/miuni32/config.h | |||
| @@ -161,7 +161,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 161 | 161 | ||
| 162 | 162 | ||
| 163 | #define RGB_DI_PIN D0 // The pin your RGB strip is wired to | 163 | #define RGB_DI_PIN D0 // The pin your RGB strip is wired to |
| 164 | #define RGBLED_NUM 7 // Number of LEDs | 164 | #define RGBLED_NUM 17 // Number of LEDs |
| 165 | #define RGBLIGHT_ANIMATIONS | 165 | #define RGBLIGHT_ANIMATIONS |
| 166 | #define RGBLIGHT_HUE_STEP 10 | 166 | #define RGBLIGHT_HUE_STEP 10 |
| 167 | #define RGBLIGHT_SAT_STEP 17 | 167 | #define RGBLIGHT_SAT_STEP 17 |
diff --git a/keyboards/miuni32/readme.md b/keyboards/miuni32/readme.md index 050ec8ecd..7fc72d601 100644 --- a/keyboards/miuni32/readme.md +++ b/keyboards/miuni32/readme.md | |||
| @@ -5,7 +5,7 @@ A compact 30% keyboard. | |||
| 5 | 5 | ||
| 6 | Keyboard Maintainer: QMK Community | 6 | Keyboard Maintainer: QMK Community |
| 7 | Hardware Supported: miuni32 PCB | 7 | Hardware Supported: miuni32 PCB |
| 8 | Hardware Availability: https://zealpc.net/products/miuni32 | 8 | Hardware Availability: https://bigtuna.io |
| 9 | 9 | ||
| 10 | Make example for this keyboard (after setting up your build environment): | 10 | Make example for this keyboard (after setting up your build environment): |
| 11 | 11 | ||
