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 includesmaster
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).
|
||||
|
|
@ -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;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#include "tv44.h"
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
extern keymap_config_t keymap_config;
|
||||
|
|
@ -1,8 +1,6 @@
|
|||
//Author: mike terhar
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#include "tv44.h"
|
||||
#include "action_layer.h"
|
||||
#include "eeconfig.h"
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
#include "backlight.h"
|
||||
#endif
|
|
@ -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,8 +1,6 @@
|
|||
//Author: tong92 <tong92power@gmail.com>
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#include "tv44.h"
|
||||
#include "action_layer.h"
|
||||
#include "eeconfig.h"
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
#include "backlight.h"
|
||||
#endif
|
|
@ -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,4 +1,4 @@
|
|||
#include "tv44.h"
|
||||
#include "minivan.h"
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
// put your keyboard start-up code here
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef TV44_H
|
||||
#define TV44_H
|
||||
#ifndef MINIVAN_H
|
||||
#define MINIVAN_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.
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue