fix build
This commit is contained in:
parent
cb8eaad17c
commit
0f4f70151e
@ -1,3 +1,4 @@
|
||||
VIA_ENABLE = yes
|
||||
VIAL_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
QMK_SETTINGS = no
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Copyright 2021 Ll3macorn (@ll3macorn)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#include "kb.h"
|
||||
#include QMK_KEYBOARD_H
|
||||
#include <stdio.h>
|
||||
|
||||
enum layers {
|
||||
|
@ -1,4 +1,5 @@
|
||||
VIA_ENABLE = yes
|
||||
VIAL_ENABLE = yes
|
||||
LTO_ENABLE = no
|
||||
LTO_ENABLE = yes
|
||||
QMK_SETTINGS = no
|
||||
CONSOLE_ENABLE = no
|
||||
|
@ -15,7 +15,7 @@
|
||||
*/
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#include "keymap_br_abnt2.h"
|
||||
#include "keymap_brazilian_abnt2.h"
|
||||
|
||||
enum {
|
||||
LAYER_BASE,
|
||||
|
@ -4,4 +4,5 @@ LTO_ENABLE = yes
|
||||
SLEEP_LED_ENABLE = no
|
||||
BACKLIGHT_ENABLE = no
|
||||
COMMAND_ENABLE = no
|
||||
CONSOLE_ENABLE = no
|
||||
CONSOLE_ENABLE = no
|
||||
QMK_SETTINGS = no
|
||||
|
Loading…
Reference in New Issue
Block a user