diff options
Diffstat (limited to 'keyboards/minidox/keymaps/xyverz/keymap.c')
| -rw-r--r-- | keyboards/minidox/keymaps/xyverz/keymap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/minidox/keymaps/xyverz/keymap.c b/keyboards/minidox/keymaps/xyverz/keymap.c index 994ee4e1b..4c7a05227 100644 --- a/keyboards/minidox/keymaps/xyverz/keymap.c +++ b/keyboards/minidox/keymaps/xyverz/keymap.c | |||
| @@ -169,9 +169,7 @@ void matrix_init_user(void) { | |||
| 169 | #ifdef BOOTLOADER_CATERINA | 169 | #ifdef BOOTLOADER_CATERINA |
| 170 | // This will disable the red LEDs on the ProMicros | 170 | // This will disable the red LEDs on the ProMicros |
| 171 | setPinInput(D5); | 171 | setPinInput(D5); |
| 172 | writePinLow(D5); | ||
| 173 | setPinInput(B0); | 172 | setPinInput(B0); |
| 174 | writePinLow(B0); | ||
| 175 | #endif | 173 | #endif |
| 176 | }; | 174 | }; |
| 177 | 175 | ||
| @@ -192,4 +190,4 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 192 | } | 190 | } |
| 193 | } | 191 | } |
| 194 | return true; | 192 | return true; |
| 195 | } \ No newline at end of file | 193 | } |
