Browse Source

[Keyboard] Fix type on pandora via keymap (#13681)

pull/13676/head
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
a2d0efe5ad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/pearlboards/pandora/keymaps/via/keymap.c

+ 1
- 1
keyboards/pearlboards/pandora/keymaps/via/keymap.c View File

@ -94,5 +94,5 @@ bool dip_switch_update_user(uint8_t index, bool active) {
}
break;
}
return true
return true;
}

Loading…
Cancel
Save