summaryrefslogtreecommitdiff
path: root/keyboard/lightsaber/backlight.h
diff options
context:
space:
mode:
authorErez Zukerman2016-05-24 23:55:29 -0400
committerErez Zukerman2016-05-24 23:55:29 -0400
commitd06e940a179b2e81563cf6123461cfcad35f9045 (patch)
tree58f4bbc22f51cba0c22a6a1ab09a499681f1f89e /keyboard/lightsaber/backlight.h
parent8bc69afc633d3e199e3ac0a5bf39e4d255f2ce4a (diff)
[Erez & Jack] Removes keyboards which are not active on qmk
Diffstat (limited to 'keyboard/lightsaber/backlight.h')
-rw-r--r--keyboard/lightsaber/backlight.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboard/lightsaber/backlight.h b/keyboard/lightsaber/backlight.h
deleted file mode 100644
index 6dc7967a6..000000000
--- a/keyboard/lightsaber/backlight.h
+++ /dev/null
@@ -1,9 +0,0 @@
-
-enum backlight_level {
- BACKLIGHT_ALPHA = 0b0000001,
- BACKLIGHT_NUMERIC = 0b0000010,
- BACKLIGHT_MODNUM = 0b0000100,
- BACKLIGHT_BACKSIDE = 0b0001000,
- BACKLIGHT_TOPRIGHT = 0b0010000,
- BACKLIGHT_FROW = 0b0100000,
-};