diff options
Diffstat (limited to 'keyboards/arrow_pad/config.h')
-rw-r--r-- | keyboards/arrow_pad/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/arrow_pad/config.h b/keyboards/arrow_pad/config.h index 9e85f3ccf6..3d8d8709a5 100644 --- a/keyboards/arrow_pad/config.h +++ b/keyboards/arrow_pad/config.h @@ -46,6 +46,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { B0, B1, B2, B3 } #define UNUSED_PINS +#define BACKLIGHT_PIN B7 + /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION ROW2COL |