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
This commit is contained in:
MechMerlin
2018-09-13 09:40:43 -07:00
committed by Drashna Jaelre
parent cd3518b802
commit ce122c4981
106 changed files with 58 additions and 75 deletions
-15
View File
@@ -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.
-14
View File
@@ -1,14 +0,0 @@
roadkit
=======
A programmable macro pad.
Keyboard Maintainer: QMK Community
Hardware Supported: Roadkit PCB
Hardware Availability: https://thevankeyboards.com/collections/catalog/products/road-kit-diy?variant=603645345806
Make example for this keyboard (after setting up your build environment):
make roadkit: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.
@@ -0,0 +1,14 @@
# 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 thevankeyboards/bananasplit:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
@@ -25,8 +25,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT_ID 0x8844
#define DEVICE_VER 0x0002
#define MANUFACTURER Evan Sailer
#define PRODUCT TheVan 44
#define DESCRIPTION keyboard firmware for TV44
#define PRODUCT Minivan
#define DESCRIPTION keyboard firmware for Minivan
/* key matrix size */
#define MATRIX_ROWS 4
@@ -48,7 +48,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
// #define BACKLIGHT_PIN B7
// #define BACKLIGHT_BREATHING
// #define BACKLIGHT_LEVELS 3
@@ -1,7 +1,4 @@
#include "tv44.h"
#include "action_layer.h"
#include "debug.h"
#include "eeconfig.h"
#include QMK_KEYBOARD_H
// Layer names. We stick to 3 letters if possible so MO(NAME) fits in 7
// characters and doesn't mess with the grid.
@@ -1,6 +1,4 @@
#include "tv44.h"
#include "action_layer.h"
#include "eeconfig.h"
#include QMK_KEYBOARD_H
#define _QW 0
#define _L1 1
@@ -1,6 +1,4 @@
#include "tv44.h"
#include "action_layer.h"
#include "eeconfig.h"
#include QMK_KEYBOARD_H
extern keymap_config_t keymap_config;
@@ -1,6 +1,4 @@
#include "tv44.h"
#include "action_layer.h"
#include "eeconfig.h"
#include QMK_KEYBOARD_H
extern keymap_config_t keymap_config;

Some files were not shown because too many files have changed in this diff Show More