From e9c9c3a4fa1f9a3d948b58315b5d85369392fa6a Mon Sep 17 00:00:00 2001 From: Peter Roe Date: Sat, 2 Feb 2019 14:43:58 -0600 Subject: [Keyboard] ADB converter lock LED fix (#5035) * Enabled ADB lock LEDs * Updated converter/adb_usb/README.md Fixed a typo in the readme title. Added the lock LED fix to the changelog. --- keyboards/converter/adb_usb/rules.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'keyboards/converter/adb_usb/rules.mk') diff --git a/keyboards/converter/adb_usb/rules.mk b/keyboards/converter/adb_usb/rules.mk index 3a9b6dedc..4743b6b08 100644 --- a/keyboards/converter/adb_usb/rules.mk +++ b/keyboards/converter/adb_usb/rules.mk @@ -70,4 +70,5 @@ BACKLIGHT_ENABLE = no CUSTOM_MATRIX = yes SRC = matrix.c \ - adb.c + adb.c \ + led.c -- cgit v1.2.3-24-g4f1b