Remove stray UNUSED_PINS (#19639)
This commit is contained in:
@@ -35,4 +35,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#define MATRIX_ROW_PINS { D4, C6, D7, E6, B4, D0 }
|
||||
#define MATRIX_COL_PINS { F4, F5, F6, B2, B3, B1, F7 }
|
||||
#define UNUSED_PIN { D1 }
|
||||
|
||||
@@ -35,7 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#define MATRIX_ROW_PINS { D4, C6, D7, E6, B4, F4 }
|
||||
#define MATRIX_COL_PINS { F5, F6, B2, B3, B1, F7 }
|
||||
#define UNUSED_PIN { D1, D0 }
|
||||
|
||||
#ifdef RGB_DI_PIN
|
||||
# define RGBLIGHT_LED_MAP { 0, 1, 2, 3, 4, 5, 6, 8, 7 }
|
||||
|
||||
Reference in New Issue
Block a user