diff options
-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 |