Browse Source

Format

pull/17321/head
Thomas Pollak 1 year ago
parent
commit
52bcfdd761
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      quantum/encoder.h

+ 1
- 1
quantum/encoder.h View File

@ -27,7 +27,7 @@ bool encoder_update_kb(uint8_t index, bool clockwise);
bool encoder_update_user(uint8_t index, bool clockwise);
uint8_t encoder_read_state_kb(uint8_t index);
void encoder_init_state_kb(uint8_t index);
void encoder_init_state_kb(uint8_t index);
#ifdef SPLIT_KEYBOARD


Loading…
Cancel
Save