mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
Fixed the qmk firmware compilation issues occured due to recent changes in keymap files.
This commit is contained in:
parent
953d6caa52
commit
0238181180
@ -21,8 +21,8 @@
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
enum protokeeb_keymap_layers {
|
||||
LAYER_BASE
|
||||
LAYER_LOWER
|
||||
LAYER_BASE,
|
||||
LAYER_LOWER,
|
||||
};
|
||||
|
||||
#define LOWER LT(LAYER_LOWER, KC_KP_0)
|
||||
|
@ -23,10 +23,10 @@
|
||||
#include "quantum.h"
|
||||
|
||||
enum protokeeb_keymap_layers {
|
||||
LAYER_BASE = 0,
|
||||
LAYER_LOWER = 1,
|
||||
LAYER_RAISE = 2,
|
||||
LAYER_ADJUST = 3,
|
||||
LAYER_BASE,
|
||||
LAYER_LOWER,
|
||||
LAYER_RAISE,
|
||||
LAYER_ADJUST,
|
||||
};
|
||||
|
||||
#define LOWER LT(LAYER_LOWER, KC_KP_0)
|
||||
|
@ -21,10 +21,10 @@
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
enum protokeeb_keymap_layers {
|
||||
LAYER_NOTES_SET_1
|
||||
LAYER_NOTES_SET_2
|
||||
LAYER_NOTES_SET_3
|
||||
LAYER_RGB_CONTROL
|
||||
LAYER_NOTES_SET_1,
|
||||
LAYER_NOTES_SET_2,
|
||||
LAYER_NOTES_SET_3,
|
||||
LAYER_RGB_CONTROL,
|
||||
};
|
||||
|
||||
#define NOTES_SET_1 TG(LAYER_NOTES_SET_1)
|
||||
|
@ -21,8 +21,8 @@
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
enum protokeeb_keymap_layers {
|
||||
LAYER_BASE
|
||||
LAYER_LOWER
|
||||
LAYER_BASE,
|
||||
LAYER_LOWER,
|
||||
};
|
||||
|
||||
#define LOWER LT(LAYER_LOWER, KC_KP_0)
|
||||
|
Loading…
Reference in New Issue
Block a user