1
0
Fork 0

ADB to USB converter: split into rev1 and rev2 (#18052)

This commit is contained in:
Ryan 2022-08-15 19:15:22 +10:00 committed by GitHub
parent 51d5aad25b
commit b297a347bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 27 deletions

View file

@ -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
----------------