Fixed the qmk firmware compilation issues occured due to recent changes in keymap files.

This commit is contained in:
atechofficials 2024-06-25 06:28:41 +05:30
parent 953d6caa52
commit 0238181180
4 changed files with 12 additions and 12 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)