You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
179 B

  1. #pragma once
  2. #undef MATRIX_COL_PINS
  3. #define MATRIX_COL_PINS { B3, B7, D0, D1, D2, D3, C6, C7, B5, B6, F7, F6 }
  4. #undef MATRIX_ROW_PINS
  5. #define MATRIX_ROW_PINS { F0, F1, F4, F5 }