diff options
author | James Young <xxiinophobia@yahoo.com> | 2020-02-29 12:00:00 -0800 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2020-06-12 17:00:27 +0900 |
commit | f01c45ef54039366b666c28747fd57136d81c472 (patch) | |
tree | a09c6a4e1f7f1b447fc508f4ca542d2640443e71 /layouts | |
parent | ae8641748e4b2adb5b4f091027975e3884e325c9 (diff) |
2020 February 29 Breaking Changes Update (#8064)
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/community/ortho_1x1/layout.json | 1 | ||||
-rw-r--r-- | layouts/community/ortho_1x1/test/keymap.c | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/layouts/community/ortho_1x1/layout.json b/layouts/community/ortho_1x1/layout.json deleted file mode 100644 index 66a1e18560..0000000000 --- a/layouts/community/ortho_1x1/layout.json +++ /dev/null @@ -1 +0,0 @@ -[""] diff --git a/layouts/community/ortho_1x1/test/keymap.c b/layouts/community/ortho_1x1/test/keymap.c deleted file mode 100644 index 6a186669b0..0000000000 --- a/layouts/community/ortho_1x1/test/keymap.c +++ /dev/null @@ -1,12 +0,0 @@ -#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 -), -}; |