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 | |
parent | 7369e195c21588e00ed5c4d970f1170bab39ae00 (diff) | |
download | qmk_firmware-ac7b1d0bf30395f9564a2e64b38ebae63b87b9b8.tar.gz qmk_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.
-rw-r--r-- | keyboards/jisplit89/readme.md | 4 | ||||
-rw-r--r-- | keyboards/jisplit89/rev1/config.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/jisplit89/readme.md b/keyboards/jisplit89/readme.md index e7472ab96..d22287457 100644 --- a/keyboards/jisplit89/readme.md +++ b/keyboards/jisplit89/readme.md | |||
@@ -1,6 +1,6 @@ | |||
1 | # JISplit89 | 1 | # JISplit89 |
2 | 2 | ||
3 |  | 3 |  |
4 | 4 | ||
5 | This is 89 keys Custom keyboard. | 5 | This is 89 keys Custom keyboard. |
6 | 6 | ||
@@ -14,4 +14,4 @@ Make example for this keyboard (after setting up your build environment): | |||
14 | 14 | ||
15 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | 15 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |
16 | 16 | ||
17 | [Build guide](https://salicylic-acid3.hatenablog.com/entry/7skb-mx-build-guide)(See here because it is almost the same as 7sKB) | 17 | [Build guide](https://salicylic-acid3.hatenablog.com/entry/jisplit89-build-guide) |
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/>. | |||
51 | #define RGB_DI_PIN D3 | 51 | #define RGB_DI_PIN D3 |
52 | 52 | ||
53 | #ifndef RGBLED_NUM | 53 | #ifndef RGBLED_NUM |
54 | #define RGBLED_NUM 31 | 54 | #define RGBLED_NUM 32 |
55 | #define RGBLIGHT_SPLIT | 55 | #define RGBLIGHT_SPLIT |
56 | #define RGBLED_SPLIT { 11, 20 } | 56 | #define RGBLED_SPLIT { 11, 21 } |
57 | #endif | 57 | #endif |
58 | 58 | ||
59 | #define RGBLIGHT_ANIMATIONS | 59 | #define RGBLIGHT_ANIMATIONS |