Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Copyright 2022 Takeshi Noda (nodatk@gmail.com)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include "twig50.h"
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#define LAL_NCV LALT_T(KC_LNG2)
|
||||
#define RAL_CNV RALT_T(KC_LNG1)
|
||||
|
@@ -11,7 +11,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = yes # Audio output
|
||||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
||||
SPLIT_KEYBOARD = yes # Use shared split_common code
|
||||
SUBPROJECT_rev1 = yes
|
||||
|
||||
SRC += matrix.c
|
||||
DEBOUNCE_TYPE = sym_eager_pk
|
||||
|
Reference in New Issue
Block a user