~ruther/qmk_firmware

qmk_firmware/keyboards/keebio/bamfk4/keymaps/via/keymap.c -rw-r--r-- 265 bytes
0032f293 — Rutherther Move to 36 key layout possibility, custom shift keys 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
    )
};