summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/adb_usb/README.md
diff options
context:
space:
mode:
authorPeter Roe <pete@13bit.me>2019-02-02 21:43:58 +0100
committerDrashna Jaelre <drashna@live.com>2019-02-02 21:43:58 +0100
commite9c9c3a4fa1f9a3d948b58315b5d85369392fa6a (patch)
treeaa55074c7184cbe8546798ef3a0a94fd97375c5d /keyboards/converter/adb_usb/README.md
parent4e2007b855ab32923b2f85cd1ff5222b8bad7804 (diff)
downloadqmk_firmware-e9c9c3a4fa1f9a3d948b58315b5d85369392fa6a.tar.gz
qmk_firmware-e9c9c3a4fa1f9a3d948b58315b5d85369392fa6a.tar.xz
[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.
Diffstat (limited to 'keyboards/converter/adb_usb/README.md')
-rw-r--r--keyboards/converter/adb_usb/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/converter/adb_usb/README.md b/keyboards/converter/adb_usb/README.md
index ed7175008..8de9b9ad4 100644
--- a/keyboards/converter/adb_usb/README.md
+++ b/keyboards/converter/adb_usb/README.md
@@ -1,4 +1,4 @@
-ADB-to USB Keyboard Converter
+ADB-to-USB Keyboard Converter
=============================
This firmware converts Apple Desktop Bus (ADB) keyboard protocol to USB so that you can use an ADB keyboard on a modern computer. It works on the PJRC Teensy 2.0 and other USB AVR MCUs (ATMega32U4, AT90USB64/128, etc) and needs at least 10KB of flash memory.
@@ -81,3 +81,4 @@ though the ADB protocol itself supports it. See protocol/adb.c for more info.
QMK Port Changelog
---------
- 2018/09/16 - Initial release.
+- 2018/12/23 - Fixed lock LED support.