Enforce definition of DIODE_DIRECTION
for non-custom matrix boards (#7915)
* Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards * Define diode direction for failing boards * Matching parentheses * Put onekey diode directions in top level config
This commit is contained in:
@@ -38,6 +38,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define MATRIX_COLS 6
|
||||
#define MATRIX_COL_PINS { F4, F6, C7, C6, B6, D4 }
|
||||
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
#define SOFT_SERIAL_PIN D3
|
||||
|
||||
#define ENCODERS_PAD_A { D2 }
|
||||
|
Reference in New Issue
Block a user