1
0
Fork 0

usb_usb: Support locking key indicator LED

This commit is contained in:
tmk 2015-07-15 15:13:15 +09:00
parent e1e0e5b4fb
commit 6f5e8ce17e
4 changed files with 31 additions and 48 deletions

View file

@ -28,6 +28,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define USB_LED_KANA 4
#ifdef __cplusplus
extern "C" {
#endif
void led_set(uint8_t usb_led);
#ifdef __cplusplus
}
#endif
#endif