openFrameworks addon that control macbook keyboard backlight brightness.
ofxKeyboardBacklightBrightness kbb;
int bLevel;
kbb.setup(); // setting up addon
kbb.setBrightness(bLevel); //bLevel must be 0 ~ 4095
Copyright 2015-, Scott Allen(scottallen.ws).
Twitter:@Scott_Allen__.