diff options
author | vin <git@vineetk.net> | 2023-10-09 12:10:51 -0400 |
---|---|---|
committer | vin <git@vineetk.net> | 2023-10-09 12:54:54 -0400 |
commit | 52db763c718733eada69e81b587377e3a720d390 (patch) | |
tree | d4453737fc7853bf84c8812cd53714fcc45be59c /layouts/community/ortho_1x1/test/keymap.c | |
parent | 42a1e90a6d215d0ec0a1c166c90d8b58417b27f2 (diff) |
remove unused non-split layouts
Diffstat (limited to 'layouts/community/ortho_1x1/test/keymap.c')
-rw-r--r-- | layouts/community/ortho_1x1/test/keymap.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/layouts/community/ortho_1x1/test/keymap.c b/layouts/community/ortho_1x1/test/keymap.c deleted file mode 100644 index 8821823d99..0000000000 --- a/layouts/community/ortho_1x1/test/keymap.c +++ /dev/null @@ -1,7 +0,0 @@ -#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) -}; |