]> git.sur5r.net Git - u-boot/blobdiff - include/input.h
armv8: Kconfig: fsl-ppa: support load PPA from eMMC/SD and NAND Flash
[u-boot] / include / input.h
index ad120e47f59b5e9a6bd689cf03e8fbe72d5b2bf5..2902b079b23dee172b1f0b69713fccb9bc26b6a8 100644 (file)
@@ -17,8 +17,8 @@ enum {
 enum {
        /* Keyboard LEDs */
        INPUT_LED_SCROLL        = 1 << 0,
-       INPUT_LED_CAPS          = 1 << 1,
-       INPUT_LED_NUM           = 1 << 2,
+       INPUT_LED_NUM           = 1 << 1,
+       INPUT_LED_CAPS          = 1 << 2,
 };
 
 /*