fixup pinouts for artsey left handed build on lily58 pro

This commit is contained in:
KemoNine 2021-02-06 04:06:50 +00:00
parent feddec25ea
commit 2073b3b1a5
1 changed files with 8 additions and 8 deletions

View File

@ -8,15 +8,15 @@
#include <dt-bindings/zmk/keys.h>
// ARTS Row
#define KEY_A 7
#define KEY_R 8
#define KEY_T 9
#define KEY_S 10
#define KEY_A 10
#define KEY_R 9
#define KEY_T 8
#define KEY_S 7
// EYIO Row
#define KEY_E 13
#define KEY_Y 14
#define KEY_I 15
#define KEY_O 16
#define KEY_E 16
#define KEY_Y 15
#define KEY_I 14
#define KEY_O 13
#include "../../../artsey.dtsi"