// Sets the state of the leds on the keyboard. func SetKeyboardLeds(leds int) bool { return bool(C.al_set_keyboard_leds(C.int(leds))) }
func SetKeyboardLEDs(leds int) { C.al_set_keyboard_leds(C.int(leds)) }