1
0
Fork 0

[Keyboard] Evk v1.3 add a key (#11880)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
YangPiCui 2021-02-27 12:24:55 +08:00 committed by GitHub
parent 6a94e25f6d
commit 804d5c1c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 37 additions and 34 deletions

View file

@ -45,7 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define UNUSED_PINS
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION ROW2COL // the current flows into the rows and then out of the columns
#define DIODE_DIRECTION ROW2COL // the positive current flows into the rows and then out of the columns negative.
/* define whiche Pins to use for the status LEDs*/
#define LED_CAPS_LOCK_PIN D4