From ce122c4981c71d33a85db94c787d5ec7a823acc6 Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Thu, 13 Sep 2018 09:40:43 -0700 Subject: Keyboard: Shuffle keyboards into thevankeyboards directory (#3895) * move tv44 to thevankeyboards directory * move bananasplit to thevankeyboards * move roadkit to thevankeyboards directory * add a basic readme * update readmes to correct the make instructions and add more help text * rename tv44 to minivan as per Jack's suggestions * update readme * rename tv44 to minivan * update tv44 to minivan * change includes for tv44 to minivan * remove extra includes --- keyboards/bananasplit/README.md | 15 - keyboards/bananasplit/bananasplit.c | 28 -- keyboards/bananasplit/bananasplit.h | 142 ------- keyboards/bananasplit/config.h | 84 ---- keyboards/bananasplit/info.json | 32 -- keyboards/bananasplit/keymaps/0010/config.h | 24 -- keyboards/bananasplit/keymaps/0010/keymap.c | 73 ---- keyboards/bananasplit/keymaps/0010/rules.mk | 37 -- .../bananasplit/keymaps/coloneljesus/config.h | 27 -- .../bananasplit/keymaps/coloneljesus/keymap.c | 96 ----- .../bananasplit/keymaps/coloneljesus/readme.md | 33 -- .../bananasplit/keymaps/coloneljesus/rules.mk | 37 -- keyboards/bananasplit/keymaps/default/config.h | 24 -- keyboards/bananasplit/keymaps/default/keymap.c | 25 -- keyboards/bananasplit/keymaps/default/readme.md | 1 - keyboards/bananasplit/keymaps/default/rules.mk | 37 -- keyboards/bananasplit/keymaps/hhkbanana/keymap.c | 25 -- .../bananasplit/keymaps/jockyxu1122_ansi/keymap.c | 92 ----- .../bananasplit/keymaps/jockyxu1122_ansi/readme.md | 66 ---- .../bananasplit/keymaps/jockyxu1122_iso/keymap.c | 105 ----- .../bananasplit/keymaps/jockyxu1122_iso/readme.md | 61 --- keyboards/bananasplit/keymaps/kamon/config.h | 25 -- keyboards/bananasplit/keymaps/kamon/keymap.c | 96 ----- keyboards/bananasplit/keymaps/kamon/readme.md | 34 -- keyboards/bananasplit/keymaps/kamon/rules.mk | 37 -- keyboards/bananasplit/keymaps/nic/keymap.c | 45 --- keyboards/bananasplit/keymaps/rask/README.md | 53 --- keyboards/bananasplit/keymaps/rask/keymap.c | 72 ---- keyboards/bananasplit/keymaps/talljoe/config.h | 23 -- keyboards/bananasplit/keymaps/talljoe/keymap.c | 1 - keyboards/bananasplit/rules.mk | 66 ---- keyboards/roadkit/config.h | 162 -------- keyboards/roadkit/info.json | 15 - keyboards/roadkit/keymaps/default/config.h | 8 - keyboards/roadkit/keymaps/default/keymap.c | 48 --- keyboards/roadkit/keymaps/default/readme.md | 1 - keyboards/roadkit/keymaps/default/rules.mk | 21 - keyboards/roadkit/keymaps/flipphone/config.h | 8 - keyboards/roadkit/keymaps/flipphone/keymap.c | 219 ----------- keyboards/roadkit/keymaps/flipphone/readme.md | 26 -- keyboards/roadkit/keymaps/flipphone/rules.mk | 21 - keyboards/roadkit/keymaps/khord/config.h | 15 - keyboards/roadkit/keymaps/khord/keymap.c | 112 ------ keyboards/roadkit/keymaps/khord/rules.mk | 22 -- keyboards/roadkit/keymaps/mjt/config.h | 8 - keyboards/roadkit/keymaps/mjt/keymap.c | 239 ------------ keyboards/roadkit/keymaps/mjt/readme.md | 22 -- keyboards/roadkit/keymaps/mjt/rules.mk | 21 - keyboards/roadkit/keymaps/singles/config.h | 8 - keyboards/roadkit/keymaps/singles/keymap.c | 61 --- keyboards/roadkit/keymaps/singles/readme.md | 3 - keyboards/roadkit/keymaps/singles/rules.mk | 21 - keyboards/roadkit/keymaps/singlesBrent/config.h | 15 - keyboards/roadkit/keymaps/singlesBrent/keymap.c | 242 ------------ keyboards/roadkit/keymaps/singlesBrent/readme.md | 3 - keyboards/roadkit/keymaps/singlesBrent/rules.mk | 22 -- keyboards/roadkit/readme.md | 14 - keyboards/roadkit/roadkit.c | 28 -- keyboards/roadkit/roadkit.h | 33 -- keyboards/roadkit/rules.mk | 71 ---- keyboards/thevankeyboards/bananasplit/README.md | 14 + .../thevankeyboards/bananasplit/bananasplit.c | 28 ++ .../thevankeyboards/bananasplit/bananasplit.h | 142 +++++++ keyboards/thevankeyboards/bananasplit/config.h | 84 ++++ keyboards/thevankeyboards/bananasplit/info.json | 32 ++ .../bananasplit/keymaps/0010/config.h | 24 ++ .../bananasplit/keymaps/0010/keymap.c | 73 ++++ .../bananasplit/keymaps/0010/rules.mk | 37 ++ .../bananasplit/keymaps/coloneljesus/config.h | 27 ++ .../bananasplit/keymaps/coloneljesus/keymap.c | 96 +++++ .../bananasplit/keymaps/coloneljesus/readme.md | 33 ++ .../bananasplit/keymaps/coloneljesus/rules.mk | 37 ++ .../bananasplit/keymaps/default/config.h | 24 ++ .../bananasplit/keymaps/default/keymap.c | 25 ++ .../bananasplit/keymaps/default/readme.md | 1 + .../bananasplit/keymaps/default/rules.mk | 37 ++ .../bananasplit/keymaps/hhkbanana/keymap.c | 25 ++ .../bananasplit/keymaps/jockyxu1122_ansi/keymap.c | 92 +++++ .../bananasplit/keymaps/jockyxu1122_ansi/readme.md | 66 ++++ .../bananasplit/keymaps/jockyxu1122_iso/keymap.c | 105 +++++ .../bananasplit/keymaps/jockyxu1122_iso/readme.md | 61 +++ .../bananasplit/keymaps/kamon/config.h | 25 ++ .../bananasplit/keymaps/kamon/keymap.c | 96 +++++ .../bananasplit/keymaps/kamon/readme.md | 34 ++ .../bananasplit/keymaps/kamon/rules.mk | 37 ++ .../bananasplit/keymaps/nic/keymap.c | 45 +++ .../bananasplit/keymaps/rask/README.md | 53 +++ .../bananasplit/keymaps/rask/keymap.c | 72 ++++ .../bananasplit/keymaps/talljoe/config.h | 23 ++ .../bananasplit/keymaps/talljoe/keymap.c | 1 + keyboards/thevankeyboards/bananasplit/rules.mk | 66 ++++ keyboards/thevankeyboards/minivan/config.h | 162 ++++++++ keyboards/thevankeyboards/minivan/info.json | 24 ++ .../thevankeyboards/minivan/keymaps/belak/config.h | 8 + .../thevankeyboards/minivan/keymaps/belak/keymap.c | 102 +++++ .../minivan/keymaps/belak/readme.md | 14 + .../thevankeyboards/minivan/keymaps/belak/rules.mk | 12 + .../thevankeyboards/minivan/keymaps/budi/config.h | 22 ++ .../thevankeyboards/minivan/keymaps/budi/keymap.c | 229 +++++++++++ .../thevankeyboards/minivan/keymaps/budi/readme.md | 17 + .../thevankeyboards/minivan/keymaps/core/keymap.c | 32 ++ .../thevankeyboards/minivan/keymaps/core/readme.md | 18 + .../thevankeyboards/minivan/keymaps/core/rules.mk | 3 + .../minivan/keymaps/default/config.h | 8 + .../minivan/keymaps/default/keymap.c | 99 +++++ .../minivan/keymaps/default/readme.md | 1 + .../minivan/keymaps/default/rules.mk | 21 + .../minivan/keymaps/jeebak/keymap.c | 423 ++++++++++++++++++++ .../minivan/keymaps/jeebak/readme.md | 129 +++++++ .../minivan/keymaps/jeebak/rules.mk | 21 + .../minivan/keymaps/jetpacktuxedo/config.h | 7 + .../minivan/keymaps/jetpacktuxedo/keymap.c | 39 ++ .../minivan/keymaps/jetpacktuxedo/readme.md | 49 +++ .../minivan/keymaps/jetpacktuxedo/rules.mk | 17 + .../thevankeyboards/minivan/keymaps/mjt/config.h | 14 + .../thevankeyboards/minivan/keymaps/mjt/keymap.c | 197 ++++++++++ .../thevankeyboards/minivan/keymaps/mjt/readme.md | 26 ++ .../thevankeyboards/minivan/keymaps/mjt/rules.mk | 21 + .../thevankeyboards/minivan/keymaps/smt/keymap.c | 230 +++++++++++ .../thevankeyboards/minivan/keymaps/smt/readme.md | 126 ++++++ .../thevankeyboards/minivan/keymaps/smt/rules.mk | 21 + .../minivan/keymaps/tong92/config.h | 12 + .../minivan/keymaps/tong92/keymap.c | 203 ++++++++++ .../minivan/keymaps/tong92/readme.md | 52 +++ .../minivan/keymaps/tong92/rules.mk | 21 + .../minivan/keymaps/xyverz/config.h | 8 + .../minivan/keymaps/xyverz/keymap.c | 124 ++++++ .../minivan/keymaps/xyverz/readme.md | 1 + .../minivan/keymaps/xyverz/rules.mk | 21 + keyboards/thevankeyboards/minivan/minivan.c | 28 ++ keyboards/thevankeyboards/minivan/minivan.h | 67 ++++ keyboards/thevankeyboards/minivan/readme.md | 13 + keyboards/thevankeyboards/minivan/rules.mk | 69 ++++ keyboards/thevankeyboards/readme.md | 3 + keyboards/thevankeyboards/roadkit/config.h | 162 ++++++++ keyboards/thevankeyboards/roadkit/info.json | 15 + .../roadkit/keymaps/default/config.h | 8 + .../roadkit/keymaps/default/keymap.c | 48 +++ .../roadkit/keymaps/default/readme.md | 1 + .../roadkit/keymaps/default/rules.mk | 21 + .../roadkit/keymaps/flipphone/config.h | 8 + .../roadkit/keymaps/flipphone/keymap.c | 219 +++++++++++ .../roadkit/keymaps/flipphone/readme.md | 26 ++ .../roadkit/keymaps/flipphone/rules.mk | 21 + .../thevankeyboards/roadkit/keymaps/khord/config.h | 15 + .../thevankeyboards/roadkit/keymaps/khord/keymap.c | 112 ++++++ .../thevankeyboards/roadkit/keymaps/khord/rules.mk | 22 ++ .../thevankeyboards/roadkit/keymaps/mjt/config.h | 8 + .../thevankeyboards/roadkit/keymaps/mjt/keymap.c | 239 ++++++++++++ .../thevankeyboards/roadkit/keymaps/mjt/readme.md | 22 ++ .../thevankeyboards/roadkit/keymaps/mjt/rules.mk | 21 + .../roadkit/keymaps/singles/config.h | 8 + .../roadkit/keymaps/singles/keymap.c | 61 +++ .../roadkit/keymaps/singles/readme.md | 3 + .../roadkit/keymaps/singles/rules.mk | 21 + .../roadkit/keymaps/singlesBrent/config.h | 15 + .../roadkit/keymaps/singlesBrent/keymap.c | 242 ++++++++++++ .../roadkit/keymaps/singlesBrent/readme.md | 3 + .../roadkit/keymaps/singlesBrent/rules.mk | 22 ++ keyboards/thevankeyboards/roadkit/readme.md | 13 + keyboards/thevankeyboards/roadkit/roadkit.c | 28 ++ keyboards/thevankeyboards/roadkit/roadkit.h | 33 ++ keyboards/thevankeyboards/roadkit/rules.mk | 71 ++++ keyboards/tv44/config.h | 162 -------- keyboards/tv44/info.json | 24 -- keyboards/tv44/keymaps/belak/config.h | 8 - keyboards/tv44/keymaps/belak/keymap.c | 105 ----- keyboards/tv44/keymaps/belak/readme.md | 14 - keyboards/tv44/keymaps/belak/rules.mk | 12 - keyboards/tv44/keymaps/budi/config.h | 22 -- keyboards/tv44/keymaps/budi/keymap.c | 229 ----------- keyboards/tv44/keymaps/budi/readme.md | 17 - keyboards/tv44/keymaps/core/keymap.c | 34 -- keyboards/tv44/keymaps/core/readme.md | 18 - keyboards/tv44/keymaps/core/rules.mk | 3 - keyboards/tv44/keymaps/default/config.h | 8 - keyboards/tv44/keymaps/default/keymap.c | 101 ----- keyboards/tv44/keymaps/default/readme.md | 1 - keyboards/tv44/keymaps/default/rules.mk | 21 - keyboards/tv44/keymaps/jeebak/keymap.c | 425 --------------------- keyboards/tv44/keymaps/jeebak/readme.md | 129 ------- keyboards/tv44/keymaps/jeebak/rules.mk | 21 - keyboards/tv44/keymaps/jetpacktuxedo/config.h | 7 - keyboards/tv44/keymaps/jetpacktuxedo/keymap.c | 39 -- keyboards/tv44/keymaps/jetpacktuxedo/readme.md | 49 --- keyboards/tv44/keymaps/jetpacktuxedo/rules.mk | 17 - keyboards/tv44/keymaps/mjt/config.h | 14 - keyboards/tv44/keymaps/mjt/keymap.c | 199 ---------- keyboards/tv44/keymaps/mjt/readme.md | 26 -- keyboards/tv44/keymaps/mjt/rules.mk | 21 - keyboards/tv44/keymaps/smt/keymap.c | 232 ----------- keyboards/tv44/keymaps/smt/readme.md | 126 ------ keyboards/tv44/keymaps/smt/rules.mk | 21 - keyboards/tv44/keymaps/tong92/config.h | 12 - keyboards/tv44/keymaps/tong92/keymap.c | 205 ---------- keyboards/tv44/keymaps/tong92/readme.md | 52 --- keyboards/tv44/keymaps/tong92/rules.mk | 21 - keyboards/tv44/keymaps/xyverz/config.h | 8 - keyboards/tv44/keymaps/xyverz/keymap.c | 126 ------ keyboards/tv44/keymaps/xyverz/readme.md | 1 - keyboards/tv44/keymaps/xyverz/rules.mk | 21 - keyboards/tv44/readme.md | 14 - keyboards/tv44/rules.mk | 69 ---- keyboards/tv44/tv44.c | 28 -- keyboards/tv44/tv44.h | 67 ---- 205 files changed, 5717 insertions(+), 5734 deletions(-) delete mode 100644 keyboards/bananasplit/README.md delete mode 100644 keyboards/bananasplit/bananasplit.c delete mode 100644 keyboards/bananasplit/bananasplit.h delete mode 100644 keyboards/bananasplit/config.h delete mode 100644 keyboards/bananasplit/info.json delete mode 100644 keyboards/bananasplit/keymaps/0010/config.h delete mode 100644 keyboards/bananasplit/keymaps/0010/keymap.c delete mode 100644 keyboards/bananasplit/keymaps/0010/rules.mk delete mode 100644 keyboards/bananasplit/keymaps/coloneljesus/config.h delete mode 100644 keyboards/bananasplit/keymaps/coloneljesus/keymap.c delete mode 100644 keyboards/bananasplit/keymaps/coloneljesus/readme.md delete mode 100644 keyboards/bananasplit/keymaps/coloneljesus/rules.mk delete mode 100644 keyboards/bananasplit/keymaps/default/config.h delete mode 100644 keyboards/bananasplit/keymaps/default/keymap.c delete mode 100644 keyboards/bananasplit/keymaps/default/readme.md delete mode 100644 keyboards/bananasplit/keymaps/default/rules.mk delete mode 100644 keyboards/bananasplit/keymaps/hhkbanana/keymap.c delete mode 100644 keyboards/bananasplit/keymaps/jockyxu1122_ansi/keymap.c delete mode 100644 keyboards/bananasplit/keymaps/jockyxu1122_ansi/readme.md delete mode 100644 keyboards/bananasplit/keymaps/jockyxu1122_iso/keymap.c delete mode 100644 keyboards/bananasplit/keymaps/jockyxu1122_iso/readme.md delete mode 100644 keyboards/bananasplit/keymaps/kamon/config.h delete mode 100644 keyboards/bananasplit/keymaps/kamon/keymap.c delete mode 100644 keyboards/bananasplit/keymaps/kamon/readme.md delete mode 100644 keyboards/bananasplit/keymaps/kamon/rules.mk delete mode 100644 keyboards/bananasplit/keymaps/nic/keymap.c delete mode 100644 keyboards/bananasplit/keymaps/rask/README.md delete mode 100644 keyboards/bananasplit/keymaps/rask/keymap.c delete mode 100644 keyboards/bananasplit/keymaps/talljoe/config.h delete mode 100644 keyboards/bananasplit/keymaps/talljoe/keymap.c delete mode 100644 keyboards/bananasplit/rules.mk delete mode 100644 keyboards/roadkit/config.h delete mode 100644 keyboards/roadkit/info.json delete mode 100644 keyboards/roadkit/keymaps/default/config.h delete mode 100644 keyboards/roadkit/keymaps/default/keymap.c delete mode 100644 keyboards/roadkit/keymaps/default/readme.md delete mode 100644 keyboards/roadkit/keymaps/default/rules.mk delete mode 100644 keyboards/roadkit/keymaps/flipphone/config.h delete mode 100644 keyboards/roadkit/keymaps/flipphone/keymap.c delete mode 100644 keyboards/roadkit/keymaps/flipphone/readme.md delete mode 100644 keyboards/roadkit/keymaps/flipphone/rules.mk delete mode 100644 keyboards/roadkit/keymaps/khord/config.h delete mode 100644 keyboards/roadkit/keymaps/khord/keymap.c delete mode 100644 keyboards/roadkit/keymaps/khord/rules.mk delete mode 100644 keyboards/roadkit/keymaps/mjt/config.h delete mode 100644 keyboards/roadkit/keymaps/mjt/keymap.c delete mode 100644 keyboards/roadkit/keymaps/mjt/readme.md delete mode 100644 keyboards/roadkit/keymaps/mjt/rules.mk delete mode 100644 keyboards/roadkit/keymaps/singles/config.h delete mode 100644 keyboards/roadkit/keymaps/singles/keymap.c delete mode 100644 keyboards/roadkit/keymaps/singles/readme.md delete mode 100644 keyboards/roadkit/keymaps/singles/rules.mk delete mode 100644 keyboards/roadkit/keymaps/singlesBrent/config.h delete mode 100644 keyboards/roadkit/keymaps/singlesBrent/keymap.c delete mode 100644 keyboards/roadkit/keymaps/singlesBrent/readme.md delete mode 100644 keyboards/roadkit/keymaps/singlesBrent/rules.mk delete mode 100644 keyboards/roadkit/readme.md delete mode 100644 keyboards/roadkit/roadkit.c delete mode 100644 keyboards/roadkit/roadkit.h delete mode 100644 keyboards/roadkit/rules.mk create mode 100644 keyboards/thevankeyboards/bananasplit/README.md create mode 100644 keyboards/thevankeyboards/bananasplit/bananasplit.c create mode 100644 keyboards/thevankeyboards/bananasplit/bananasplit.h create mode 100644 keyboards/thevankeyboards/bananasplit/config.h create mode 100644 keyboards/thevankeyboards/bananasplit/info.json create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/0010/config.h create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/0010/keymap.c create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/0010/rules.mk create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/coloneljesus/config.h create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/coloneljesus/keymap.c create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/coloneljesus/readme.md create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/coloneljesus/rules.mk create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/default/config.h create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/default/keymap.c create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/default/readme.md create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/default/rules.mk create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/hhkbanana/keymap.c create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/jockyxu1122_ansi/keymap.c create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/jockyxu1122_ansi/readme.md create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/jockyxu1122_iso/keymap.c create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/jockyxu1122_iso/readme.md create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/kamon/config.h create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/kamon/keymap.c create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/kamon/readme.md create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/kamon/rules.mk create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/nic/keymap.c create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/rask/README.md create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/rask/keymap.c create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/talljoe/config.h create mode 100644 keyboards/thevankeyboards/bananasplit/keymaps/talljoe/keymap.c create mode 100644 keyboards/thevankeyboards/bananasplit/rules.mk create mode 100644 keyboards/thevankeyboards/minivan/config.h create mode 100644 keyboards/thevankeyboards/minivan/info.json create mode 100644 keyboards/thevankeyboards/minivan/keymaps/belak/config.h create mode 100644 keyboards/thevankeyboards/minivan/keymaps/belak/keymap.c create mode 100644 keyboards/thevankeyboards/minivan/keymaps/belak/readme.md create mode 100644 keyboards/thevankeyboards/minivan/keymaps/belak/rules.mk create mode 100644 keyboards/thevankeyboards/minivan/keymaps/budi/config.h create mode 100644 keyboards/thevankeyboards/minivan/keymaps/budi/keymap.c create mode 100644 keyboards/thevankeyboards/minivan/keymaps/budi/readme.md create mode 100644 keyboards/thevankeyboards/minivan/keymaps/core/keymap.c create mode 100644 keyboards/thevankeyboards/minivan/keymaps/core/readme.md create mode 100644 keyboards/thevankeyboards/minivan/keymaps/core/rules.mk create mode 100644 keyboards/thevankeyboards/minivan/keymaps/default/config.h create mode 100644 keyboards/thevankeyboards/minivan/keymaps/default/keymap.c create mode 100644 keyboards/thevankeyboards/minivan/keymaps/default/readme.md create mode 100644 keyboards/thevankeyboards/minivan/keymaps/default/rules.mk create mode 100644 keyboards/thevankeyboards/minivan/keymaps/jeebak/keymap.c create mode 100644 keyboards/thevankeyboards/minivan/keymaps/jeebak/readme.md create mode 100644 keyboards/thevankeyboards/minivan/keymaps/jeebak/rules.mk create mode 100644 keyboards/thevankeyboards/minivan/keymaps/jetpacktuxedo/config.h create mode 100644 keyboards/thevankeyboards/minivan/keymaps/jetpacktuxedo/keymap.c create mode 100644 keyboards/thevankeyboards/minivan/keymaps/jetpacktuxedo/readme.md create mode 100644 keyboards/thevankeyboards/minivan/keymaps/jetpacktuxedo/rules.mk create mode 100644 keyboards/thevankeyboards/minivan/keymaps/mjt/config.h create mode 100644 keyboards/thevankeyboards/minivan/keymaps/mjt/keymap.c create mode 100644 keyboards/thevankeyboards/minivan/keymaps/mjt/readme.md create mode 100644 keyboards/thevankeyboards/minivan/keymaps/mjt/rules.mk create mode 100644 keyboards/thevankeyboards/minivan/keymaps/smt/keymap.c create mode 100644 keyboards/thevankeyboards/minivan/keymaps/smt/readme.md create mode 100644 keyboards/thevankeyboards/minivan/keymaps/smt/rules.mk create mode 100644 keyboards/thevankeyboards/minivan/keymaps/tong92/config.h create mode 100644 keyboards/thevankeyboards/minivan/keymaps/tong92/keymap.c create mode 100644 keyboards/thevankeyboards/minivan/keymaps/tong92/readme.md create mode 100644 keyboards/thevankeyboards/minivan/keymaps/tong92/rules.mk create mode 100644 keyboards/thevankeyboards/minivan/keymaps/xyverz/config.h create mode 100644 keyboards/thevankeyboards/minivan/keymaps/xyverz/keymap.c create mode 100644 keyboards/thevankeyboards/minivan/keymaps/xyverz/readme.md create mode 100644 keyboards/thevankeyboards/minivan/keymaps/xyverz/rules.mk create mode 100644 keyboards/thevankeyboards/minivan/minivan.c create mode 100644 keyboards/thevankeyboards/minivan/minivan.h create mode 100644 keyboards/thevankeyboards/minivan/readme.md create mode 100644 keyboards/thevankeyboards/minivan/rules.mk create mode 100644 keyboards/thevankeyboards/readme.md create mode 100644 keyboards/thevankeyboards/roadkit/config.h create mode 100644 keyboards/thevankeyboards/roadkit/info.json create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/default/config.h create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/default/keymap.c create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/default/readme.md create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/default/rules.mk create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/flipphone/config.h create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/flipphone/keymap.c create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/flipphone/readme.md create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/flipphone/rules.mk create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/khord/config.h create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/khord/keymap.c create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/khord/rules.mk create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/mjt/config.h create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/mjt/keymap.c create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/mjt/readme.md create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/mjt/rules.mk create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/singles/config.h create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/singles/keymap.c create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/singles/readme.md create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/singles/rules.mk create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/singlesBrent/config.h create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/singlesBrent/keymap.c create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/singlesBrent/readme.md create mode 100644 keyboards/thevankeyboards/roadkit/keymaps/singlesBrent/rules.mk create mode 100644 keyboards/thevankeyboards/roadkit/readme.md create mode 100644 keyboards/thevankeyboards/roadkit/roadkit.c create mode 100644 keyboards/thevankeyboards/roadkit/roadkit.h create mode 100644 keyboards/thevankeyboards/roadkit/rules.mk delete mode 100644 keyboards/tv44/config.h delete mode 100644 keyboards/tv44/info.json delete mode 100644 keyboards/tv44/keymaps/belak/config.h delete mode 100644 keyboards/tv44/keymaps/belak/keymap.c delete mode 100644 keyboards/tv44/keymaps/belak/readme.md delete mode 100644 keyboards/tv44/keymaps/belak/rules.mk delete mode 100644 keyboards/tv44/keymaps/budi/config.h delete mode 100644 keyboards/tv44/keymaps/budi/keymap.c delete mode 100644 keyboards/tv44/keymaps/budi/readme.md delete mode 100644 keyboards/tv44/keymaps/core/keymap.c delete mode 100644 keyboards/tv44/keymaps/core/readme.md delete mode 100644 keyboards/tv44/keymaps/core/rules.mk delete mode 100644 keyboards/tv44/keymaps/default/config.h delete mode 100644 keyboards/tv44/keymaps/default/keymap.c delete mode 100644 keyboards/tv44/keymaps/default/readme.md delete mode 100644 keyboards/tv44/keymaps/default/rules.mk delete mode 100644 keyboards/tv44/keymaps/jeebak/keymap.c delete mode 100644 keyboards/tv44/keymaps/jeebak/readme.md delete mode 100644 keyboards/tv44/keymaps/jeebak/rules.mk delete mode 100644 keyboards/tv44/keymaps/jetpacktuxedo/config.h delete mode 100644 keyboards/tv44/keymaps/jetpacktuxedo/keymap.c delete mode 100644 keyboards/tv44/keymaps/jetpacktuxedo/readme.md delete mode 100644 keyboards/tv44/keymaps/jetpacktuxedo/rules.mk delete mode 100644 keyboards/tv44/keymaps/mjt/config.h delete mode 100644 keyboards/tv44/keymaps/mjt/keymap.c delete mode 100644 keyboards/tv44/keymaps/mjt/readme.md delete mode 100644 keyboards/tv44/keymaps/mjt/rules.mk delete mode 100644 keyboards/tv44/keymaps/smt/keymap.c delete mode 100644 keyboards/tv44/keymaps/smt/readme.md delete mode 100644 keyboards/tv44/keymaps/smt/rules.mk delete mode 100644 keyboards/tv44/keymaps/tong92/config.h delete mode 100644 keyboards/tv44/keymaps/tong92/keymap.c delete mode 100644 keyboards/tv44/keymaps/tong92/readme.md delete mode 100644 keyboards/tv44/keymaps/tong92/rules.mk delete mode 100644 keyboards/tv44/keymaps/xyverz/config.h delete mode 100644 keyboards/tv44/keymaps/xyverz/keymap.c delete mode 100644 keyboards/tv44/keymaps/xyverz/readme.md delete mode 100644 keyboards/tv44/keymaps/xyverz/rules.mk delete mode 100644 keyboards/tv44/readme.md delete mode 100644 keyboards/tv44/rules.mk delete mode 100644 keyboards/tv44/tv44.c delete mode 100644 keyboards/tv44/tv44.h (limited to 'keyboards') diff --git a/keyboards/bananasplit/README.md b/keyboards/bananasplit/README.md deleted file mode 100644 index cd1e15d775..0000000000 --- a/keyboards/bananasplit/README.md +++ /dev/null @@ -1,15 +0,0 @@ -BananaSplit60 -=== - -A 60% PCB featuring a split spacebar. - -Keyboard Maintainer: QMK Community -Hardware Supported: BananaSplit60 PCB -Hardware Availability: https://thevankeyboards.com/products/gb-bananasplit-60-keyboard-kit?variant=42149104910 - -Make example for this keyboard (after setting up your build environment): - - make bananasplit:default - -See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. - diff --git a/keyboards/bananasplit/bananasplit.c b/keyboards/bananasplit/bananasplit.c deleted file mode 100644 index 1aa8fb1745..0000000000 --- a/keyboards/bananasplit/bananasplit.c +++ /dev/null @@ -1,28 +0,0 @@ -#include "bananasplit.h" - -void matrix_init_kb(void) { - // put your keyboard start-up code here - // runs once when the firmware starts up - - matrix_init_user(); -} - -void matrix_scan_kb(void) { - // put your looping keyboard code here - // runs every cycle (a lot) - - matrix_scan_user(); -} - -bool process_record_kb(uint16_t keycode, keyrecord_t *record) { - // put your per-action keyboard code here - // runs for every action, just before processing by the firmware - - return process_record_user(keycode, record); -} - -void led_set_kb(uint8_t usb_led) { - // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here - - led_set_user(usb_led); -} diff --git a/keyboards/bananasplit/bananasplit.h b/keyboards/bananasplit/bananasplit.h deleted file mode 100644 index 8d545c1f99..0000000000 --- a/keyboards/bananasplit/bananasplit.h +++ /dev/null @@ -1,142 +0,0 @@ -/* -Copyright 2012,2013 Jun Wako - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ -#ifndef BANANASPLIT_H -#define BANANASPLIT_H - -#include "quantum.h" - -/* -------------------------------------------------------------------------------------------- -| K00 | K01 | K02 | K03 | K04 | K05 | K06 | K07 | K08 | K09 | K0A | K0B | K0C | K0D | -------------------------------------------------------------------------------------------- -| K10 | K11 | K12 | K13 | K14 | K15 | K16 | K17 | K18 | K19 | K1A | K1B | K1C | K1D | -------------------------------------------------------------------------------------------- -| K20 | K21 | K22 | K23 | K24 | K25 | K26 | K27 | K28 | K29 | K2A | K2B | K2C | -------------------------------------------------------------------------------------------- -| K30 | K32 | K33 | K34 | K35 | K36 | K37 | K38 | K39 | K3A | K3B | K3C | K3D | -------------------------------------------------------------------------------------------- -| K40 | K41 | K42 | K44 | K45 | K46 | K48 | K49 | K4A | K4B | K4C | -------------------------------------------------------------------------------------------- -*/ -#define LAYOUT_base( \ - K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, \ - K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ - K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ - K30, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, \ - K40, K41, K42, K44, K45, K46, K48, K49, K4A, K4B, K4C \ -) { \ - { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ - { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \ - { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, KC_NO }, \ - { K30, KC_NO, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \ - { K40, K41, K42, KC_NO, K44, K45, K46, KC_NO, K48, K49, K4A, K4B, K4C, KC_NO } \ -} -/* Here is the above keymap filled with KC_TRNS. It's a useful starting point when defining layers. -KEYMAP( \ - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \ - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \ - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \ - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,\ - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ \ -) -*/ - -#define LAYOUT_hhkbanana( \ - K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K2D, \ - K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ - K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ - K30, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, \ - K40, K41, K42, K44, K45, K46, K48, K49, K4A, K4B, K4C \ -) { \ - { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ - { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \ - { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D }, \ - { K30, KC_NO, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, KC_NO }, \ - { K40, K41, K42, KC_NO, K44, K45, K46, KC_NO, K48, K49, K4A, K4B, K4C, KC_NO } \ -} - -#define LAYOUT_60_ansi( \ - K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, \ - K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ - K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ - K30, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, \ - K40, K41, K42, K45, K48, K49, K4B, K4C \ -) { \ - { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ - { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \ - { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, KC_NO }, \ - { K30, KC_NO, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, KC_NO }, \ - { K40, K41, K42, KC_NO, KC_NO, K45, KC_NO, KC_NO, K48, K49, KC_NO, K4B, K4C, KC_NO } \ -} - -#define LAYOUT_60_iso( \ - K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, \ - K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ - K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ - K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, \ - K40, K41, K42, K45, K48, K49, K4B, K4C \ -) { \ - { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ - { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \ - { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, KC_NO }, \ - { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, KC_NO }, \ - { K40, K41, K42, KC_NO, KC_NO, K45, KC_NO, KC_NO, K48, K49, KC_NO, K4B, K4C, KC_NO } \ -} - -/* -------------------------------------------------------------------------------------------- -| K00 | K01 | K02 | K03 | K04 | K05 | K06 | K07 | K08 | K09 | K0A | K0B | K0C | K0D | K2D | -------------------------------------------------------------------------------------------- -| K10 | K11 | K12 | K13 | K14 | K15 | K16 | K17 | K18 | K19 | K1A | K1B | K1C | K1D | -------------------------------------------------------------------------------------------- -| K20 | K21 | K22 | K23 | K24 | K25 | K26 | K27 | K28 | K29 | K2A | K2B | K2C | -------------------------------------------------------------------------------------------- -| K30 | K31 | K32 | K33 | K34 | K35 | K36 | K37 | K38 | K39 | K3A | K3B | K3C | K3D | -------------------------------------------------------------------------------------------- -| K40 | K41 | K42 | K44 | K45 | K46 | K48 | K49 | K4A | K4B | K4C | -------------------------------------------------------------------------------------------- -*/ -#define LAYOUT_all( \ - K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K2D, \ - K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ - K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ - K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, \ - K40, K41, K42, K44, K45, K46, K48, K49, K4A, K4B, K4C \ -) { \ - { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ - { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \ - { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D }, \ - { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \ - { K40, K41, K42, KC_NO, K44, K45, K46, KC_NO, K48, K49, K4A, K4B, K4C, KC_NO } \ -} - -#define LAYOUT_hhkb_arrow( \ - K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K2D, \ - K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ - K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ - K30, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D,\ - K40, K41, K42, K44, K45, K46, K48, K49, K4A, K4B, K4C \ -) { \ - { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D }, \ - { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D }, \ - { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D }, \ - { K30, KC_NO, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \ - { K40, K41, K42, KC_NO, K44, K45, K46, KC_NO, K48, K49, K4A, K4B, K4C, KC_NO } \ -} - - -#endif diff --git a/keyboards/bananasplit/config.h b/keyboards/bananasplit/config.h deleted file mode 100644 index 5649ab4aa6..0000000000 --- a/keyboards/bananasplit/config.h +++ /dev/null @@ -1,84 +0,0 @@ -/* -Copyright 2012 Jun Wako - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ - -#ifndef CONFIG_H -#define CONFIG_H - -#include "config_common.h" - -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEAE -#define PRODUCT_ID 0x8870 -#define DEVICE_VER 0x0001 -#define MANUFACTURER TheVan Keyboards -#define PRODUCT BananaSplit 60 -#define DESCRIPTION keyboard firmware for BananaSplit 60 - -/* key matrix size */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 14 - -#define MATRIX_ROW_PINS { B0, B2, B4, B5, B6 } -#define MATRIX_COL_PINS { F5, B1, F0, F1, F4, B3, D7, D6, D4, D5, D3, D2, D1, D0 } -#define UNUSED_PINS - -#define DIODE_DIRECTION ROW2COL - -/* define if matrix has ghost */ -//#define MATRIX_HAS_GHOST - -/* number of backlight levels */ -#define BACKLIGHT_LEVELS 3 - -/* mapping backlight LEDs to correct Pin */ -#define BACKLIGHT_PIN B7 - -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCING_DELAY 5 -#define TAPPING_TERM 175 - -/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ -#define LOCKING_SUPPORT_ENABLE -/* Locking resynchronize hack */ -#define LOCKING_RESYNC_ENABLE - -/* key combination for command */ -#define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ -) - - - -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT -//#define NO_ACTION_MACRO -//#define NO_ACTION_FUNCTION - -#endif diff --git a/keyboards/bananasplit/info.json b/keyboards/bananasplit/info.json deleted file mode 100644 index 6741c6cdb0..0000000000 --- a/keyboards/bananasplit/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "keyboard_name": "bananasplit", - "url": "", - "maintainer": "qmk", - "width": 15, - "height": 5, - "layouts": { - "LAYOUT_base": { - "layout": [{"label":"~", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"label":"Backspace", "x":13, "y":0, "w":2}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"|", "x":13.5, "y":1, "w":1.5}, {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"\"", "x":11.75, "y":2}, {"label":"Enter", "x":12.75, "y":2, "w":2.25}, {"label":"Shift", "x":0, "y":3, "w":2.25}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":1.75}, {"x":14, "y":3}, {"label":"Ctrl", "x":0, "y":4, "w":1.25}, {"label":"Win", "x":1.25, "y":4, "w":1.25}, {"label":"Alt", "x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":2.75}, {"x":6.5, "y":4, "w":1.25}, {"x":7.75, "y":4, "w":2.25}, {"label":"Alt", "x":10, "y":4}, {"x":11, "y":4}, {"label":"Win", "x":12, "y":4}, {"label":"Menu", "x":13, "y":4}, {"label":"Ctrl", "x":14, "y":4}] - }, - - "LAYOUT_hhkbanana": { - "layout": [{"label":"~", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"x":13, "y":0}, {"x":14, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"|", "x":13.5, "y":1, "w":1.5}, {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"\"", "x":11.75, "y":2}, {"label":"Enter", "x":12.75, "y":2, "w":2.25}, {"label":"Shift", "x":0, "y":3, "w":2.25}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":2.75}, {"label":"Ctrl", "x":0, "y":4, "w":1.25}, {"label":"Win", "x":1.25, "y":4, "w":1.25}, {"label":"Alt", "x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":2.75}, {"x":6.5, "y":4, "w":1.25}, {"x":7.75, "y":4, "w":2.25}, {"x":10, "y":4}, {"x":11, "y":4}, {"x":12, "y":4}, {"x":13, "y":4}, {"x":14, "y":4}] - }, - - "LAYOUT_60_ansi": { - "layout": [{"label":"~", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"label":"Backspace", "x":13, "y":0, "w":2}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"|", "x":13.5, "y":1, "w":1.5}, {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"\"", "x":11.75, "y":2}, {"label":"Enter", "x":12.75, "y":2, "w":2.25}, {"label":"Shift", "x":0, "y":3, "w":2.25}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":2.75}, {"label":"Ctrl", "x":0, "y":4, "w":1.25}, {"label":"Win", "x":1.25, "y":4, "w":1.25}, {"label":"Alt", "x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":6.25}, {"label":"Alt", "x":10, "y":4, "w":1.25}, {"label":"Win", "x":11.25, "y":4, "w":1.25}, {"label":"Menu", "x":12.5, "y":4, "w":1.25}, {"label":"Ctrl", "x":13.75, "y":4, "w":1.25}] - }, - - "LAYOUT_60_iso": { - "layout": [{"label":"\u00ac", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"\"", "x":2, "y":0}, {"label":"\u00a3", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"label":"Backspace", "x":13, "y":0, "w":2}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"Enter", "x":13.75, "y":1, "w":1.25, "h":2}, {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"@", "x":11.75, "y":2}, {"label":"~", "x":12.75, "y":2}, {"label":"Shift", "x":0, "y":3, "w":1.25}, {"label":"|", "x":1.25, "y":3}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":2.75}, {"label":"Ctrl", "x":0, "y":4, "w":1.25}, {"label":"Win", "x":1.25, "y":4, "w":1.25}, {"label":"Alt", "x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":6.25}, {"label":"AltGr", "x":10, "y":4, "w":1.25}, {"label":"Win", "x":11.25, "y":4, "w":1.25}, {"label":"Menu", "x":12.5, "y":4, "w":1.25}, {"label":"Ctrl", "x":13.75, "y":4, "w":1.25}] - }, - - "LAYOUT_all": { - "layout": [{"label":"~", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"x":13, "y":0}, {"x":14, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"|", "x":13.5, "y":1, "w":1.5}, {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"\"", "x":11.75, "y":2}, {"label":"Enter", "x":12.75, "y":2, "w":2.25}, {"label":"Shift", "x":0, "y":3, "w":1.25}, {"x":1.25, "y":3}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":1.75}, {"x":14, "y":3}, {"label":"Ctrl", "x":0, "y":4, "w":1.25}, {"label":"Win", "x":1.25, "y":4, "w":1.25}, {"label":"Alt", "x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":2.75}, {"x":6.5, "y":4, "w":1.25}, {"x":7.75, "y":4, "w":2.25}, {"label":"Alt", "x":10, "y":4}, {"x":11, "y":4}, {"label":"Win", "x":12, "y":4}, {"label":"Menu", "x":13, "y":4}, {"label":"Ctrl", "x":14, "y":4}] - }, - - "LAYOUT_hhkb_arrow": { - "layout": [{"label":"~", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"x":13, "y":0}, {"x":14, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"|", "x":13.5, "y":1, "w":1.5}, {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"\"", "x":11.75, "y":2}, {"label":"Enter", "x":12.75, "y":2, "w":2.25}, {"label":"Shift", "x":0, "y":3, "w":2.25}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":1.75}, {"x":14, "y":3}, {"label":"Ctrl", "x":0, "y":4, "w":1.25}, {"label":"Win", "x":1.25, "y":4, "w":1.25}, {"label":"Alt", "x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":2.75}, {"x":6.5, "y":4, "w":1.25}, {"x":7.75, "y":4, "w":2.25}, {"label":"Alt", "x":10, "y":4}, {"x":11, "y":4}, {"label":"Win", "x":12, "y":4}, {"label":"Menu", "x":13, "y":4}, {"label":"Ctrl", "x":14, "y":4}] - } - } -} \ No newline at end of file diff --git a/keyboards/bananasplit/keymaps/0010/config.h b/keyboards/bananasplit/keymaps/0010/config.h deleted file mode 100644 index 060f5922f2..0000000000 --- a/keyboards/bananasplit/keymaps/0010/config.h +++ /dev/null @@ -1,24 +0,0 @@ -/* Copyright 2017 Balz Guenat - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#ifndef CONFIG_USER_H -#define CONFIG_USER_H - -#include "../../config.h" - -// place overrides here - -#endif diff --git a/keyboards/bananasplit/keymaps/0010/keymap.c b/keyboards/bananasplit/keymaps/0010/keymap.c deleted file mode 100644 index 617812149c..0000000000 --- a/keyboards/bananasplit/keymaps/0010/keymap.c +++ /dev/null @@ -1,73 +0,0 @@ -/* Copyright 2017 Balz Guenat - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#include QMK_KEYBOARD_H - -#define ______ KC_TRNS - -/* - This switch layout is ANSI with the following modifications: - Split right shift - 225 125 275 spacebar - Bottom right singles -*/ - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { -/* -------------------------------------------------------------------------------------------- -|Esc| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | Backspace | -------------------------------------------------------------------------------------------- -| Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | \ | -------------------------------------------------------------------------------------------- -| Cpslock | A | S | D | F | G | H | J | K | L | ; | ' | Enter | -------------------------------------------------------------------------------------------- -| Shift | Z | X | C | V | B | N | M | , | . | / | Shift | Up | -------------------------------------------------------------------------------------------- -| Ctrl | GUI | Alt | L1(Space) | LED | Space | Home | End | Left |Rght |Down | -------------------------------------------------------------------------------------------- -*/ -[0] = LAYOUT_base( \ - KC_ESC, 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_BSPC, \ - 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_BSLS, \ - KC_CAPS, 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_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP,\ - KC_LCTL, KC_LGUI, KC_LALT, LT(1,KC_SPACE), BL_TOGG, KC_SPC, KC_HOME, KC_END, KC_LEFT, KC_RGHT, KC_DOWN \ -), -/* -------------------------------------------------------------------------------------------- -| ~ | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | DEL | -------------------------------------------------------------------------------------------- -| | | UP | | | | | | | | | | | PrtSc | -------------------------------------------------------------------------------------------- -| |Left | Down |Right | | | | | | | | | | SLEEP | -------------------------------------------------------------------------------------------- -| | | | | | | | | | | | | | | -------------------------------------------------------------------------------------------- -| | | | | Reset | | | | | | -------------------------------------------------------------------------------------------- -*/ -[1] = LAYOUT_base( \ - KC_GRV, 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_DEL, \ - ______, ______, KC_UP, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, KC_PSCR, \ - ______, KC_LEFT, KC_DOWN, KC_RGHT, ______, ______, ______, ______, ______, ______, ______, ______, KC_SLEP, \ - ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, KC_PGUP, \ - ______, ______, ______, ______, RESET, ______, ______, ______, ______, ______, KC_PGDN \ -), -}; - - -const uint16_t PROGMEM fn_actions[] = { -}; diff --git a/keyboards/bananasplit/keymaps/0010/rules.mk b/keyboards/bananasplit/keymaps/0010/rules.mk deleted file mode 100644 index 7d09c322e5..0000000000 --- a/keyboards/bananasplit/keymaps/0010/rules.mk +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2017 Balz Guenat -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - - -# QMK Build Options -# change to "no" to disable the options, or define them in the Makefile in -# the appropriate keymap folder that will get included automatically -# -# BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) -# MOUSEKEY_ENABLE = yes # Mouse keys(+4700) -# EXTRAKEY_ENABLE = yes # Audio control and System control(+450) -# CONSOLE_ENABLE = no # Console for debug(+400) -# COMMAND_ENABLE = yes # Commands for debug and configuration -# NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work -# BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -# MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) -# AUDIO_ENABLE = no # Audio output on port C6 -# UNICODE_ENABLE = no # Unicode -# BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID -# RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. -# SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend - -ifndef QUANTUM_DIR - include ../../../../Makefile -endif diff --git a/keyboards/bananasplit/keymaps/coloneljesus/config.h b/keyboards/bananasplit/keymaps/coloneljesus/config.h deleted file mode 100644 index 92a67f647c..0000000000 --- a/keyboards/bananasplit/keymaps/coloneljesus/config.h +++ /dev/null @@ -1,27 +0,0 @@ -/* Copyright 2017 Balz Guenat - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#ifndef CONFIG_USER_H -#define CONFIG_USER_H - -#include "config_common.h" - -// place overrides here -#define GRAVE_ESC_CTRL_OVERRIDE -#define BACKLIGHT_BREATHING -#define BREATHING_PERIOD 8 - -#endif diff --git a/keyboards/bananasplit/keymaps/coloneljesus/keymap.c b/keyboards/bananasplit/keymaps/coloneljesus/keymap.c deleted file mode 100644 index 275bfe32a1..0000000000 --- a/keyboards/bananasplit/keymaps/coloneljesus/keymap.c +++ /dev/null @@ -1,96 +0,0 @@ -/* Copyright 2017 Balz Guenat - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -#include QMK_KEYBOARD_H - -enum custom_keycodes { - WIN_SWITCH_LAYOUT = SAFE_RANGE, -}; - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { -/* -------------------------------------------------------------------------------------------- -|GvEsc| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | Backspace | -------------------------------------------------------------------------------------------- -| Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | \ | -------------------------------------------------------------------------------------------- -| Fn1 | A | S | D | F | G | H | J | K | L | ; | ' | Enter | ---------------------------------