diff options
Diffstat (limited to 'tmk_core/common')
| -rw-r--r-- | tmk_core/common/led.h | 5 | ||||
| -rw-r--r-- | tmk_core/common/matrix.h | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h index d5fc051bf..2e18dc2af 100644 --- a/tmk_core/common/led.h +++ b/tmk_core/common/led.h | |||
| @@ -34,8 +34,11 @@ extern "C" { | |||
| 34 | 34 | ||
| 35 | void led_set(uint8_t usb_led); | 35 | void led_set(uint8_t usb_led); |
| 36 | 36 | ||
| 37 | /* keyboard-specific LED functionality */ | ||
| 38 | void led_set_kb(uint8_t usb_led); | ||
| 39 | |||
| 37 | #ifdef __cplusplus | 40 | #ifdef __cplusplus |
| 38 | } | 41 | } |
| 39 | #endif | 42 | #endif |
| 40 | 43 | ||
| 41 | #endif | 44 | #endif \ No newline at end of file |
diff --git a/tmk_core/common/matrix.h b/tmk_core/common/matrix.h index 85415df71..0b013fc98 100644 --- a/tmk_core/common/matrix.h +++ b/tmk_core/common/matrix.h | |||
| @@ -64,8 +64,8 @@ void matrix_power_up(void); | |||
| 64 | void matrix_power_down(void); | 64 | void matrix_power_down(void); |
| 65 | 65 | ||
| 66 | /* keyboard-specific setup/loop functionality */ | 66 | /* keyboard-specific setup/loop functionality */ |
| 67 | void * matrix_init_kb(void); | 67 | void matrix_init_kb(void); |
| 68 | void * matrix_scan_kb(void); | 68 | void matrix_scan_kb(void); |
| 69 | 69 | ||
| 70 | #ifdef __cplusplus | 70 | #ifdef __cplusplus |
| 71 | } | 71 | } |
