mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
7 lines
202 B
C
7 lines
202 B
C
#include QMK_KEYBOARD_H
|
|
|
|
/* This keyboard/layout is used to test community layout discovery/compilation. */
|
|
|
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|
LAYOUT_ortho_1x1(KC_B)
|
|
};
|