diff options
author | 2016-05-26 15:17:00 -0400 | |
---|---|---|
committer | 2016-05-26 15:17:00 -0400 | |
commit | d649ab34334ff568448c47a04fcf40f1aa960135 (patch) | |
tree | 4cc848e8892b21839da14d7b9ac628f6cfbefadf /keyboard/lightsaber/backlight.h | |
parent | 48871b9b6b99201abc381ee27cfd94e211ca131a (diff) | |
parent | 89f0472b9e1c751034a745898fd495bbd49f2b66 (diff) | |
download | qmk_firmware-d649ab34334ff568448c47a04fcf40f1aa960135.tar.gz |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboard/lightsaber/backlight.h')
-rw-r--r-- | keyboard/lightsaber/backlight.h | 9 |
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, -}; |