diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-15 19:15:22 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 10:15:22 +0100 |
commit | b297a347bb288069b2ee9386813047d2a96e44fe (patch) | |
tree | a5c4621bd2076b8b7cb6833ffad0ce410a2affe7 /keyboards/converter/adb_usb/readme.md | |
parent | 51d5aad25b92a34bc051849616fcd93e3ae407fc (diff) |
ADB to USB converter: split into rev1 and rev2 (#18052)
Diffstat (limited to 'keyboards/converter/adb_usb/readme.md')
-rw-r--r-- | keyboards/converter/adb_usb/readme.md | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/keyboards/converter/adb_usb/readme.md b/keyboards/converter/adb_usb/readme.md index 8de9b9ad46..2d2e3cd4e3 100644 --- a/keyboards/converter/adb_usb/readme.md +++ b/keyboards/converter/adb_usb/readme.md @@ -51,16 +51,8 @@ Keymap ------ To build the default keymap run this command: - $ make converter/adb_usb:default - -You may add your own keymap to the converter/adb_usb/keymaps directory, as you would with any other QMK-powered keyboard. - -To build your custom keymap, change the build command to: - - $ make converter/adb_usb:my_keymap - -Where 'my_keymap' is the name of your custom keymap directory. - + $ make converter/adb_usb/rev1:default # Pro Micro-based + $ make converter/adb_usb/rev2:default # Hasu 32U2 PCB Locking Caps Lock ---------------- |