Skip to content

Commit

Permalink
Add default ortho_1x1 layout (#13118)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Jun 7, 2021
1 parent b10728e commit 9dffd35
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
12 changes: 12 additions & 0 deletions layouts/default/ortho_1x1/default_ortho_1x1/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#include QMK_KEYBOARD_H

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/*
* ┌───┐
* │ A │
* └───┘
*/
[0] = LAYOUT_ortho_1x1(
KC_A
)
};
14 changes: 14 additions & 0 deletions layouts/default/ortho_1x1/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"keyboard_name": "1x1 ortholinear layout",
"url": "",
"maintainer": "qmk",
"width": 1,
"height": 1,
"layouts": {
"LAYOUT_ortho_1x1": {
"layout": [
{"x":0, "y":0}
]
}
}
}
1 change: 1 addition & 0 deletions layouts/default/ortho_1x1/layout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{a:7},""]
3 changes: 3 additions & 0 deletions layouts/default/ortho_1x1/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ortho_1x1

LAYOUT_ortho_1x1

0 comments on commit 9dffd35

Please sign in to comment.