fix build

This commit is contained in:
Ilya Zhuravlev 2022-07-13 02:08:08 -06:00
parent cb8eaad17c
commit 0f4f70151e
5 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,4 @@
VIA_ENABLE = yes VIA_ENABLE = yes
VIAL_ENABLE = yes VIAL_ENABLE = yes
LTO_ENABLE = yes LTO_ENABLE = yes
QMK_SETTINGS = no

View file

@ -1,6 +1,6 @@
// Copyright 2021 Ll3macorn (@ll3macorn) // Copyright 2021 Ll3macorn (@ll3macorn)
// SPDX-License-Identifier: GPL-2.0-or-later // SPDX-License-Identifier: GPL-2.0-or-later
#include "kb.h" #include QMK_KEYBOARD_H
#include <stdio.h> #include <stdio.h>
enum layers { enum layers {

View file

@ -1,4 +1,5 @@
VIA_ENABLE = yes VIA_ENABLE = yes
VIAL_ENABLE = yes VIAL_ENABLE = yes
LTO_ENABLE = no LTO_ENABLE = yes
QMK_SETTINGS = no QMK_SETTINGS = no
CONSOLE_ENABLE = no

View file

@ -15,7 +15,7 @@
*/ */
#include QMK_KEYBOARD_H #include QMK_KEYBOARD_H
#include "keymap_br_abnt2.h" #include "keymap_brazilian_abnt2.h"
enum { enum {
LAYER_BASE, LAYER_BASE,

View file

@ -4,4 +4,5 @@ LTO_ENABLE = yes
SLEEP_LED_ENABLE = no SLEEP_LED_ENABLE = no
BACKLIGHT_ENABLE = no BACKLIGHT_ENABLE = no
COMMAND_ENABLE = no COMMAND_ENABLE = no
CONSOLE_ENABLE = no CONSOLE_ENABLE = no
QMK_SETTINGS = no