1
0
Fork 0

remove more warnings

This commit is contained in:
Jack Humbert 2017-02-16 13:13:38 -05:00
parent 1ac5dc9e52
commit 49e72632d2
5 changed files with 39 additions and 17 deletions

View file

@ -205,6 +205,7 @@ void matrix_init_user(void) {
// Runs constantly in the background, in a loop.
void matrix_scan_user(void) {
__attribute__ ((unused))
uint32_t layer0 = layer_state & (1UL << 0),
layer1 = layer_state & (1UL << 1),
layer2 = layer_state & (1UL << 2),