mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-12 18:35:29 -04:00
parent
e038be7eb5
commit
b2f771bd3d
2 changed files with 18 additions and 0 deletions
15
keyboards/keebio/bamfk4/keymaps/via/keymap.c
Normal file
15
keyboards/keebio/bamfk4/keymaps/via/keymap.c
Normal 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
|
||||||
|
)
|
||||||
|
};
|
3
keyboards/keebio/bamfk4/keymaps/via/rules.mk
Normal file
3
keyboards/keebio/bamfk4/keymaps/via/rules.mk
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
VIA_ENABLE = yes
|
||||||
|
LTO_ENABLE = yes
|
||||||
|
MOUSEKEY_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue