summaryrefslogtreecommitdiff
path: root/keyboard/lightsaber/backlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/lightsaber/backlight.h')
-rw-r--r--keyboard/lightsaber/backlight.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboard/lightsaber/backlight.h b/keyboard/lightsaber/backlight.h
new file mode 100644
index 0000000000..6dc7967a62
--- /dev/null
+++ b/keyboard/lightsaber/backlight.h
@@ -0,0 +1,9 @@
+
+enum backlight_level {
+ BACKLIGHT_ALPHA = 0b0000001,
+ BACKLIGHT_NUMERIC = 0b0000010,
+ BACKLIGHT_MODNUM = 0b0000100,
+ BACKLIGHT_BACKSIDE = 0b0001000,
+ BACKLIGHT_TOPRIGHT = 0b0010000,
+ BACKLIGHT_FROW = 0b0100000,
+};