aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/action.c2
-rw-r--r--common/led.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/common/action.c b/common/action.c
index ec8eeae7b..220de0f8a 100644
--- a/common/action.c
+++ b/common/action.c
@@ -348,7 +348,7 @@ void register_code(uint8_t code)
348 return; 348 return;
349 } 349 }
350 350
351#ifdef LOCKING_SUPPORT_ENABLE 351#ifdef LOCKING_SUPPORT_ENABLE
352 else if (KC_LOCKING_CAPS == code) { 352 else if (KC_LOCKING_CAPS == code) {
353#ifdef LOCKING_RESYNC_ENABLE 353#ifdef LOCKING_RESYNC_ENABLE
354 // Resync: ignore if caps lock already is on 354 // Resync: ignore if caps lock already is on
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);