Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2022-08-13 19:48:14 +00:00
commit 8b9d97b43c
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,15 @@
#include QMK_KEYBOARD_H
// Defines names for use in layer keycodes and the keymap
enum layer_names {
_MAIN,
};
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_MAIN] = LAYOUT(
KC_A,
KC_B,
KC_C,
KC_D
)
};

View file

@ -0,0 +1,3 @@
VIA_ENABLE = yes
LTO_ENABLE = yes
MOUSEKEY_ENABLE = yes