]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Removed old keymaps
authorunknown <itsaferbie@gmail.com>
Sun, 23 Jul 2017 21:19:50 +0000 (17:19 -0400)
committerJack Humbert <jack.humb@gmail.com>
Fri, 28 Jul 2017 14:45:34 +0000 (10:45 -0400)
keyboards/deltasplit75/keymaps/Default/config.h [deleted file]
keyboards/deltasplit75/keymaps/Default/keymap.c [deleted file]
keyboards/deltasplit75/keymaps/ProtoSplit/config.h [deleted file]
keyboards/deltasplit75/keymaps/ProtoSplit/keymap.c [deleted file]

diff --git a/keyboards/deltasplit75/keymaps/Default/config.h b/keyboards/deltasplit75/keymaps/Default/config.h
deleted file mode 100644 (file)
index 28206d6..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/*\r
-Copyright 2012 Jun Wako <wakojun@gmail.com>\r
-\r
-This program is free software: you can redistribute it and/or modify\r
-it under the terms of the GNU General Public License as published by\r
-the Free Software Foundation, either version 2 of the License, or\r
-(at your option) any later version.\r
-\r
-This program is distributed in the hope that it will be useful,\r
-but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-GNU General Public License for more details.\r
-\r
-You should have received a copy of the GNU General Public License\r
-along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
-*/\r
-\r
-\r
-#define USE_SERIAL\r
-\r
-#define MASTER_LEFT\r
-// #define _MASTER_RIGHT\r
-// #define EE_HANDS\r
-\r
-\r
-#ifdef SUBPROJECT_v2\r
-    #include "../../v2/config.h"\r
-#endif\r
-#ifdef SUBPROJECT_ProtoSplit\r
-    #include "../../ProtoSplit/config.h"\r
-#endif\r
diff --git a/keyboards/deltasplit75/keymaps/Default/keymap.c b/keyboards/deltasplit75/keymaps/Default/keymap.c
deleted file mode 100644 (file)
index bfb6ac2..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#include "deltasplit75.h"\r
-#include "action_layer.h"\r
-#include "eeconfig.h"\r
-\r
-extern keymap_config_t keymap_config;\r
-\r
-// Each layer gets a name for readability, which is then used in the keymap matrix below.\r
-// The underscores don't mean anything - you can have a layer called STUFF or any other name.\r
-// Layer names don't all need to be of the same length, obviously, and you can also skip them\r
-// entirely and just use numbers.\r
-\r
-// Fillers to make layering more clear\r
-\r
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { \r
-       KEYMAP(\r
-               KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_INS, KC_HOME, KC_PGUP, \r
-               KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_DEL, KC_END, KC_PGDN, \r
-               KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSPC, KC_SLCK, \r
-               KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_TRNS, KC_ENT, KC_PAUS,  //modify KC_TRNS to enable ISO Support\r
-               KC_LSFT, KC_TRNS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_UP, KC_PSCR, //modify KC_TRNS to enable ISO Support\r
-               KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), KC_SPC, KC_RALT, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT),\r
-\r
-       KEYMAP(\r
-               KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RESET, \r
-               KC_BSLS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, \r
-               KC_TRNS, KC_VOLU, KC_UP, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, \r
-               M(1), KC_LEFT, KC_DOWN, KC_RGHT, KC_PAUS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, \r
-               KC_TRNS, KC_TRNS, KC_VOLD, M(0), KC_PSCR, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, \r
-               KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),\r
-\r
-};
\ No newline at end of file
diff --git a/keyboards/deltasplit75/keymaps/ProtoSplit/config.h b/keyboards/deltasplit75/keymaps/ProtoSplit/config.h
deleted file mode 100644 (file)
index d079b5c..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/*\r
-Copyright 2012 Jun Wako <wakojun@gmail.com>\r
-\r
-This program is free software: you can redistribute it and/or modify\r
-it under the terms of the GNU General Public License as published by\r
-the Free Software Foundation, either version 2 of the License, or\r
-(at your option) any later version.\r
-\r
-This program is distributed in the hope that it will be useful,\r
-but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-GNU General Public License for more details.\r
-\r
-You should have received a copy of the GNU General Public License\r
-along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
-*/\r
-\r
-\r
-#define USE_SERIAL\r
-\r
-#define MASTER_LEFT\r
-// #define _MASTER_RIGHT\r
-// #define EE_HANDS\r
-\r
-\r
-#ifdef SUBPROJECT_V2\r
-    #include "../../V2/config.h"\r
-#endif\r
-#ifdef SUBPROJECT_ProtoSplit\r
-    #include "../../ProtoSplit/config.h"\r
-#endif\r
diff --git a/keyboards/deltasplit75/keymaps/ProtoSplit/keymap.c b/keyboards/deltasplit75/keymaps/ProtoSplit/keymap.c
deleted file mode 100644 (file)
index 3c81cf4..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#include "DeltaSplit75.h"\r
-#include "action_layer.h"\r
-#include "eeconfig.h"\r
-\r
-extern keymap_config_t keymap_config;\r
-\r
-// Each layer gets a name for readability, which is then used in the keymap matrix below.\r
-// The underscores don't mean anything - you can have a layer called STUFF or any other name.\r
-// Layer names don't all need to be of the same length, obviously, and you can also skip them\r
-// entirely and just use numbers.\r
-\r
-// Fillers to make layering more clear\r
-\r
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { \r
-       KEYMAP(\r
-               KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_INS, KC_HOME, KC_PGUP, \r
-               KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_DEL, KC_END, KC_PGDN, \r
-               KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSPC, KC_SLCK, \r
-               KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_PAUS,\r
-               KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_UP, KC_PSCR,\r
-               KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), KC_SPC, KC_RALT, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT),\r
-\r
-       KEYMAP(\r
-               KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RESET, \r
-               KC_BSLS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, \r
-               KC_TRNS, KC_VOLU, KC_UP, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, \r
-               M(1), KC_LEFT, KC_DOWN, KC_RGHT, KC_PAUS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, \r
-               KC_TRNS, KC_VOLD, M(0), KC_PSCR, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, \r
-               KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),\r
-\r
-};
\ No newline at end of file