Update keyboards/protokeeb/keymaps/via/keymap.c

Co-authored-by: jack <jack@pngu.org>
This commit is contained in:
Mrinal Singh Tak 2024-06-25 03:13:19 +05:30 committed by GitHub
parent 8a47fba0f1
commit 3506a4c453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,10 +21,8 @@
#include QMK_KEYBOARD_H
enum protokeeb_keymap_layers {
LAYER_BASE = 0,
LAYER_LOWER = 1,
DYNAMIC_LAYER1 = 2,
DYNAMIC_LAYER2 = 3
LAYER_BASE
LAYER_LOWER
};
#define LOWER LT(LAYER_LOWER, KC_KP_0)