diff options
Diffstat (limited to 'keyboards/handwired')
| -rw-r--r-- | keyboards/handwired/aek64/config.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/dactyl_manuform/4x5/config.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/dactyl_manuform/5x6/config.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/dactyl_manuform/5x7/config.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/dactyl_manuform/6x6/config.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/dactyl_manuform/dmote/62key/config.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/dactyl_promicro/config.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/hacked_motospeed/config.h | 4 | ||||
| -rw-r--r-- | keyboards/handwired/lovelive9/config.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/nicekey/config.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/onekey/config.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/splittest/config.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/wulkan/config.h | 2 |
13 files changed, 26 insertions, 2 deletions
diff --git a/keyboards/handwired/aek64/config.h b/keyboards/handwired/aek64/config.h index 7d235358c..a072d562a 100644 --- a/keyboards/handwired/aek64/config.h +++ b/keyboards/handwired/aek64/config.h | |||
| @@ -39,6 +39,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 39 | #define MATRIX_ROW_PINS { E0, E1, C0, C1, C2 } | 39 | #define MATRIX_ROW_PINS { E0, E1, C0, C1, C2 } |
| 40 | #define UNUSED_PINS | 40 | #define UNUSED_PINS |
| 41 | 41 | ||
| 42 | #define DIODE_DIRECTION COL2ROW | ||
| 43 | |||
| 42 | /* Set 0 if debouncing isn't needed */ | 44 | /* Set 0 if debouncing isn't needed */ |
| 43 | #define DEBOUNCE 5 | 45 | #define DEBOUNCE 5 |
| 44 | 46 | ||
diff --git a/keyboards/handwired/dactyl_manuform/4x5/config.h b/keyboards/handwired/dactyl_manuform/4x5/config.h index 1f24c9aca..698418fb7 100644 --- a/keyboards/handwired/dactyl_manuform/4x5/config.h +++ b/keyboards/handwired/dactyl_manuform/4x5/config.h | |||
| @@ -37,6 +37,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 37 | // #define MATRIX_COL_PINS { B5, B4, E6, D7, C6 } | 37 | // #define MATRIX_COL_PINS { B5, B4, E6, D7, C6 } |
| 38 | #define MATRIX_COL_PINS { C6, D7, E6, B4, B5 } | 38 | #define MATRIX_COL_PINS { C6, D7, E6, B4, B5 } |
| 39 | 39 | ||
| 40 | #define DIODE_DIRECTION COL2ROW | ||
| 41 | |||
| 40 | /* define if matrix has ghost */ | 42 | /* define if matrix has ghost */ |
| 41 | //#define MATRIX_HAS_GHOST | 43 | //#define MATRIX_HAS_GHOST |
| 42 | 44 | ||
diff --git a/keyboards/handwired/dactyl_manuform/5x6/config.h b/keyboards/handwired/dactyl_manuform/5x6/config.h index 413039449..fd0c23961 100644 --- a/keyboards/handwired/dactyl_manuform/5x6/config.h +++ b/keyboards/handwired/dactyl_manuform/5x6/config.h | |||
| @@ -32,6 +32,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 32 | #define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B5 } | 32 | #define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B5 } |
| 33 | #define MATRIX_ROW_PINS { F6, F7, B1, B3, B2, B6 } | 33 | #define MATRIX_ROW_PINS { F6, F7, B1, B3, B2, B6 } |
| 34 | 34 | ||
| 35 | #define DIODE_DIRECTION COL2ROW | ||
| 36 | |||
| 35 | // WS2812 RGB LED strip input and number of LEDs | 37 | // WS2812 RGB LED strip input and number of LEDs |
| 36 | #define RGB_DI_PIN D3 | 38 | #define RGB_DI_PIN D3 |
| 37 | #define RGBLED_NUM 12 | 39 | #define RGBLED_NUM 12 |
diff --git a/keyboards/handwired/dactyl_manuform/5x7/config.h b/keyboards/handwired/dactyl_manuform/5x7/config.h index 435837498..bf56d0825 100644 --- a/keyboards/handwired/dactyl_manuform/5x7/config.h +++ b/keyboards/handwired/dactyl_manuform/5x7/config.h | |||
| @@ -32,6 +32,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 32 | #define MATRIX_ROW_PINS { D4, C6, D7, E6, B4, B5 } | 32 | #define MATRIX_ROW_PINS { D4, C6, D7, E6, B4, B5 } |
| 33 | #define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6 } | 33 | #define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6 } |
| 34 | 34 | ||
| 35 | #define DIODE_DIRECTION COL2ROW | ||
| 36 | |||
| 35 | // WS2812 RGB LED strip input and number of LEDs | 37 | // WS2812 RGB LED strip input and number of LEDs |
| 36 | #define RGB_DI_PIN D3 | 38 | #define RGB_DI_PIN D3 |
| 37 | #define RGBLED_NUM 12 | 39 | #define RGBLED_NUM 12 |
diff --git a/keyboards/handwired/dactyl_manuform/6x6/config.h b/keyboards/handwired/dactyl_manuform/6x6/config.h index 9bc501c5e..522e98b68 100644 --- a/keyboards/handwired/dactyl_manuform/6x6/config.h +++ b/keyboards/handwired/dactyl_manuform/6x6/config.h | |||
| @@ -32,6 +32,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 32 | #define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B5 } | 32 | #define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B5 } |
| 33 | #define MATRIX_ROW_PINS { F5, F6, F7, B1, B3, B2, B6 } | 33 | #define MATRIX_ROW_PINS { F5, F6, F7, B1, B3, B2, B6 } |
| 34 | 34 | ||
| 35 | #define DIODE_DIRECTION COL2ROW | ||
| 36 | |||
| 35 | // WS2812 RGB LED strip input and number of LEDs | 37 | // WS2812 RGB LED strip input and number of LEDs |
| 36 | #define RGB_DI_PIN D3 | 38 | #define RGB_DI_PIN D3 |
| 37 | #define RGBLED_NUM 12 | 39 | #define RGBLED_NUM 12 |
diff --git a/keyboards/handwired/dactyl_manuform/dmote/62key/config.h b/keyboards/handwired/dactyl_manuform/dmote/62key/config.h index 7db3ceb75..d315cb180 100644 --- a/keyboards/handwired/dactyl_manuform/dmote/62key/config.h +++ b/keyboards/handwired/dactyl_manuform/dmote/62key/config.h | |||
| @@ -37,6 +37,8 @@ | |||
| 37 | #define MATRIX_ROW_PINS { F6, F7, B1, B3, B2, B6 } | 37 | #define MATRIX_ROW_PINS { F6, F7, B1, B3, B2, B6 } |
| 38 | #define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B5 } | 38 | #define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B5 } |
| 39 | 39 | ||
| 40 | #define DIODE_DIRECTION COL2ROW | ||
| 41 | |||
| 40 | // WS2812 RGB LED, normally used to indicate keyboard state: | 42 | // WS2812 RGB LED, normally used to indicate keyboard state: |
| 41 | #define RGBLIGHT_EFFECT_KNIGHT | 43 | #define RGBLIGHT_EFFECT_KNIGHT |
| 42 | #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 2 | 44 | #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 2 |
diff --git a/keyboards/handwired/dactyl_promicro/config.h b/keyboards/handwired/dactyl_promicro/config.h index 3c0b541d1..c57e76624 100644 --- a/keyboards/handwired/dactyl_promicro/config.h +++ b/keyboards/handwired/dactyl_promicro/config.h | |||
| @@ -30,6 +30,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 30 | #define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B5 } | 30 | #define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B5 } |
| 31 | #define MATRIX_ROW_PINS { F6, F7, B1, B3, B2, B6 } | 31 | #define MATRIX_ROW_PINS { F6, F7, B1, B3, B2, B6 } |
| 32 | 32 | ||
| 33 | #define DIODE_DIRECTION COL2ROW | ||
| 34 | |||
| 33 | /* USB Device descriptor parameter */ | 35 | /* USB Device descriptor parameter */ |
| 34 | #define VENDOR_ID 0xFEED | 36 | #define VENDOR_ID 0xFEED |
| 35 | #define PRODUCT_ID 0x3060 | 37 | #define PRODUCT_ID 0x3060 |
diff --git a/keyboards/handwired/hacked_motospeed/config.h b/keyboards/handwired/hacked_motospeed/config.h index d4bf11f23..0035a5e28 100644 --- a/keyboards/handwired/hacked_motospeed/config.h +++ b/keyboards/handwired/hacked_motospeed/config.h | |||
| @@ -50,7 +50,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 50 | #define UNUSED_PINS | 50 | #define UNUSED_PINS |
| 51 | 51 | ||
| 52 | /* COL2ROW, ROW2COL*/ | 52 | /* COL2ROW, ROW2COL*/ |
| 53 | //#define DIODE_DIRECTION COL2ROW | 53 | #define DIODE_DIRECTION COL2ROW |
| 54 | 54 | ||
| 55 | /* | 55 | /* |
| 56 | * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. | 56 | * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. |
| @@ -245,4 +245,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 245 | 245 | ||
| 246 | /* Bootmagic Lite key configuration */ | 246 | /* Bootmagic Lite key configuration */ |
| 247 | // #define BOOTMAGIC_LITE_ROW 0 | 247 | // #define BOOTMAGIC_LITE_ROW 0 |
| 248 | // #define BOOTMAGIC_LITE_COLUMN 0 \ No newline at end of file | 248 | // #define BOOTMAGIC_LITE_COLUMN 0 |
diff --git a/keyboards/handwired/lovelive9/config.h b/keyboards/handwired/lovelive9/config.h index c11a25df6..f1f6f69c5 100644 --- a/keyboards/handwired/lovelive9/config.h +++ b/keyboards/handwired/lovelive9/config.h | |||
| @@ -19,6 +19,8 @@ | |||
| 19 | #define MATRIX_ROW_PINS { NO_PIN } | 19 | #define MATRIX_ROW_PINS { NO_PIN } |
| 20 | #define MATRIX_COL_PINS { B4, B6, B2, D7, B1, F7, F6, F5, F4 } | 20 | #define MATRIX_COL_PINS { B4, B6, B2, D7, B1, F7, F6, F5, F4 } |
| 21 | 21 | ||
| 22 | #define DIODE_DIRECTION COL2ROW | ||
| 23 | |||
| 22 | #define UNUSED_PINS | 24 | #define UNUSED_PINS |
| 23 | 25 | ||
| 24 | /* ws2812 RGB LED */ | 26 | /* ws2812 RGB LED */ |
diff --git a/keyboards/handwired/nicekey/config.h b/keyboards/handwired/nicekey/config.h index 4af56cc52..9c1b18117 100644 --- a/keyboards/handwired/nicekey/config.h +++ b/keyboards/handwired/nicekey/config.h | |||
| @@ -36,6 +36,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 36 | #define MATRIX_ROW_PINS { B6 } | 36 | #define MATRIX_ROW_PINS { B6 } |
| 37 | #define UNUSED_PINS | 37 | #define UNUSED_PINS |
| 38 | 38 | ||
| 39 | #define DIODE_DIRECTION COL2ROW | ||
| 40 | |||
| 39 | /* define if matrix has ghost */ | 41 | /* define if matrix has ghost */ |
| 40 | //#define MATRIX_HAS_GHOST | 42 | //#define MATRIX_HAS_GHOST |
| 41 | 43 | ||
diff --git a/keyboards/handwired/onekey/config.h b/keyboards/handwired/onekey/config.h index 64a447481..652a99cab 100644 --- a/keyboards/handwired/onekey/config.h +++ b/keyboards/handwired/onekey/config.h | |||
| @@ -29,6 +29,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 29 | #define MATRIX_ROWS 1 | 29 | #define MATRIX_ROWS 1 |
| 30 | #define MATRIX_COLS 1 | 30 | #define MATRIX_COLS 1 |
| 31 | 31 | ||
| 32 | #define DIODE_DIRECTION COL2ROW | ||
| 33 | |||
| 32 | /* define if matrix has ghost */ | 34 | /* define if matrix has ghost */ |
| 33 | //#define MATRIX_HAS_GHOST | 35 | //#define MATRIX_HAS_GHOST |
| 34 | 36 | ||
diff --git a/keyboards/handwired/splittest/config.h b/keyboards/handwired/splittest/config.h index 56574f752..3ff8547fc 100644 --- a/keyboards/handwired/splittest/config.h +++ b/keyboards/handwired/splittest/config.h | |||
| @@ -33,6 +33,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 33 | #define MATRIX_ROWS 2 | 33 | #define MATRIX_ROWS 2 |
| 34 | #define MATRIX_COLS 1 | 34 | #define MATRIX_COLS 1 |
| 35 | 35 | ||
| 36 | #define DIODE_DIRECTION COL2ROW | ||
| 37 | |||
| 36 | /* define if matrix has ghost */ | 38 | /* define if matrix has ghost */ |
| 37 | //#define MATRIX_HAS_GHOST | 39 | //#define MATRIX_HAS_GHOST |
| 38 | 40 | ||
diff --git a/keyboards/handwired/wulkan/config.h b/keyboards/handwired/wulkan/config.h index 4a9cbada7..628206535 100644 --- a/keyboards/handwired/wulkan/config.h +++ b/keyboards/handwired/wulkan/config.h | |||
| @@ -17,6 +17,8 @@ | |||
| 17 | #define MATRIX_ROW_PINS { B8, A0, A1, A2 } | 17 | #define MATRIX_ROW_PINS { B8, A0, A1, A2 } |
| 18 | #define MATRIX_COL_PINS { B13, B14, B15, B9, B7, B6, B5, B4, B3, B2, B1, B0 } | 18 | #define MATRIX_COL_PINS { B13, B14, B15, B9, B7, B6, B5, B4, B3, B2, B1, B0 } |
| 19 | 19 | ||
| 20 | #define DIODE_DIRECTION COL2ROW | ||
| 21 | |||
| 20 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 22 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 21 | #define DEBOUNCE 5 | 23 | #define DEBOUNCE 5 |
| 22 | 24 | ||
