diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/community/ortho_1x1/test/keymap.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/layouts/community/ortho_1x1/test/keymap.c b/layouts/community/ortho_1x1/test/keymap.c index 6a186669b..8821823d9 100644 --- a/layouts/community/ortho_1x1/test/keymap.c +++ b/layouts/community/ortho_1x1/test/keymap.c | |||
| @@ -2,11 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | /* This keyboard/layout is used to test community layout discovery/compilation. */ | 3 | /* This keyboard/layout is used to test community layout discovery/compilation. */ |
| 4 | 4 | ||
| 5 | #define _DEFAULT 0 | ||
| 6 | |||
| 7 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 5 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 8 | 6 | LAYOUT_ortho_1x1(KC_B) | |
| 9 | [_DEFAULT] = LAYOUT ( | ||
| 10 | KC_B | ||
| 11 | ), | ||
| 12 | }; | 7 | }; |
