gitextract_5ssq1r4m/ ├── .gitattributes ├── .gitignore ├── .maciasl ├── .travis.yml ├── AsusSMC/ │ ├── AsusSMC.cpp │ ├── AsusSMC.hpp │ ├── Info.plist │ ├── KeyImplementations.cpp │ └── KeyImplementations.hpp ├── AsusSMC.xcodeproj/ │ └── project.pbxproj ├── AsusSMCDaemon/ │ ├── BezelServices.h │ ├── OSD.h │ ├── com.hieplpvip.AsusSMCDaemon.plist │ ├── install_daemon.sh │ └── main.m ├── CHANGELOG.md ├── Global/ │ ├── HIDReport.hpp │ └── HIDUsageTables.h ├── KernEventServer/ │ ├── KernEventServer.cpp │ └── KernEventServer.hpp ├── LICENSE.md ├── README.md ├── Scripts/ │ └── bootstrap.sh ├── VirtualAppleKeyboard/ │ ├── VirtualAppleKeyboard.cpp │ └── VirtualAppleKeyboard.hpp └── patches/ ├── NullPatch.txt ├── als_toggle.txt ├── f1.txt ├── f10.txt ├── f11.txt ├── f12.txt ├── f2.txt ├── f3.txt ├── f4.txt ├── f5.txt ├── f6.txt ├── f7.txt ├── f8.txt ├── f9.txt ├── fake_als.txt ├── kbl_broadwell.txt ├── kbl_coffeelake.txt ├── kbl_icelake.txt ├── kbl_ivybridge.txt ├── kbl_kabylake.txt ├── kbl_tuf.txt ├── kbl_whiskeylake.txt ├── media_arrow.txt └── media_cvspace.txt