mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-16 13:34:44 +00:00
5 lines
119 B
C
5 lines
119 B
C
#include QMK_KEYBOARD_H
|
|
|
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|
LAYOUT_ortho_1x1(RESET)
|
|
};
|