add BAMFK-4 (#17985)

* add BAMFK-4
This commit is contained in:
emlah 2022-08-13 15:47:39 -04:00 committed by GitHub
parent e038be7eb5
commit b2f771bd3d
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