Skip to content

Instantly share code, notes, and snippets.

@n-at-han-k
Created March 10, 2025 23:12
Show Gist options
  • Select an option

  • Save n-at-han-k/4ac7acb783d6e68880cf10cd7ef25d45 to your computer and use it in GitHub Desktop.

Select an option

Save n-at-han-k/4ac7acb783d6e68880cf10cd7ef25d45 to your computer and use it in GitHub Desktop.
Script to enable keyboard backlight on Apple Macbook Air (Intel)
#!/bin/bash
set +o noclobber
modprobe applesmc
echo 10 > /sys/class/leds/smc::kbd_backlight/brightness
set -o noclobber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment