diff options
| -rw-r--r-- | keyboards/tzarc/djinn/djinn_portscan_matrix.c | 2 | ||||
| -rw-r--r-- | keyboards/tzarc/djinn/djinn_usbpd.c | 2 | ||||
| -rw-r--r-- | keyboards/tzarc/djinn/keymaps/default/config.h | 4 | ||||
| -rw-r--r-- | keyboards/tzarc/djinn/keymaps/via/config.h | 4 | ||||
| -rw-r--r-- | keyboards/tzarc/ghoul/config.h | 5 | ||||
| -rw-r--r-- | keyboards/tzarc/ghoul/rev1/rp2040/config.h | 1 | ||||
| -rw-r--r-- | keyboards/tzarc/ghoul/rev1/stm32/config.h | 1 |
7 files changed, 8 insertions, 11 deletions
diff --git a/keyboards/tzarc/djinn/djinn_portscan_matrix.c b/keyboards/tzarc/djinn/djinn_portscan_matrix.c index 6fcfd48bba..cb73c47def 100644 --- a/keyboards/tzarc/djinn/djinn_portscan_matrix.c +++ b/keyboards/tzarc/djinn/djinn_portscan_matrix.c | |||
| @@ -114,4 +114,4 @@ void matrix_wait_for_interrupt(void) { | |||
| 114 | writePinHigh(col_pins[i]); | 114 | writePinHigh(col_pins[i]); |
| 115 | setPinInputHigh(col_pins[i]); | 115 | setPinInputHigh(col_pins[i]); |
| 116 | } | 116 | } |
| 117 | } \ No newline at end of file | 117 | } |
diff --git a/keyboards/tzarc/djinn/djinn_usbpd.c b/keyboards/tzarc/djinn/djinn_usbpd.c index b0bf166b7c..7a56f92b8e 100644 --- a/keyboards/tzarc/djinn/djinn_usbpd.c +++ b/keyboards/tzarc/djinn/djinn_usbpd.c | |||
| @@ -25,4 +25,4 @@ void usbpd_update(void) { | |||
| 25 | kb_state.current_setting = allowance; | 25 | kb_state.current_setting = allowance; |
| 26 | } | 26 | } |
| 27 | } | 27 | } |
| 28 | } \ No newline at end of file | 28 | } |
diff --git a/keyboards/tzarc/djinn/keymaps/default/config.h b/keyboards/tzarc/djinn/keymaps/default/config.h index b40936ff93..9ba29d4cf3 100644 --- a/keyboards/tzarc/djinn/keymaps/default/config.h +++ b/keyboards/tzarc/djinn/keymaps/default/config.h | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | #pragma once | 3 | #pragma once |
| 4 | 4 | ||
| 5 | // Uncomment the following if your board uses 1.5A and 3.0A hold current fuses. | 5 | // Uncomment the following if your board uses 1.5A and 3.0A hold current fuses. |
| 6 | //#define DJINN_SUPPORTS_3A_FUSE | 6 | // #define DJINN_SUPPORTS_3A_FUSE |
| 7 | 7 | ||
| 8 | // Encoder settings | 8 | // Encoder settings |
| 9 | #define ENCODER_RESOLUTION 2 | 9 | #define ENCODER_RESOLUTION 2 |
| @@ -60,4 +60,4 @@ | |||
| 60 | #define ENABLE_RGB_MATRIX_SPLASH | 60 | #define ENABLE_RGB_MATRIX_SPLASH |
| 61 | #define ENABLE_RGB_MATRIX_MULTISPLASH | 61 | #define ENABLE_RGB_MATRIX_MULTISPLASH |
| 62 | #define ENABLE_RGB_MATRIX_SOLID_SPLASH | 62 | #define ENABLE_RGB_MATRIX_SOLID_SPLASH |
| 63 | #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH \ No newline at end of file | 63 | #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH |
diff --git a/keyboards/tzarc/djinn/keymaps/via/config.h b/keyboards/tzarc/djinn/keymaps/via/config.h index b40936ff93..9ba29d4cf3 100644 --- a/keyboards/tzarc/djinn/keymaps/via/config.h +++ b/keyboards/tzarc/djinn/keymaps/via/config.h | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | #pragma once | 3 | #pragma once |
| 4 | 4 | ||
| 5 | // Uncomment the following if your board uses 1.5A and 3.0A hold current fuses. | 5 | // Uncomment the following if your board uses 1.5A and 3.0A hold current fuses. |
| 6 | //#define DJINN_SUPPORTS_3A_FUSE | 6 | // #define DJINN_SUPPORTS_3A_FUSE |
| 7 | 7 | ||
| 8 | // Encoder settings | 8 | // Encoder settings |
| 9 | #define ENCODER_RESOLUTION 2 | 9 | #define ENCODER_RESOLUTION 2 |
| @@ -60,4 +60,4 @@ | |||
| 60 | #define ENABLE_RGB_MATRIX_SPLASH | 60 | #define ENABLE_RGB_MATRIX_SPLASH |
| 61 | #define ENABLE_RGB_MATRIX_MULTISPLASH | 61 | #define ENABLE_RGB_MATRIX_MULTISPLASH |
| 62 | #define ENABLE_RGB_MATRIX_SOLID_SPLASH | 62 | #define ENABLE_RGB_MATRIX_SOLID_SPLASH |
| 63 | #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH \ No newline at end of file | 63 | #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH |
diff --git a/keyboards/tzarc/ghoul/config.h b/keyboards/tzarc/ghoul/config.h index e08b8beee3..c027b77565 100644 --- a/keyboards/tzarc/ghoul/config.h +++ b/keyboards/tzarc/ghoul/config.h | |||
| @@ -2,11 +2,10 @@ | |||
| 2 | // SPDX-License-Identifier: GPL-3.0-or-later | 2 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 3 | #pragma once | 3 | #pragma once |
| 4 | 4 | ||
| 5 | |||
| 6 | // Matrix | 5 | // Matrix |
| 7 | #define MATRIX_SHIFT_REGISTER_COUNT 5 | 6 | #define MATRIX_SHIFT_REGISTER_COUNT 5 |
| 8 | //#define MATRIX_ROWS 6 // actually defined in info.json: 5 shift registers, plus one row for extras (i.e. encoder pushbutton read) | 7 | // #define MATRIX_ROWS 6 // actually defined in info.json: 5 shift registers, plus one row for extras (i.e. encoder pushbutton read) |
| 9 | //#define MATRIX_COLS 8 // actually defined in info.json: 8 bits per register | 8 | // #define MATRIX_COLS 8 // actually defined in info.json: 8 bits per register |
| 10 | 9 | ||
| 11 | // EEPROM configuration | 10 | // EEPROM configuration |
| 12 | #define EXTERNAL_EEPROM_BYTE_COUNT 8192 | 11 | #define EXTERNAL_EEPROM_BYTE_COUNT 8192 |
diff --git a/keyboards/tzarc/ghoul/rev1/rp2040/config.h b/keyboards/tzarc/ghoul/rev1/rp2040/config.h index 1a101d5dc4..39b587bab0 100644 --- a/keyboards/tzarc/ghoul/rev1/rp2040/config.h +++ b/keyboards/tzarc/ghoul/rev1/rp2040/config.h | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | // SPDX-License-Identifier: GPL-3.0-or-later | 2 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 3 | #pragma once | 3 | #pragma once |
| 4 | 4 | ||
| 5 | |||
| 6 | // Matrix configuration | 5 | // Matrix configuration |
| 7 | #define SPI_MATRIX_CHIP_SELECT_PIN GP21 | 6 | #define SPI_MATRIX_CHIP_SELECT_PIN GP21 |
| 8 | #define SPI_MATRIX_DIVISOR 16 | 7 | #define SPI_MATRIX_DIVISOR 16 |
diff --git a/keyboards/tzarc/ghoul/rev1/stm32/config.h b/keyboards/tzarc/ghoul/rev1/stm32/config.h index 53a370437d..12c9f77d5e 100644 --- a/keyboards/tzarc/ghoul/rev1/stm32/config.h +++ b/keyboards/tzarc/ghoul/rev1/stm32/config.h | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | // SPDX-License-Identifier: GPL-3.0-or-later | 2 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 3 | #pragma once | 3 | #pragma once |
| 4 | 4 | ||
| 5 | |||
| 6 | // Matrix configuration | 5 | // Matrix configuration |
| 7 | #define SPI_MATRIX_CHIP_SELECT_PIN C4 | 6 | #define SPI_MATRIX_CHIP_SELECT_PIN C4 |
| 8 | #define SPI_MATRIX_DIVISOR 32 | 7 | #define SPI_MATRIX_DIVISOR 32 |
