Move some projects to 'orphan' directory
This commit is contained in:
parent
5c277a6687
commit
885e7adb18
122 changed files with 39 additions and 58 deletions
9
orphan/lightsaber/backlight.h
Normal file
9
orphan/lightsaber/backlight.h
Normal file
|
|
@ -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,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue