Skip to content

Commit

Permalink
Correct conditional in mtdjr userspace (qmk#3361)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdjr authored and drashna committed Jul 9, 2018
1 parent 11f8414 commit 8ee97f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/mtdjr/mtdjr.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ uint32_t layer_state_set_user(uint32_t state) {
break;
}
return state;
}
#endif
}

0 comments on commit 8ee97f7

Please sign in to comment.