Skip to content

Commit

Permalink
[Keyboard] Fix kin80 default keymap (#16893)
Browse files Browse the repository at this point in the history
  • Loading branch information
daskygit committed Apr 21, 2022
1 parent 81be7bb commit fb4f25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/kin80/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {


layer_state_t layer_state_set_user(layer_state_t state) {
writePin(LED4_PIN, layer_state_cmp(state, _L2));
writePin(LED4_PIN, layer_state_cmp(state, _NM));
return state;
}

0 comments on commit fb4f25c

Please sign in to comment.