Add camera toggle SCI

This commit is contained in:
Jeremy Soller
2020-01-28 15:05:00 -07:00
parent 67a1c41c6f
commit 092ae995ce
3 changed files with 3 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ uint16_t keymap_translate(uint16_t key);
#define SCI_BRIGHTNESS_DOWN (0x11)
#define SCI_BRIGHTNESS_UP (0x12)
#define SCI_CAMERA_TOGGLE (0x13)
#define SCI_AIRPLANE_MODE (0x14)
#define SCI_SUSPEND (0x15)