lotus: Enable numlock

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer
2022-12-30 12:24:46 +08:00
parent f392272ee4
commit e981025660

View File

@@ -9,8 +9,16 @@
#define SERIAL_USART_TX_PIN GP0
#define SERIAL_USART_RX_PIN GP1
#define LED_CAPS_LOCK_PIN GP24
//#define LED_NUM_LOCK_PIN GP24
#ifdef KEYBOARD_lotus_ansi
#define LED_CAPS_LOCK_PIN GP24
#elif KEYBOARD_lotus_iso
#define LED_CAPS_LOCK_PIN GP24
#elif KEYBOARD_lotus_jis
#define LED_CAPS_LOCK_PIN GP24
#elif KEYBOARD_lotus_numpad
#define LED_NUM_LOCK_PIN GP24
#elif KEYBOARD_lotus_gridpad
#endif
#define SERIAL_DEBUG