diff options
Diffstat (limited to 'data/keyboards/common.mk')
-rw-r--r-- | data/keyboards/common.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/data/keyboards/common.mk b/data/keyboards/common.mk index 3f05edb..5c2a75d 100644 --- a/data/keyboards/common.mk +++ b/data/keyboards/common.mk @@ -16,15 +16,16 @@ # Used by Android.mk and keyboards.mk. keylayouts := \ + Apple_Wireless_Keyboard.kl \ AVRCP.kl \ Generic.kl \ + Logitech_USB_Receiver.kl \ Motorola_Bluetooth_Wireless_Keyboard.kl \ qwerty.kl \ qwerty2.kl keycharmaps := \ Generic.kcm \ - Virtual.kcm \ - Motorola_Bluetooth_Wireless_Keyboard.kcm \ qwerty.kcm \ - qwerty2.kcm + qwerty2.kcm \ + Virtual.kcm |