remove more warnings
This commit is contained in:
parent
1ac5dc9e52
commit
49e72632d2
5 changed files with 39 additions and 17 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue