aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/c39/keymaps/drashna/config.h
blob: 5d53fe54bb9d491841730930aa84df14833c80ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

// place overrides here
#undef MATRIX_COL_PINS
#define MATRIX_COL_PINS \
    { A3, A2, A1, A0, B13, B14, B15, B9, B3, B2, B4, A10, A9 }
#undef MATRIX_ROW_PINS
#define MATRIX_ROW_PINS \
    { B7, B1, B0 }

#define RGB_DI_PIN B10
#define RGBLED_NUM 15