diff options
author | Felipe Coury <felipe.coury@gmail.com> | 2019-01-31 13:42:12 -0200 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-01-31 07:42:12 -0800 |
commit | e2411b0d4c248ee89e70b5b1549e1f98d4bd1abe (patch) | |
tree | d7824c22d1e5f2517d715fd1d4b3964e9010a942 /keyboards/alice | |
parent | 87cbb1c552934de5573334ff56544137a37fcb2e (diff) | |
download | qmk_firmware-e2411b0d4c248ee89e70b5b1549e1f98d4bd1abe.tar.gz qmk_firmware-e2411b0d4c248ee89e70b5b1549e1f98d4bd1abe.zip |
Fixed TGR Alice pinout and number of LEDs (#5018)
Diffstat (limited to 'keyboards/alice')
-rw-r--r-- | keyboards/alice/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/alice/config.h b/keyboards/alice/config.h index 34412a7e70..07b9599f58 100644 --- a/keyboards/alice/config.h +++ b/keyboards/alice/config.h @@ -29,10 +29,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COLS 15 #define MATRIX_ROW_PINS { B0, B1, B2, B3, B4, B5 } -#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, C1 } +#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7 } #define DIODE_DIRECTION COL2ROW -#define RGBLED_NUM 20 +#define RGBLED_NUM 18 #define RGBLIGHT_ANIMATIONS #define NO_UART 1 |