├── .gitattributes ├── META-INF └── com │ └── google │ └── android │ ├── update-binary │ └── updater-script ├── README.md ├── module.prop └── system └── usr └── keylayout ├── Vendor_0079_Product_0011.kl ├── Vendor_045e_Product_028e.kl ├── Vendor_045e_Product_028f.kl ├── Vendor_045e_Product_0291.kl ├── Vendor_045e_Product_02a1.kl ├── Vendor_045e_Product_02d1.kl ├── Vendor_045e_Product_02e0.kl ├── Vendor_045e_Product_02e3.kl ├── Vendor_045e_Product_02e6.kl ├── Vendor_045e_Product_02ea.kl ├── Vendor_045e_Product_02fd.kl ├── Vendor_045e_Product_0719.kl ├── Vendor_045e_Product_0b12.kl ├── Vendor_045e_Product_0b13.kl ├── Vendor_046d_Product_c211.kl ├── Vendor_054c_Product_0268.kl ├── Vendor_054c_Product_05c4.kl ├── Vendor_054c_Product_09cc.kl ├── Vendor_054c_Product_0ce6.kl ├── Vendor_057e_Product_2006.kl ├── Vendor_057e_Product_2007.kl ├── Vendor_057e_Product_2009.kl ├── Vendor_0810_Product_0001.kl ├── Vendor_0e6f_Product_02e3.kl ├── Vendor_1038_Porduct_1412.kl └── Vendor_146b_Product_0d01.kl /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/.gitattributes -------------------------------------------------------------------------------- /META-INF/com/google/android/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/META-INF/com/google/android/update-binary -------------------------------------------------------------------------------- /META-INF/com/google/android/updater-script: -------------------------------------------------------------------------------- 1 | #MAGISK 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/README.md -------------------------------------------------------------------------------- /module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/module.prop -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_0079_Product_0011.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_0079_Product_0011.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_045e_Product_028e.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_045e_Product_028e.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_045e_Product_028f.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_045e_Product_028f.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_045e_Product_0291.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_045e_Product_0291.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_045e_Product_02a1.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_045e_Product_02a1.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_045e_Product_02d1.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_045e_Product_02d1.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_045e_Product_02e0.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_045e_Product_02e0.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_045e_Product_02e3.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_045e_Product_02e3.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_045e_Product_02e6.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_045e_Product_02e6.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_045e_Product_02ea.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_045e_Product_02ea.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_045e_Product_02fd.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_045e_Product_02fd.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_045e_Product_0719.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_045e_Product_0719.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_045e_Product_0b12.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_045e_Product_0b12.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_045e_Product_0b13.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_045e_Product_0b13.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_046d_Product_c211.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_046d_Product_c211.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_054c_Product_0268.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_054c_Product_0268.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_054c_Product_05c4.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_054c_Product_05c4.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_054c_Product_09cc.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_054c_Product_09cc.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_054c_Product_0ce6.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_054c_Product_0ce6.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_057e_Product_2006.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_057e_Product_2006.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_057e_Product_2007.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_057e_Product_2007.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_057e_Product_2009.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_057e_Product_2009.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_0810_Product_0001.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_0810_Product_0001.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_0e6f_Product_02e3.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_0e6f_Product_02e3.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_1038_Porduct_1412.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_1038_Porduct_1412.kl -------------------------------------------------------------------------------- /system/usr/keylayout/Vendor_146b_Product_0d01.kl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s1w2a3/OneControllerPlus/HEAD/system/usr/keylayout/Vendor_146b_Product_0d01.kl --------------------------------------------------------------------------------