@ -2,6 +2,7 @@
|
||||
#include "layers/layers.h"
|
||||
|
||||
#include "spellcheck.h"
|
||||
#include "rawhid.h"
|
||||
|
||||
// Values that should not be saved to git.
|
||||
// Create a `secrets.h` in the keymap directory.
|
||||
@ -37,6 +38,14 @@ void matrix_scan_user(void) {
|
||||
}
|
||||
|
||||
|
||||
uint32_t layer_state_set_user(uint32_t state) {
|
||||
set_layer_colors(state);
|
||||
|
||||
//uint8_t layer = biton32(state);
|
||||
return state;
|
||||
};
|
||||
|
||||
|
||||
|
||||
// Return FALSE to halt key processing,
|
||||
// Return TRUE to allow QMK to handle keypress.
|
||||
|
Reference in New Issue
Block a user