diff --git a/EFI/OC/Config.plist b/EFI/OC/Config.plist
index b00d33b..0984999 100644
--- a/EFI/OC/Config.plist
+++ b/EFI/OC/Config.plist
@@ -713,6 +713,24 @@
PlistPath
Contents/Info.plist
+
+ Arch
+ x86_64
+ BundlePath
+ BrightnessKeys.kext
+ Comment
+
+ Enabled
+
+ ExecutablePath
+ Contents/MacOS/BrightnessKeys
+ MaxKernel
+
+ MinKernel
+
+ PlistPath
+ Contents/Info.plist
+
Block
diff --git a/EFI/OC/Kexts/BrightnessKeys.kext/Contents/Info.plist b/EFI/OC/Kexts/BrightnessKeys.kext/Contents/Info.plist
new file mode 100644
index 0000000..9538ab3
--- /dev/null
+++ b/EFI/OC/Kexts/BrightnessKeys.kext/Contents/Info.plist
@@ -0,0 +1,81 @@
+
+
+
+
+ BuildMachineOSBuild
+ 19H1217
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ BrightnessKeys
+ CFBundleIdentifier
+ as.acidanthera.BrightnessKeys
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ BrightnessKeys
+ CFBundlePackageType
+ KEXT
+ CFBundleSupportedPlatforms
+
+ MacOSX
+
+ CFBundleVersion
+ 1.0.2
+ DTCompiler
+ com.apple.compilers.llvm.clang.1_0
+ DTPlatformBuild
+ 12B45b
+ DTPlatformName
+ macosx
+ DTPlatformVersion
+ 11.0
+ DTSDKBuild
+ 20A2408
+ DTSDKName
+ macosx11.0
+ DTXcode
+ 1220
+ DTXcodeBuild
+ 12B45b
+ IOKitPersonalities
+
+ BrightnessKeys
+
+ CFBundleIdentifier
+ as.acidanthera.BrightnessKeys
+ IOClass
+ BrightnessKeys
+ IOMatchCategory
+ BrightnessKeys
+ IOProviderClass
+ IOResources
+ IOResourceMatch
+ IOKit
+
+
+ LSMinimumSystemVersion
+ 10.11
+ OSBundleLibraries
+
+ as.vit9696.Lilu
+ 1.2.0
+ com.apple.iokit.IOACPIFamily
+ 1.0.0d1
+ com.apple.iokit.IOHIDFamily
+ 1.0.0b1
+ com.apple.kpi.bsd
+ 8.0.0
+ com.apple.kpi.iokit
+ 8.0.0
+ com.apple.kpi.libkern
+ 8.0.0
+ com.apple.kpi.mach
+ 8.0.0
+ com.apple.kpi.unsupported
+ 8.0.0
+
+ OSBundleRequired
+ Console
+
+
diff --git a/EFI/OC/Kexts/BrightnessKeys.kext/Contents/MacOS/BrightnessKeys b/EFI/OC/Kexts/BrightnessKeys.kext/Contents/MacOS/BrightnessKeys
new file mode 100644
index 0000000..d48b050
Binary files /dev/null and b/EFI/OC/Kexts/BrightnessKeys.kext/Contents/MacOS/BrightnessKeys differ