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 includespull/3888/head
parent
cd3518b802
commit
ce122c4981
@ -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.
|
|
||||||
|
|
@ -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).
|
||||||
|
|
@ -1,7 +1,4 @@
|
|||||||
#include "tv44.h"
|
#include QMK_KEYBOARD_H
|
||||||
#include "action_layer.h"
|
|
||||||
#include "debug.h"
|
|
||||||
#include "eeconfig.h"
|
|
||||||
|
|
||||||
// Layer names. We stick to 3 letters if possible so MO(NAME) fits in 7
|
// Layer names. We stick to 3 letters if possible so MO(NAME) fits in 7
|
||||||
// characters and doesn't mess with the grid.
|
// characters and doesn't mess with the grid.
|
@ -1,6 +1,4 @@
|
|||||||
#include "tv44.h"
|
#include QMK_KEYBOARD_H
|
||||||
#include "action_layer.h"
|
|
||||||
#include "eeconfig.h"
|
|
||||||
|
|
||||||
#define _QW 0
|
#define _QW 0
|
||||||
#define _L1 1
|
#define _L1 1
|
@ -1,6 +1,4 @@
|
|||||||
#include "tv44.h"
|
#include QMK_KEYBOARD_H
|
||||||
#include "action_layer.h"
|
|
||||||
#include "eeconfig.h"
|
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
@ -1,6 +1,4 @@
|
|||||||
#include "tv44.h"
|
#include QMK_KEYBOARD_H
|
||||||
#include "action_layer.h"
|
|
||||||
#include "eeconfig.h"
|
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
#include "tv44.h"
|
#include QMK_KEYBOARD_H
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
@ -1,8 +1,6 @@
|
|||||||
//Author: mike terhar
|
//Author: mike terhar
|
||||||
|
#include QMK_KEYBOARD_H
|
||||||
|
|
||||||
#include "tv44.h"
|
|
||||||
#include "action_layer.h"
|
|
||||||
#include "eeconfig.h"
|
|
||||||
#ifdef BACKLIGHT_ENABLE
|
#ifdef BACKLIGHT_ENABLE
|
||||||
#include "backlight.h"
|
#include "backlight.h"
|
||||||
#endif
|
#endif
|
@ -1,6 +1,4 @@
|
|||||||
#include "tv44.h"
|
#include QMK_KEYBOARD_H
|
||||||
#include "action_layer.h"
|
|
||||||
#include "eeconfig.h"
|
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
@ -1,8 +1,6 @@
|
|||||||
//Author: tong92 <tong92power@gmail.com>
|
//Author: tong92 <tong92power@gmail.com>
|
||||||
|
#include QMK_KEYBOARD_H
|
||||||
|
|
||||||
#include "tv44.h"
|
|
||||||
#include "action_layer.h"
|
|
||||||
#include "eeconfig.h"
|
|
||||||
#ifdef BACKLIGHT_ENABLE
|
#ifdef BACKLIGHT_ENABLE
|
||||||
#include "backlight.h"
|
#include "backlight.h"
|
||||||
#endif
|
#endif
|
@ -1,6 +1,4 @@
|
|||||||
#include "tv44.h"
|
#include QMK_KEYBOARD_H
|
||||||
#include "action_layer.h"
|
|
||||||
#include "eeconfig.h"
|
|
||||||
|
|
||||||
extern keymap_config_t keymap_config;
|
extern keymap_config_t keymap_config;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
#include "tv44.h"
|
#include "minivan.h"
|
||||||
|
|
||||||
void matrix_init_kb(void) {
|
void matrix_init_kb(void) {
|
||||||
// put your keyboard start-up code here
|
// put your keyboard start-up code here
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef TV44_H
|
#ifndef MINIVAN_H
|
||||||
#define TV44_H
|
#define MINIVAN_H
|
||||||
|
|
||||||
#include "quantum.h"
|
#include "quantum.h"
|
||||||
|
|
@ -0,0 +1,13 @@
|
|||||||
|
# Minivan (tv44)
|
||||||
|
|
||||||
|
A compact 44% keyboard.
|
||||||
|
|
||||||
|
Keyboard Maintainer: QMK Community
|
||||||
|
Hardware Supported: Minivan PCB
|
||||||
|
Hardware Availability: https://thevankeyboards.com/collections/catalog/products/minivan-diy?variant=609138376718
|
||||||
|
|
||||||
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
|
make thevankeyboards/minivan: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).
|
@ -0,0 +1,3 @@
|
|||||||
|
# TheVan Keyboards
|
||||||
|
|
||||||
|
[TheVan Keyboards](https://thevankeyboards.com/) is based in the United States and is responsible for boards such as the minivan.
|
@ -0,0 +1,13 @@
|
|||||||
|
# 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 thevankeyboards/roadkit: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).
|
@ -1,14 +0,0 @@
|
|||||||
The Van 44
|
|
||||||
==========
|
|
||||||
|
|
||||||
A compact 44% keyboard.
|
|
||||||
|
|
||||||
Keyboard Maintainer: QMK Community
|
|
||||||
Hardware Supported: The Van PCB
|
|
||||||
Hardware Availability: https://thevankeyboards.com/collections/catalog/products/minivan-diy?variant=609138376718
|
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
|
||||||
|
|
||||||
make tv44: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.
|
|
Loading…
Reference in new issue