am 9b04f860: Add MAX_CONTROLLER_LEDS constant. DO NOT MERGE

* commit '9b04f860f23481d39c3b45379a324d3630966825':
  Add MAX_CONTROLLER_LEDS constant. DO NOT MERGE
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.
  */