Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Mar 26, 2023
2 parents 36ce81d + 3ee17cd commit 66d56a9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion keyboards/tzarc/djinn/djinn_portscan_matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ void matrix_wait_for_interrupt(void) {
writePinHigh(col_pins[i]);
setPinInputHigh(col_pins[i]);
}
}
}
2 changes: 1 addition & 1 deletion keyboards/tzarc/djinn/djinn_usbpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ void usbpd_update(void) {
kb_state.current_setting = allowance;
}
}
}
}
4 changes: 2 additions & 2 deletions keyboards/tzarc/djinn/keymaps/default/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#pragma once

// Uncomment the following if your board uses 1.5A and 3.0A hold current fuses.
//#define DJINN_SUPPORTS_3A_FUSE
// #define DJINN_SUPPORTS_3A_FUSE

// Encoder settings
#define ENCODER_RESOLUTION 2
Expand Down Expand Up @@ -60,4 +60,4 @@
#define ENABLE_RGB_MATRIX_SPLASH
#define ENABLE_RGB_MATRIX_MULTISPLASH
#define ENABLE_RGB_MATRIX_SOLID_SPLASH
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
4 changes: 2 additions & 2 deletions keyboards/tzarc/djinn/keymaps/via/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#pragma once

// Uncomment the following if your board uses 1.5A and 3.0A hold current fuses.
//#define DJINN_SUPPORTS_3A_FUSE
// #define DJINN_SUPPORTS_3A_FUSE

// Encoder settings
#define ENCODER_RESOLUTION 2
Expand Down Expand Up @@ -60,4 +60,4 @@
#define ENABLE_RGB_MATRIX_SPLASH
#define ENABLE_RGB_MATRIX_MULTISPLASH
#define ENABLE_RGB_MATRIX_SOLID_SPLASH
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
5 changes: 2 additions & 3 deletions keyboards/tzarc/ghoul/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once


// Matrix
#define MATRIX_SHIFT_REGISTER_COUNT 5
//#define MATRIX_ROWS 6 // actually defined in info.json: 5 shift registers, plus one row for extras (i.e. encoder pushbutton read)
//#define MATRIX_COLS 8 // actually defined in info.json: 8 bits per register
// #define MATRIX_ROWS 6 // actually defined in info.json: 5 shift registers, plus one row for extras (i.e. encoder pushbutton read)
// #define MATRIX_COLS 8 // actually defined in info.json: 8 bits per register

// EEPROM configuration
#define EXTERNAL_EEPROM_BYTE_COUNT 8192
Expand Down
1 change: 0 additions & 1 deletion keyboards/tzarc/ghoul/rev1/rp2040/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once


// Matrix configuration
#define SPI_MATRIX_CHIP_SELECT_PIN GP21
#define SPI_MATRIX_DIVISOR 16
Expand Down
1 change: 0 additions & 1 deletion keyboards/tzarc/ghoul/rev1/stm32/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once


// Matrix configuration
#define SPI_MATRIX_CHIP_SELECT_PIN C4
#define SPI_MATRIX_DIVISOR 32
Expand Down

0 comments on commit 66d56a9

Please sign in to comment.