Add MAX_CONTROLLER_LEDS constant. DO NOT MERGE

Change-Id: Ie6dbce926280c748f39e3c54d2ed4accbdcf9e59
diff --git a/include/input/Input.h b/include/input/Input.h
index 69977ca..ea9c4c2 100644
--- a/include/input/Input.h
+++ b/include/input/Input.h
@@ -90,6 +90,9 @@
     ALED_CONTROLLER_4 = 0x13,
 };
 
+/* Maximum number of controller LEDs we support */
+#define MAX_CONTROLLER_LEDS 4
+
 /*
  * SystemUiVisibility constants from View.
  */