blob: 6a186669b07e9da981f9e9305495e76b3eca297d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include QMK_KEYBOARD_H
/* This keyboard/layout is used to test community layout discovery/compilation. */
#define _DEFAULT 0
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_DEFAULT] = LAYOUT (
KC_B
),
};
|