1
0
Fork 0
forked from forks/qmk_firmware

moved to p40_ortho keyboard rather than a keymap

This commit is contained in:
pabile 2020-08-21 12:33:35 +08:00 committed by GitHub
parent c20deeeb6a
commit 9be37ee2de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,18 +0,0 @@
#pragma once
/* pin-out for PCB v2 */
#undef MATRIX_ROW_PINS
#define MATRIX_ROW_PINS { D1, D0, F4, F5 }
#undef MATRIX_COL_PINS
#define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B2, B3, B1, F7, F6 }
/* Backlight and RGB
#define RGB_DI_PIN D3
#undef RGBLED_NUM
#define RGBLED_NUM 40
#define BACKLIGHT_PIN B5
#define BACKLIGHT_LEVELS 3
*/