Remove dynamic_keymap check
This commit is contained in:
committed by
Florian Didron
parent
1102bea973
commit
8c164726e8
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#include "keyboard.h"
|
||||
#include "action.h"
|
||||
|
||||
#if defined(LAYER_STATE_8BIT) || ( defined(DYNAMIC_KEYMAP_ENABLE) && DYNAMIC_KEYMAP_LAYER_COUNT >= 8 )
|
||||
#if defined(LAYER_STATE_8BIT)
|
||||
typedef uint8_t layer_state_t;
|
||||
#define get_highest_layer(state) biton8(state)
|
||||
#elif defined(LAYER_STATE_16BIT)
|
||||
|
||||
Reference in New Issue
Block a user