diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-14 19:42:50 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 19:42:50 +1000 |
commit | 54634e92634f73a6d9111833adf58214cb4278c3 (patch) | |
tree | b12409479c031deb6250368d9eac56866e9790e2 /keyboards/bpiphany | |
parent | cf5626e0246b66879b03a18115a19a566e839f48 (diff) |
Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)
Diffstat (limited to 'keyboards/bpiphany')
-rwxr-xr-x | keyboards/bpiphany/hid_liber/keymaps/bakageta/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/bpiphany/hid_liber/keymaps/bakageta/keymap.c b/keyboards/bpiphany/hid_liber/keymaps/bakageta/keymap.c index b86d578d33..414b7beb64 100755 --- a/keyboards/bpiphany/hid_liber/keymaps/bakageta/keymap.c +++ b/keyboards/bpiphany/hid_liber/keymaps/bakageta/keymap.c @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "hid_liber.h" +#include QMK_KEYBOARD_H // Helpful defines #define FN_CAPS LT(_FL, KC_CAPS) |