summaryrefslogtreecommitdiff
path: root/keyboards/boardsource/beiwagon
diff options
context:
space:
mode:
authorcole smith <38364556+daysgobye@users.noreply.github.com>2021-07-03 18:06:05 -0700
committerGitHub <noreply@github.com>2021-07-03 18:06:05 -0700
commit400844453a48c63c0eb06ae6b5d714a1ac3918f3 (patch)
tree355bef19cde47a41b8b334c9a5540d20ef141fa6 /keyboards/boardsource/beiwagon
parent2161496d62fef0f1255984cf4fc0e3e1c625d6fa (diff)
[Keyboard] ortho boards from the technik gb (#13382)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/boardsource/beiwagon')
-rw-r--r--keyboards/boardsource/beiwagon/beiwagon.c38
-rw-r--r--keyboards/boardsource/beiwagon/beiwagon.h32
-rw-r--r--keyboards/boardsource/beiwagon/config.h121
-rw-r--r--keyboards/boardsource/beiwagon/info.json28
-rw-r--r--keyboards/boardsource/beiwagon/keymaps/default/keymap.c47
-rw-r--r--keyboards/boardsource/beiwagon/keymaps/default/readme.md1
-rw-r--r--keyboards/boardsource/beiwagon/keymaps/via/keymap.c47
-rw-r--r--keyboards/boardsource/beiwagon/keymaps/via/readme.md1
-rw-r--r--keyboards/boardsource/beiwagon/keymaps/via/rules.mk1
-rw-r--r--keyboards/boardsource/beiwagon/readme.md21
-rw-r--r--keyboards/boardsource/beiwagon/rules.mk24
11 files changed, 361 insertions, 0 deletions
diff --git a/keyboards/boardsource/beiwagon/beiwagon.c b/keyboards/boardsource/beiwagon/beiwagon.c
new file mode 100644
index 0000000000..f4ba170e6e
--- /dev/null
+++ b/keyboards/boardsource/beiwagon/beiwagon.c
@@ -0,0 +1,38 @@
+/* Copyright 2020 Boardsource
+ *
+ * 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 <http://www.gnu.org/licenses/>.
+ */
+
+#include "beiwagon.h"
+#ifdef RGB_MATRIX_ENABLE
+led_config_t g_led_config = { {
+ {7,8,9},
+ {10,11,12},
+ {13,14,15},
+ {16,17,18}
+}, {
+ {2, 0}, {1, 0}, {0, 0},
+ {2, 1}, {1, 1}, {0, 1},
+ {2, 2}, {1, 2}, {0, 2},
+ {2, 3}, {1, 3}, {0, 3},
+}, {
+ 2, 2, 2, 2, 2, 2,
+ 1, 1, 1,
+ 1, 4, 1,
+ 1, 4, 1,
+ 1, 1, 1
+
+} };
+#endif
+
diff --git a/keyboards/boardsource/beiwagon/beiwagon.h b/keyboards/boardsource/beiwagon/beiwagon.h
new file mode 100644
index 0000000000..ed5d516529
--- /dev/null
+++ b/keyboards/boardsource/beiwagon/beiwagon.h
@@ -0,0 +1,32 @@
+/* Copyright 2020 Boardsource
+ *
+ * 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 <http://www.gnu.org/licenses/>.
+ */
+
+#pragma once
+
+#include "quantum.h"
+
+#define LAYOUT( \
+ K00, K01, K02, \
+ K10, K11, K12, \
+ K20, K21, K22, \
+ K30, K31, K32\
+ ) { \
+ {K00, K01, K02 }, \
+ {K10, K11, K12 }, \
+ {K20, K21, K22 }, \
+ {K30, K31, K32 } \
+ }
+
diff --git a/keyboards/boardsource/beiwagon/config.h b/keyboards/boardsource/beiwagon/config.h
new file mode 100644
index 0000000000..93856cbb87
--- /dev/null
+++ b/keyboards/boardsource/beiwagon/config.h
@@ -0,0 +1,121 @@
+/*
+Copyright 2020 Boardsource
+
+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 <http://www.gnu.org/licenses/>.
+*/
+
+#pragma once
+
+#include "config_common.h"
+
+/* USB Device descriptor parameter */
+#define VENDOR_ID 0x4273
+#define PRODUCT_ID 0x0066
+#define DEVICE_VER 0x0001
+#define MANUFACTURER Boardsource
+#define PRODUCT Beiwagon
+
+/* key matrix size */
+#define MATRIX_ROWS 4
+#define MATRIX_COLS 3
+
+/*
+ * Keyboard Matrix Assignments
+ *
+ * Change this to how you wired your keyboard
+ * COLS: AVR pins used for columns, left to right
+ * ROWS: AVR pins used for rows, top to bottom
+ * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
+ * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
+ *
+ */
+#define MATRIX_ROW_PINS {B0, B1, B2, B3}
+#define MATRIX_COL_PINS {B5,B6,B7}
+#define UNUSED_PINS
+
+/* COL2ROW, ROW2COL */
+#define DIODE_DIRECTION COL2ROW
+
+//#define BACKLIGHT_PIN B7
+//#define BACKLIGHT_LEVELS 3
+#define BACKLIGHT_BREATHING
+#define RGBLIGHT_ANIMATIONS
+#define RGB_DI_PIN C6
+#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 120
+#ifdef RGBLIGHT_ENABLE
+#define RGBLED_NUM 6 // Number of LEDs
+#endif
+
+#define DRIVER_LED_TOTAL 22
+
+/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
+#define DEBOUNCE 5
+
+/* define if matrix has ghost (lacks anti-ghosting diodes) */
+//#define MATRIX_HAS_GHOST
+
+/* 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
+
+/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
+ * This is useful for the Windows task manager shortcut (ctrl+shift+esc).
+ */
+//#define GRAVE_ESC_CTRL_OVERRIDE
+
+/*
+ * Force NKRO
+ *
+ * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
+ * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
+ * makefile for this to work.)
+ *
+ * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
+ * until the next keyboard reset.
+ *
+ * NKRO may prevent your keystrokes from being detected in the BIOS, but it is
+ * fully operational during normal computer usage.
+ *
+ * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
+ * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
+ * bootmagic, NKRO mode will always be enabled until it is toggled again during a
+ * power-up.
+ *
+ */
+//#define FORCE_NKRO
+
+/*
+ * 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
+
+/* disable these deprecated features by default */
+#define NO_ACTION_MACRO
+#define NO_ACTION_FUNCTION
+
+/* Bootmagic Lite key configuration */
+//#define BOOTMAGIC_LITE_ROW 0
+//#define BOOTMAGIC_LITE_COLUMN 0
diff --git a/keyboards/boardsource/beiwagon/info.json b/keyboards/boardsource/beiwagon/info.json
new file mode 100644
index 0000000000..6b2c9a466c
--- /dev/null
+++ b/keyboards/boardsource/beiwagon/info.json
@@ -0,0 +1,28 @@
+{
+ "keyboard_name": "Beiwagon",
+ "url": "",
+ "maintainer": "Boardsource",
+ "width": 3,
+ "height": 4,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ { "label": "k00", "x": 0, "y": 0 },
+ { "label": "k01", "x": 1, "y": 0 },
+ { "label": "k02", "x": 2, "y": 0 },
+
+ { "label": "k10", "x": 0, "y": 1 },
+ { "label": "k11", "x": 1, "y": 1 },
+ { "label": "k12", "x": 2, "y": 1 },
+
+ { "label": "k20", "x": 0, "y": 2 },
+ { "label": "k21", "x": 1, "y": 2 },
+ { "label": "k22", "x": 2, "y": 2 },
+
+ { "label": "k30", "x": 0, "y": 3 },
+ { "label": "k31", "x": 1, "y": 3 },
+ { "label": "k32", "x": 2, "y": 3 }
+ ]
+ }
+ }
+}
diff --git a/keyboards/boardsource/beiwagon/keymaps/default/keymap.c b/keyboards/boardsource/beiwagon/keymaps/default/keymap.c
new file mode 100644
index 0000000000..396a0c7207
--- /dev/null
+++ b/keyboards/boardsource/beiwagon/keymaps/default/keymap.c
@@ -0,0 +1,47 @@
+/* Copyright 2020 Boardsource
+ *
+ * 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 <http://www.gnu.org/licenses/>.
+ */
+
+#include QMK_KEYBOARD_H
+
+enum layers {
+ _MAIN,
+ _RAISE,
+ _LOWER,
+};
+
+// Readability keycodes
+#define LOWER MO(_LOWER)
+#define RAISE MO(_RAISE)
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+
+ [_MAIN] = LAYOUT(
+ KC_7, KC_8, KC_9,
+ KC_4, KC_5, KC_6,
+ KC_1, KC_2, KC_3,
+ KC_0, KC_PENT,RAISE
+ ),
+
+ [_RAISE] = LAYOUT(
+ KC_7, KC_8, RGB_TOG,
+ KC_4, KC_5, RGB_MOD,
+ KC_1, KC_2, KC_3,
+ KC_0, KC_PENT,KC_TRNS
+
+ )
+
+};
+
diff --git a/keyboards/boardsource/beiwagon/keymaps/default/readme.md b/keyboards/boardsource/beiwagon/keymaps/default/readme.md
new file mode 100644
index 0000000000..95f466aa83
--- /dev/null
+++ b/keyboards/boardsource/beiwagon/keymaps/default/readme.md
@@ -0,0 +1 @@
+# The default keymap for Beiwagon
diff --git a/keyboards/boardsource/beiwagon/keymaps/via/keymap.c b/keyboards/boardsource/beiwagon/keymaps/via/keymap.c
new file mode 100644
index 0000000000..396a0c7207
--- /dev/null
+++ b/keyboards/boardsource/beiwagon/keymaps/via/keymap.c
@@ -0,0 +1,47 @@
+/* Copyright 2020 Boardsource
+ *
+ * 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 <http://www.gnu.org/licenses/>.
+ */
+
+#include QMK_KEYBOARD_H
+
+enum layers {
+ _MAIN,
+ _RAISE,
+ _LOWER,
+};
+
+// Readability keycodes
+#define LOWER MO(_LOWER)
+#define RAISE MO(_RAISE)
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+
+ [_MAIN] = LAYOUT(
+ KC_7, KC_8, KC_9,
+ KC_4, KC_5, KC_6,
+ KC_1, KC_2, KC_3,
+ KC_0, KC_PENT,RAISE
+ ),
+
+ [_RAISE] = LAYOUT(
+ KC_7, KC_8, RGB_TOG,
+ KC_4, KC_5, RGB_MOD,
+ KC_1, KC_2, KC_3,
+ KC_0, KC_PENT,KC_TRNS
+
+ )
+
+};
+
diff --git a/keyboards/boardsource/beiwagon/keymaps/via/readme.md b/keyboards/boardsource/beiwagon/keymaps/via/readme.md
new file mode 100644
index 0000000000..f1b294c22a
--- /dev/null
+++ b/keyboards/boardsource/beiwagon/keymaps/via/readme.md
@@ -0,0 +1 @@
+# The via keymap for Beiwagon
diff --git a/keyboards/boardsource/beiwagon/keymaps/via/rules.mk b/keyboards/boardsource/beiwagon/keymaps/via/rules.mk
new file mode 100644
index 0000000000..1e5b99807c
--- /dev/null
+++ b/keyboards/boardsource/beiwagon/keymaps/via/rules.mk
@@ -0,0 +1 @@
+VIA_ENABLE = yes
diff --git a/keyboards/boardsource/beiwagon/readme.md b/keyboards/boardsource/beiwagon/readme.md
new file mode 100644
index 0000000000..104c1a1f2a
--- /dev/null
+++ b/keyboards/boardsource/beiwagon/readme.md
@@ -0,0 +1,21 @@
+# Beiwagon
+
+![Beiwagon](https://i.imgur.com/eQi2Laqh.jpeg)
+
+The Beiwagon was designed to be a companion to the Technik keeping the same height and design it is a perfect match to sit along side.
+
+* Keyboard Maintainer: [Boardsource](https://github.com/boardsource)
+* Hardware Supported: V1 pcb
+* Hardware Availability: [boardsource](https://boardsource.xyz/store/5ffb9b01edd0447f8023fdb2)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make boardsource/beiwagon:default
+
+Flashing example for this keyboard:
+
+ make boardsource/beiwagon:default:flash
+
+Reset keyboard by pushing reset button on back of pcb through access hole. Or hold down top left key while you plug in the usb cable.
+
+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).
diff --git a/keyboards/boardsource/beiwagon/rules.mk b/keyboards/boardsource/beiwagon/rules.mk
new file mode 100644
index 0000000000..1654fb4a6f
--- /dev/null
+++ b/keyboards/boardsource/beiwagon/rules.mk
@@ -0,0 +1,24 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = no # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+NKRO_ENABLE = no # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+RGB_MATRIX_ENABLE = yes
+RGB_MATRIX_DRIVER = WS2812