]> git.donarmstrong.com Git - qmk_firmware.git/commit
converter/adb_usb Configurator support and adb_usb.h cleanup (#4348)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Sun, 4 Nov 2018 17:32:42 +0000 (09:32 -0800)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Sun, 4 Nov 2018 17:32:42 +0000 (09:32 -0800)
commite9fd42df71ebc367fccbbf918a1794498aa57914
tree34f10be86d20394fb900bf07977804865771be5b
parent3946ea21413b56ad50e55482ff5c43b576adc1d7
converter/adb_usb Configurator support and adb_usb.h cleanup (#4348)

* converter/adb_usb: Configurator support

Note: LAYOUT_ext_ansi has a blank space between the Spacebar and the
Right Alt/Option key when loaded in the Configurator. This is
deliberate.

Stock Apple Extended Keyboards and AEK IIs send the scan code for Left
Command when either Command key is used. (This is noted already in the
readme.) That being the case, the Command keys cannot be assigned to
different functions. Whichever keycode is placed on Left Command will be
used for both Command keys.

* converter/adb_usb: adb_usb.h cleanup

- replaced KEYMAP_COMMON_H with ADB_USB_H
- white space changes for visual alignment in LAYOUT_ext_ansi macro
keyboards/converter/adb_usb/adb_usb.h
keyboards/converter/adb_usb/info.json [new file with mode: 0644]