소스 검색

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:


불러오는 중...
취소
저장