diff options
author | Salicylic-acid3 <46864619+Salicylic-acid3@users.noreply.github.com> | 2020-06-28 04:33:02 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 20:33:02 +0100 |
commit | ac7b1d0bf30395f9564a2e64b38ebae63b87b9b8 (patch) | |
tree | d7038e81666aeb8dd5d0e8ad397d21974eddd97f /keyboards/jisplit89/rev1/config.h | |
parent | 7369e195c21588e00ed5c4d970f1170bab39ae00 (diff) | |
download | firmware-ac7b1d0bf30395f9564a2e64b38ebae63b87b9b8.tar.gz firmware-ac7b1d0bf30395f9564a2e64b38ebae63b87b9b8.tar.bz2 firmware-ac7b1d0bf30395f9564a2e64b38ebae63b87b9b8.zip |
[Update]JISplite89 Readme and LED nums (#9554)
1.Update the URL and photos in the build guide.
2.Changed the number of LEDs.
Diffstat (limited to 'keyboards/jisplit89/rev1/config.h')
-rw-r--r-- | keyboards/jisplit89/rev1/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/jisplit89/rev1/config.h b/keyboards/jisplit89/rev1/config.h index a745ec834..a2ba9040f 100644 --- a/keyboards/jisplit89/rev1/config.h +++ b/keyboards/jisplit89/rev1/config.h @@ -51,9 +51,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN D3 #ifndef RGBLED_NUM - #define RGBLED_NUM 31 + #define RGBLED_NUM 32 #define RGBLIGHT_SPLIT - #define RGBLED_SPLIT { 11, 20 } + #define RGBLED_SPLIT { 11, 21 } #endif #define RGBLIGHT_ANIMATIONS |