ソースを参照

Fix intermittent flashing of LED when typing quickly

master
Dejvino 6ヶ月前
コミット
5b697beacb
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      keymap/keymap.c

+ 5
- 0
keymap/keymap.c ファイルの表示

@@ -153,6 +153,11 @@ int capslock = 0;
int numlock = 0;

bool led_update_user(led_t led_state) {
// Following disables the default LED indicators:
return false;
}

bool led_update_kb(led_t led_state) {
numlock = led_state.num_lock;
capslock = led_state.caps_lock;
// Following disables the default LED indicators:


読み込み中…
キャンセル
保存