summaryrefslogtreecommitdiff
path: root/layouts/community/ortho_1x1/test/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ortho_1x1/test/keymap.c')
-rw-r--r--layouts/community/ortho_1x1/test/keymap.c12
1 files changed, 0 insertions, 12 deletions
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
-),
-};