aboutsummaryrefslogtreecommitdiff
path: root/common/led.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/led.h')
-rw-r--r--common/led.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/led.h b/common/led.h
index 402a247b9..b84a3ff94 100644
--- a/common/led.h
+++ b/common/led.h
@@ -26,6 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
26#define USB_LED_SCROLL_LOCK 2 26#define USB_LED_SCROLL_LOCK 2
27#define USB_LED_COMPOSE 3 27#define USB_LED_COMPOSE 3
28#define USB_LED_KANA 4 28#define USB_LED_KANA 4
29#define USB_LED_FUNCTION 5
29 30
30 31
31void led_set(uint8_t usb_led); 32void led_set(uint8_t usb_led);