diff options
author | Jack Humbert <jack.humb@gmail.com> | 2014-12-11 17:36:42 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2014-12-11 17:36:42 -0500 |
commit | d9a1b9086f23477ffdcce3c1ff49ec1ce7c8791f (patch) | |
tree | 47fb4e6f2311dd5193af921c379629dac98c09a2 /common/led.h | |
parent | 1c6770f18cd5d7794c9ad198ada8062de8679e7c (diff) | |
download | qmk_firmware-d9a1b9086f23477ffdcce3c1ff49ec1ce7c8791f.tar.gz qmk_firmware-d9a1b9086f23477ffdcce3c1ff49ec1ce7c8791f.zip |
led
Diffstat (limited to 'common/led.h')
-rw-r--r-- | common/led.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/led.h b/common/led.h index 402a247b9a..b84a3ff943 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/>. #define USB_LED_SCROLL_LOCK 2 #define USB_LED_COMPOSE 3 #define USB_LED_KANA 4 +#define USB_LED_FUNCTION 5 void led_set(uint8_t usb_led); |