diff options
| -rw-r--r-- | keyboards/runner3680/3x6/config.h | 9 | ||||
| -rw-r--r-- | keyboards/runner3680/3x7/config.h | 9 | ||||
| -rw-r--r-- | keyboards/runner3680/3x8/config.h | 7 | ||||
| -rw-r--r-- | keyboards/runner3680/4x6/config.h | 9 | ||||
| -rw-r--r-- | keyboards/runner3680/4x7/config.h | 9 | ||||
| -rw-r--r-- | keyboards/runner3680/4x8/config.h | 7 | ||||
| -rw-r--r-- | keyboards/runner3680/5x6/config.h | 7 | ||||
| -rw-r--r-- | keyboards/runner3680/5x7/config.h | 3 | ||||
| -rw-r--r-- | keyboards/runner3680/5x8/config.h | 1 | ||||
| -rw-r--r-- | keyboards/runner3680/rules.mk | 8 |
10 files changed, 39 insertions, 30 deletions
diff --git a/keyboards/runner3680/3x6/config.h b/keyboards/runner3680/3x6/config.h index 0af32f26a..d3f3605f5 100644 --- a/keyboards/runner3680/3x6/config.h +++ b/keyboards/runner3680/3x6/config.h | |||
| @@ -26,8 +26,8 @@ | |||
| 26 | 26 | ||
| 27 | /* key matrix size */ | 27 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 28 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 10 | 29 | #define MATRIX_ROWS 6 |
| 30 | #define MATRIX_COLS 8 | 30 | #define MATRIX_COLS 6 |
| 31 | 31 | ||
| 32 | // wiring of each half | 32 | // wiring of each half |
| 33 | #define MATRIX_ROW_PINS { D4, C6, D7 } | 33 | #define MATRIX_ROW_PINS { D4, C6, D7 } |
| @@ -51,9 +51,10 @@ | |||
| 51 | /* ws2812 RGB LED */ | 51 | /* ws2812 RGB LED */ |
| 52 | #define RGB_DI_PIN D3 | 52 | #define RGB_DI_PIN D3 |
| 53 | #define RGBLIGHT_ANIMATIONS | 53 | #define RGBLIGHT_ANIMATIONS |
| 54 | #define RGBLED_NUM 70 | 54 | #define RGBLED_NUM 36 |
| 55 | #define RGBLIGHT_SPLIT | 55 | #define RGBLIGHT_SPLIT |
| 56 | #define RGBLED_SPLIT { 35, 35 } // Number of LEDs | 56 | #define RGBLED_SPLIT { 18, 18 } // Number of LEDs |
| 57 | #define RGBLIGHT_LIMIT_VAL 100 | ||
| 57 | 58 | ||
| 58 | #define SOFT_SERIAL_PIN D2 | 59 | #define SOFT_SERIAL_PIN D2 |
| 59 | #define SELECT_SOFT_SERIAL_SPEED 1 | 60 | #define SELECT_SOFT_SERIAL_SPEED 1 |
diff --git a/keyboards/runner3680/3x7/config.h b/keyboards/runner3680/3x7/config.h index 4c864f1d0..e0e6ae8e0 100644 --- a/keyboards/runner3680/3x7/config.h +++ b/keyboards/runner3680/3x7/config.h | |||
| @@ -26,8 +26,8 @@ | |||
| 26 | 26 | ||
| 27 | /* key matrix size */ | 27 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 28 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 10 | 29 | #define MATRIX_ROWS 6 |
| 30 | #define MATRIX_COLS 8 | 30 | #define MATRIX_COLS 7 |
| 31 | 31 | ||
| 32 | // wiring of each half | 32 | // wiring of each half |
| 33 | #define MATRIX_ROW_PINS { D4, C6, D7 } | 33 | #define MATRIX_ROW_PINS { D4, C6, D7 } |
| @@ -51,9 +51,10 @@ | |||
| 51 | /* ws2812 RGB LED */ | 51 | /* ws2812 RGB LED */ |
| 52 | #define RGB_DI_PIN D3 | 52 | #define RGB_DI_PIN D3 |
| 53 | #define RGBLIGHT_ANIMATIONS | 53 | #define RGBLIGHT_ANIMATIONS |
| 54 | #define RGBLED_NUM 70 | 54 | #define RGBLED_NUM 42 |
| 55 | #define RGBLIGHT_SPLIT | 55 | #define RGBLIGHT_SPLIT |
| 56 | #define RGBLED_SPLIT { 35, 35 } // Number of LEDs | 56 | #define RGBLED_SPLIT { 21, 21 } // Number of LEDs |
| 57 | #define RGBLIGHT_LIMIT_VAL 100 | ||
| 57 | 58 | ||
| 58 | #define SOFT_SERIAL_PIN D2 | 59 | #define SOFT_SERIAL_PIN D2 |
| 59 | #define SELECT_SOFT_SERIAL_SPEED 1 | 60 | #define SELECT_SOFT_SERIAL_SPEED 1 |
diff --git a/keyboards/runner3680/3x8/config.h b/keyboards/runner3680/3x8/config.h index 696b7f905..0d4e3296a 100644 --- a/keyboards/runner3680/3x8/config.h +++ b/keyboards/runner3680/3x8/config.h | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | /* key matrix size */ | 27 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 28 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 10 | 29 | #define MATRIX_ROWS 6 |
| 30 | #define MATRIX_COLS 8 | 30 | #define MATRIX_COLS 8 |
| 31 | 31 | ||
| 32 | // wiring of each half | 32 | // wiring of each half |
| @@ -51,9 +51,10 @@ | |||
| 51 | /* ws2812 RGB LED */ | 51 | /* ws2812 RGB LED */ |
| 52 | #define RGB_DI_PIN D3 | 52 | #define RGB_DI_PIN D3 |
| 53 | #define RGBLIGHT_ANIMATIONS | 53 | #define RGBLIGHT_ANIMATIONS |
| 54 | #define RGBLED_NUM 80 | 54 | #define RGBLED_NUM 48 |
| 55 | #define RGBLIGHT_SPLIT | 55 | #define RGBLIGHT_SPLIT |
| 56 | #define RGBLED_SPLIT { 40, 40 } // Number of LEDs | 56 | #define RGBLED_SPLIT { 24, 24 } // Number of LEDs |
| 57 | #define RGBLIGHT_LIMIT_VAL 100 | ||
| 57 | 58 | ||
| 58 | #define SOFT_SERIAL_PIN D2 | 59 | #define SOFT_SERIAL_PIN D2 |
| 59 | #define SELECT_SOFT_SERIAL_SPEED 1 | 60 | #define SELECT_SOFT_SERIAL_SPEED 1 |
diff --git a/keyboards/runner3680/4x6/config.h b/keyboards/runner3680/4x6/config.h index 1e3af6b52..08838d1b6 100644 --- a/keyboards/runner3680/4x6/config.h +++ b/keyboards/runner3680/4x6/config.h | |||
| @@ -26,8 +26,8 @@ | |||
| 26 | 26 | ||
| 27 | /* key matrix size */ | 27 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 28 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 10 | 29 | #define MATRIX_ROWS 8 |
| 30 | #define MATRIX_COLS 8 | 30 | #define MATRIX_COLS 6 |
| 31 | 31 | ||
| 32 | // wiring of each half | 32 | // wiring of each half |
| 33 | #define MATRIX_ROW_PINS { D4, C6, D7, E6 } | 33 | #define MATRIX_ROW_PINS { D4, C6, D7, E6 } |
| @@ -51,9 +51,10 @@ | |||
| 51 | /* ws2812 RGB LED */ | 51 | /* ws2812 RGB LED */ |
| 52 | #define RGB_DI_PIN D3 | 52 | #define RGB_DI_PIN D3 |
| 53 | #define RGBLIGHT_ANIMATIONS | 53 | #define RGBLIGHT_ANIMATIONS |
| 54 | #define RGBLED_NUM 70 | 54 | #define RGBLED_NUM 48 |
| 55 | #define RGBLIGHT_SPLIT | 55 | #define RGBLIGHT_SPLIT |
| 56 | #define RGBLED_SPLIT { 35, 35 } // Number of LEDs | 56 | #define RGBLED_SPLIT { 24, 24 } // Number of LEDs |
| 57 | #define RGBLIGHT_LIMIT_VAL 100 | ||
| 57 | 58 | ||
| 58 | #define SOFT_SERIAL_PIN D2 | 59 | #define SOFT_SERIAL_PIN D2 |
| 59 | #define SELECT_SOFT_SERIAL_SPEED 1 | 60 | #define SELECT_SOFT_SERIAL_SPEED 1 |
diff --git a/keyboards/runner3680/4x7/config.h b/keyboards/runner3680/4x7/config.h index c9a744d07..f33f8f9f2 100644 --- a/keyboards/runner3680/4x7/config.h +++ b/keyboards/runner3680/4x7/config.h | |||
| @@ -26,8 +26,8 @@ | |||
| 26 | 26 | ||
| 27 | /* key matrix size */ | 27 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 28 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 10 | 29 | #define MATRIX_ROWS 8 |
| 30 | #define MATRIX_COLS 8 | 30 | #define MATRIX_COLS 7 |
| 31 | 31 | ||
| 32 | // wiring of each half | 32 | // wiring of each half |
| 33 | #define MATRIX_ROW_PINS { D4, C6, D7, E6 } | 33 | #define MATRIX_ROW_PINS { D4, C6, D7, E6 } |
| @@ -51,9 +51,10 @@ | |||
| 51 | /* ws2812 RGB LED */ | 51 | /* ws2812 RGB LED */ |
| 52 | #define RGB_DI_PIN D3 | 52 | #define RGB_DI_PIN D3 |
| 53 | #define RGBLIGHT_ANIMATIONS | 53 | #define RGBLIGHT_ANIMATIONS |
| 54 | #define RGBLED_NUM 70 | 54 | #define RGBLED_NUM 56 |
| 55 | #define RGBLIGHT_SPLIT | 55 | #define RGBLIGHT_SPLIT |
| 56 | #define RGBLED_SPLIT { 35, 35 } // Number of LEDs | 56 | #define RGBLED_SPLIT { 28, 28 } // Number of LEDs |
| 57 | #define RGBLIGHT_LIMIT_VAL 100 | ||
| 57 | 58 | ||
| 58 | #define SOFT_SERIAL_PIN D2 | 59 | #define SOFT_SERIAL_PIN D2 |
| 59 | #define SELECT_SOFT_SERIAL_SPEED 1 | 60 | #define SELECT_SOFT_SERIAL_SPEED 1 |
diff --git a/keyboards/runner3680/4x8/config.h b/keyboards/runner3680/4x8/config.h index 55626b6bc..d85ebb29c 100644 --- a/keyboards/runner3680/4x8/config.h +++ b/keyboards/runner3680/4x8/config.h | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | /* key matrix size */ | 27 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 28 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 10 | 29 | #define MATRIX_ROWS 8 |
| 30 | #define MATRIX_COLS 8 | 30 | #define MATRIX_COLS 8 |
| 31 | 31 | ||
| 32 | // wiring of each half | 32 | // wiring of each half |
| @@ -51,9 +51,10 @@ | |||
| 51 | /* ws2812 RGB LED */ | 51 | /* ws2812 RGB LED */ |
| 52 | #define RGB_DI_PIN D3 | 52 | #define RGB_DI_PIN D3 |
| 53 | #define RGBLIGHT_ANIMATIONS | 53 | #define RGBLIGHT_ANIMATIONS |
| 54 | #define RGBLED_NUM 80 | 54 | #define RGBLED_NUM 64 |
| 55 | #define RGBLIGHT_SPLIT | 55 | #define RGBLIGHT_SPLIT |
| 56 | #define RGBLED_SPLIT { 40, 40 } // Number of LEDs | 56 | #define RGBLED_SPLIT { 32, 32 } // Number of LEDs |
| 57 | #define RGBLIGHT_LIMIT_VAL 100 | ||
| 57 | 58 | ||
| 58 | #define SOFT_SERIAL_PIN D2 | 59 | #define SOFT_SERIAL_PIN D2 |
| 59 | #define SELECT_SOFT_SERIAL_SPEED 1 | 60 | #define SELECT_SOFT_SERIAL_SPEED 1 |
diff --git a/keyboards/runner3680/5x6/config.h b/keyboards/runner3680/5x6/config.h index e7956555f..ae3853a8e 100644 --- a/keyboards/runner3680/5x6/config.h +++ b/keyboards/runner3680/5x6/config.h | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | /* key matrix size */ | 27 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 28 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 10 | 29 | #define MATRIX_ROWS 10 |
| 30 | #define MATRIX_COLS 8 | 30 | #define MATRIX_COLS 6 |
| 31 | 31 | ||
| 32 | // wiring of each half | 32 | // wiring of each half |
| 33 | #define MATRIX_ROW_PINS { D4, C6, D7, E6, B4 } | 33 | #define MATRIX_ROW_PINS { D4, C6, D7, E6, B4 } |
| @@ -51,9 +51,10 @@ | |||
| 51 | /* ws2812 RGB LED */ | 51 | /* ws2812 RGB LED */ |
| 52 | #define RGB_DI_PIN D3 | 52 | #define RGB_DI_PIN D3 |
| 53 | #define RGBLIGHT_ANIMATIONS | 53 | #define RGBLIGHT_ANIMATIONS |
| 54 | #define RGBLED_NUM 70 | 54 | #define RGBLED_NUM 60 |
| 55 | #define RGBLIGHT_SPLIT | 55 | #define RGBLIGHT_SPLIT |
| 56 | #define RGBLED_SPLIT { 35, 35 } // Number of LEDs | 56 | #define RGBLED_SPLIT { 30, 30 } // Number of LEDs |
| 57 | #define RGBLIGHT_LIMIT_VAL 100 | ||
| 57 | 58 | ||
| 58 | #define SOFT_SERIAL_PIN D2 | 59 | #define SOFT_SERIAL_PIN D2 |
| 59 | #define SELECT_SOFT_SERIAL_SPEED 1 | 60 | #define SELECT_SOFT_SERIAL_SPEED 1 |
diff --git a/keyboards/runner3680/5x7/config.h b/keyboards/runner3680/5x7/config.h index ba5763a8a..1d56608e6 100644 --- a/keyboards/runner3680/5x7/config.h +++ b/keyboards/runner3680/5x7/config.h | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | /* key matrix size */ | 27 | /* key matrix size */ |
| 28 | // Rows are doubled-up | 28 | // Rows are doubled-up |
| 29 | #define MATRIX_ROWS 10 | 29 | #define MATRIX_ROWS 10 |
| 30 | #define MATRIX_COLS 8 | 30 | #define MATRIX_COLS 7 |
| 31 | 31 | ||
| 32 | // wiring of each half | 32 | // wiring of each half |
| 33 | #define MATRIX_ROW_PINS { D4, C6, D7, E6, B4 } | 33 | #define MATRIX_ROW_PINS { D4, C6, D7, E6, B4 } |
| @@ -54,6 +54,7 @@ | |||
| 54 | #define RGBLED_NUM 70 | 54 | #define RGBLED_NUM 70 |
| 55 | #define RGBLIGHT_SPLIT | 55 | #define RGBLIGHT_SPLIT |
| 56 | #define RGBLED_SPLIT { 35, 35 } // Number of LEDs | 56 | #define RGBLED_SPLIT { 35, 35 } // Number of LEDs |
| 57 | #define RGBLIGHT_LIMIT_VAL 100 | ||
| 57 | 58 | ||
| 58 | #define SOFT_SERIAL_PIN D2 | 59 | #define SOFT_SERIAL_PIN D2 |
| 59 | #define SELECT_SOFT_SERIAL_SPEED 1 | 60 | #define SELECT_SOFT_SERIAL_SPEED 1 |
diff --git a/keyboards/runner3680/5x8/config.h b/keyboards/runner3680/5x8/config.h index 5c3066bf7..5349fa06a 100644 --- a/keyboards/runner3680/5x8/config.h +++ b/keyboards/runner3680/5x8/config.h | |||
| @@ -54,6 +54,7 @@ | |||
| 54 | #define RGBLED_NUM 80 | 54 | #define RGBLED_NUM 80 |
| 55 | #define RGBLIGHT_SPLIT | 55 | #define RGBLIGHT_SPLIT |
| 56 | #define RGBLED_SPLIT { 40, 40 } // Number of LEDs | 56 | #define RGBLED_SPLIT { 40, 40 } // Number of LEDs |
| 57 | #define RGBLIGHT_LIMIT_VAL 100 | ||
| 57 | 58 | ||
| 58 | #define SOFT_SERIAL_PIN D2 | 59 | #define SOFT_SERIAL_PIN D2 |
| 59 | #define SELECT_SOFT_SERIAL_SPEED 1 | 60 | #define SELECT_SOFT_SERIAL_SPEED 1 |
diff --git a/keyboards/runner3680/rules.mk b/keyboards/runner3680/rules.mk index 1342a9f59..624dd2e50 100644 --- a/keyboards/runner3680/rules.mk +++ b/keyboards/runner3680/rules.mk | |||
| @@ -38,10 +38,10 @@ BOOTLOADER = caterina | |||
| 38 | # change yes to no to disable | 38 | # change yes to no to disable |
| 39 | # | 39 | # |
| 40 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 40 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 41 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 41 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 42 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 42 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) |
| 43 | CONSOLE_ENABLE = yes # Console for debug(+400) | 43 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 44 | COMMAND_ENABLE = yes # Commands for debug and configuration | 44 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 45 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 45 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 46 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 46 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 47 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 47 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
