summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/xeal60/keymaps/bbaserdem/keymap.c
diff options
context:
space:
mode:
authorAlex Ong <the.onga@gmail.com>2018-08-12 18:25:50 +1000
committerAlex Ong <the.onga@gmail.com>2018-08-12 18:25:50 +1000
commitc796944354a76f3bd0a8387b9a4016864550ba91 (patch)
tree3ffab240b4e7b853df3cd551aac5c12d17e8031b /keyboards/handwired/xeal60/keymaps/bbaserdem/keymap.c
parent2758158a4bb15b0f5ec30de92760133248afe1f8 (diff)
Delete removed other keymaps
Diffstat (limited to 'keyboards/handwired/xeal60/keymaps/bbaserdem/keymap.c')
-rw-r--r--keyboards/handwired/xeal60/keymaps/bbaserdem/keymap.c36
1 files changed, 0 insertions, 36 deletions
diff --git a/keyboards/handwired/xeal60/keymaps/bbaserdem/keymap.c b/keyboards/handwired/xeal60/keymaps/bbaserdem/keymap.c
deleted file mode 100644
index 623117530d..0000000000
--- a/keyboards/handwired/xeal60/keymaps/bbaserdem/keymap.c
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Let's Split - Dvorak turkish
- * Keymap by @bbaserdem
- * Dvorak layout with multiple features
- * Most of the code is in the "user" directory.
- * Check qmk_firmware/users/bbaserdem for the main part of the code
- */
-#define KEYMAP(...) LAYOUT_ortho_4x12(__VA_ARGS__)
-
-#include "lets_split.h"
-#include "bbaserdem.h"
-
-
-void matrix_init_keymap (void) {
-}
-
-uint32_t layer_state_set_keymap(uint32_t state) {
- return state;
-}
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- // Main Dvorak layer
- [_DV] = LAYOUT_letssplit_wrapper(DVORAK),
- // Turkish and special character overlay
- [_AL] = LAYOUT_letssplit_wrapper(ALTCHAR),
- // Gaming layer
- [_GA] = LAYOUT_letssplit_wrapper(GAME),
- // Numbers layer
- [_NU] = LAYOUT_letssplit_wrapper(NUMBERS),
- // Settings layer
- [_SE] = LAYOUT_letssplit_wrapper(SETTINGS),
- // Mouse emulation layer
- [_MO] = LAYOUT_letssplit_wrapper(MOUSE),
- // Music layer
- [_MU] = LAYOUT_letssplit_wrapper(MUSIC),
-};