aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired
diff options
context:
space:
mode:
authorboss566y <67247583+boss566y@users.noreply.github.com>2020-07-08 09:33:43 -0400
committerGitHub <noreply@github.com>2020-07-08 06:33:43 -0700
commit047a7f4e333454387c8f46bcee53f7a55d8c5426 (patch)
tree53371b6bf9343eddb3650c219d26dfe9f24c5846 /keyboards/handwired
parentc8ab8e0babb9247b420df8b10c16fae6438c38a4 (diff)
downloadfirmware-047a7f4e333454387c8f46bcee53f7a55d8c5426.tar.gz
firmware-047a7f4e333454387c8f46bcee53f7a55d8c5426.tar.bz2
firmware-047a7f4e333454387c8f46bcee53f7a55d8c5426.zip
[Keyboard] Added Handwired Redragon Keyboard (#9590)
* Added Handwired Redragon Keyboard as well as default and via keymaps * Update keyboards/handwired/boss566y/redragon_vara/info.json Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/keymaps/default/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/keymaps/default/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/keymaps/via/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/keymaps/via/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/keymaps/via/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/redragon_vara.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/redragon_vara.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/keymaps/default/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/boss566y/redragon_vara/info.json Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/handwired/boss566y/redragon_vara/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keymap.c Removed defined keycodes from via keymap * Update keymap.c replaced defined keycodes in default keymap * Update readme.md Changed image to one that matches the physical keyboard Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired')
-rw-r--r--keyboards/handwired/boss566y/redragon_vara/config.h51
-rw-r--r--keyboards/handwired/boss566y/redragon_vara/info.json118
-rw-r--r--keyboards/handwired/boss566y/redragon_vara/keymaps/default/keymap.c45
-rw-r--r--keyboards/handwired/boss566y/redragon_vara/keymaps/default/readme.md11
-rw-r--r--keyboards/handwired/boss566y/redragon_vara/keymaps/via/config.h21
-rw-r--r--keyboards/handwired/boss566y/redragon_vara/keymaps/via/keymap.c45
-rw-r--r--keyboards/handwired/boss566y/redragon_vara/keymaps/via/readme.md12
-rw-r--r--keyboards/handwired/boss566y/redragon_vara/keymaps/via/rules.mk2
-rw-r--r--keyboards/handwired/boss566y/redragon_vara/readme.md14
-rw-r--r--keyboards/handwired/boss566y/redragon_vara/redragon_vara.c16
-rw-r--r--keyboards/handwired/boss566y/redragon_vara/redragon_vara.h43
-rw-r--r--keyboards/handwired/boss566y/redragon_vara/rules.mk34
12 files changed, 412 insertions, 0 deletions
diff --git a/keyboards/handwired/boss566y/redragon_vara/config.h b/keyboards/handwired/boss566y/redragon_vara/config.h
new file mode 100644
index 000000000..167bddd48
--- /dev/null
+++ b/keyboards/handwired/boss566y/redragon_vara/config.h
@@ -0,0 +1,51 @@
+/*
+Copyright 2020 boss566y
+
+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 0x5048 //PH
+#define PRODUCT_ID 0x0001
+#define DEVICE_VER 0x0001
+#define MANUFACTURER PH
+#define PRODUCT Redragon Vara
+#define DESCRIPTION HandWired Redragon Vara
+
+/* key matrix size */
+#define MATRIX_ROWS 12
+#define MATRIX_COLS 11
+
+/*
+ * 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, B7, D0, F0, F1, F4, F5, F6, F7 }
+#define MATRIX_COL_PINS { D1, D2, D3, C6, D5, C7, D4, D7, B4, B5, B6 }
+
+#define DIODE_DIRECTION COL2ROW
+
+
+// generated by KBFirmware JSON to QMK Parser
+// https://noroadsleft.github.io/kbf_qmk_converter/ \ No newline at end of file
diff --git a/keyboards/handwired/boss566y/redragon_vara/info.json b/keyboards/handwired/boss566y/redragon_vara/info.json
new file mode 100644
index 000000000..d511c4ef4
--- /dev/null
+++ b/keyboards/handwired/boss566y/redragon_vara/info.json
@@ -0,0 +1,118 @@
+{
+ "keyboard_name": "Handwired Redragon Vara",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 22.5,
+ "height": 6.5,
+ "layouts": {
+ "LAYOUT_fullsize_ansi": {
+ "layout": [
+ {"label":"K00 (B0,D1)", "x":0, "y":0},
+ {"label":"K02 (B0,D3)", "x":2, "y":0},
+ {"label":"K03 (B0,C6)", "x":3, "y":0},
+ {"label":"K04 (B0,D5)", "x":4, "y":0},
+ {"label":"K05 (B0,C7)", "x":5, "y":0},
+ {"label":"K07 (B0,D7)", "x":6.5, "y":0},
+ {"label":"K08 (B0,B4)", "x":7.5, "y":0},
+ {"label":"K09 (B0,B5)", "x":8.5, "y":0},
+ {"label":"K0A (B0,B6)", "x":9.5, "y":0},
+ {"label":"K6A (F0,B6)", "x":11, "y":0},
+ {"label":"K69 (F0,B5)", "x":12, "y":0},
+ {"label":"K68 (F0,B4)", "x":13, "y":0},
+ {"label":"K67 (F0,D7)", "x":14, "y":0},
+ {"label":"K66 (F0,D4)", "x":15.25, "y":0},
+ {"label":"K65 (F0,C7)", "x":16.25, "y":0},
+ {"label":"K64 (F0,D5)", "x":17.25, "y":0},
+ {"label":"K10 (B1,D1)", "x":0, "y":1.5},
+ {"label":"K11 (B1,D2)", "x":1, "y":1.5},
+ {"label":"K12 (B1,D3)", "x":2, "y":1.5},
+ {"label":"K13 (B1,C6)", "x":3, "y":1.5},
+ {"label":"K14 (B1,D5)", "x":4, "y":1.5},
+ {"label":"K15 (B1,C7)", "x":5, "y":1.5},
+ {"label":"K16 (B1,D4)", "x":6, "y":1.5},
+ {"label":"K17 (B1,D7)", "x":7, "y":1.5},
+ {"label":"K18 (B1,B4)", "x":8, "y":1.5},
+ {"label":"K19 (B1,B5)", "x":9, "y":1.5},
+ {"label":"K1A (B1,B6)", "x":10, "y":1.5},
+ {"label":"K7A (F1,B6)", "x":11, "y":1.5},
+ {"label":"K79 (F1,B5)", "x":12, "y":1.5},
+ {"label":"K78 (F1,B4)", "x":13, "y":1.5, "w":2},
+ {"label":"K76 (F1,D4)", "x":15.25, "y":1.5},
+ {"label":"K75 (F1,C7)", "x":16.25, "y":1.5},
+ {"label":"K74 (F1,D5)", "x":17.25, "y":1.5},
+ {"label":"K73 (F1,C6)", "x":18.5, "y":1.5},
+ {"label":"K72 (F1,D3)", "x":19.5, "y":1.5},
+ {"label":"K71 (F1,D2)", "x":20.5, "y":1.5},
+ {"label":"K70 (F1,D1)", "x":21.5, "y":1.5},
+ {"label":"K20 (B2,D1)", "x":0, "y":2.5, "w":1.5},
+ {"label":"K21 (B2,D2)", "x":1.5, "y":2.5},
+ {"label":"K22 (B2,D3)", "x":2.5, "y":2.5},
+ {"label":"K23 (B2,C6)", "x":3.5, "y":2.5},
+ {"label":"K24 (B2,D5)", "x":4.5, "y":2.5},
+ {"label":"K25 (B2,C7)", "x":5.5, "y":2.5},
+ {"label":"K26 (B2,D4)", "x":6.5, "y":2.5},
+ {"label":"K27 (B2,D7)", "x":7.5, "y":2.5},
+ {"label":"K28 (B2,B4)", "x":8.5, "y":2.5},
+ {"label":"K29 (B2,B5)", "x":9.5, "y":2.5},
+ {"label":"K2A (B2,B6)", "x":10.5, "y":2.5},
+ {"label":"K8A (F4,B6)", "x":11.5, "y":2.5},
+ {"label":"K89 (F4,B5)", "x":12.5, "y":2.5},
+ {"label":"K87 (F4,D7)", "x":13.5, "y":2.5, "w":1.5},
+ {"label":"K86 (F4,D4)", "x":15.25, "y":2.5},
+ {"label":"K85 (F4,C7)", "x":16.25, "y":2.5},
+ {"label":"K84 (F4,D5)", "x":17.25, "y":2.5},
+ {"label":"K83 (F4,C6)", "x":18.5, "y":2.5},
+ {"label":"K82 (F4,D3)", "x":19.5, "y":2.5},
+ {"label":"K81 (F4,D2)", "x":20.5, "y":2.5},
+ {"label":"K90 (F5,D1)", "x":21.5, "y":2.5, "h":2},
+ {"label":"K30 (B3,D1)", "x":0, "y":3.5, "w":1.75},
+ {"label":"K31 (B3,D2)", "x":1.75, "y":3.5},
+ {"label":"K32 (B3,D3)", "x":2.75, "y":3.5},
+ {"label":"K33 (B3,C6)", "x":3.75, "y":3.5},
+ {"label":"K34 (B3,D5)", "x":4.75, "y":3.5},
+ {"label":"K35 (B3,C7)", "x":5.75, "y":3.5},
+ {"label":"K36 (B3,D4)", "x":6.75, "y":3.5},
+ {"label":"K37 (B3,D7)", "x":7.75, "y":3.5},
+ {"label":"K38 (B3,B4)", "x":8.75, "y":3.5},
+ {"label":"K39 (B3,B5)", "x":9.75, "y":3.5},
+ {"label":"K3A (B3,B6)", "x":10.75, "y":3.5},
+ {"label":"K9A (F5,B6)", "x":11.75, "y":3.5},
+ {"label":"K98 (F5,B4)", "x":12.75, "y":3.5, "w":2.25},
+ {"label":"K93 (F5,C6)", "x":18.5, "y":3.5},
+ {"label":"K92 (F5,D3)", "x":19.5, "y":3.5},
+ {"label":"K91 (F5,D2)", "x":20.5, "y":3.5},
+ {"label":"K40 (B7,D1)", "x":0, "y":4.5, "w":2.25},
+ {"label":"K42 (B7,D3)", "x":2.25, "y":4.5},
+ {"label":"K43 (B7,C6)", "x":3.25, "y":4.5},
+ {"label":"K44 (B7,D5)", "x":4.25, "y":4.5},
+ {"label":"K45 (B7,C7)", "x":5.25, "y":4.5},
+ {"label":"K46 (B7,D4)", "x":6.25, "y":4.5},
+ {"label":"K47 (B7,D7)", "x":7.25, "y":4.5},
+ {"label":"K48 (B7,B4)", "x":8.25, "y":4.5},
+ {"label":"K49 (B7,B5)", "x":9.25, "y":4.5},
+ {"label":"K4A (B7,B6)", "x":10.25, "y":4.5},
+ {"label":"KAA (F6,B6)", "x":11.25, "y":4.5},
+ {"label":"KA8 (F6,B4)", "x":12.25, "y":4.5, "w":2.75},
+ {"label":"KA5 (F6,C7)", "x":16.25, "y":4.5},
+ {"label":"KA3 (F6,C6)", "x":18.5, "y":4.5},
+ {"label":"KA2 (F6,D3)", "x":19.5, "y":4.5},
+ {"label":"KA1 (F6,D2)", "x":20.5, "y":4.5},
+ {"label":"KB0 (F7,D1)", "x":21.5, "y":4.5, "h":2},
+ {"label":"K50 (D0,D1)", "x":0, "y":5.5, "w":1.25},
+ {"label":"K51 (D0,D2)", "x":1.25, "y":5.5, "w":1.25},
+ {"label":"K53 (D0,C6)", "x":2.5, "y":5.5, "w":1.25},
+ {"label":"K56 (D0,D4)", "x":3.75, "y":5.5, "w":6.25},
+ {"label":"K5A (D0,B6)", "x":10, "y":5.5, "w":1.25},
+ {"label":"KBA (F7,B6)", "x":11.25, "y":5.5, "w":1.25},
+ {"label":"KB9 (F7,B5)", "x":12.5, "y":5.5, "w":1.25},
+ {"label":"KB7 (F7,D7)", "x":13.75, "y":5.5, "w":1.25},
+ {"label":"KB6 (F7,D4)", "x":15.25, "y":5.5},
+ {"label":"KB5 (F7,C7)", "x":16.25, "y":5.5},
+ {"label":"KB4 (F7,D5)", "x":17.25, "y":5.5},
+ {"label":"KB3 (F7,C6)", "x":18.5, "y":5.5, "w":2},
+ {"label":"KB1 (F7,D2)", "x":20.5, "y":5.5}
+ ]
+ }
+ }
+ ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
+}
diff --git a/keyboards/handwired/boss566y/redragon_vara/keymaps/default/keymap.c b/keyboards/handwired/boss566y/redragon_vara/keymaps/default/keymap.c
new file mode 100644
index 000000000..569ce187a
--- /dev/null
+++ b/keyboards/handwired/boss566y/redragon_vara/keymaps/default/keymap.c
@@ -0,0 +1,45 @@
+/* Copyright 2020 boss566y
+ *
+ * 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
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+ [0] = LAYOUT_fullsize_ansi(
+ KC_ESC, 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_PSCR, KC_SLCK, KC_PAUS,
+ KC_GRV, 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_INS, KC_HOME, KC_PGUP, KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS,
+ 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_DEL, KC_END, KC_PGDN, KC_P7, KC_P8, KC_P9, KC_PPLS,
+ XXXXXXX, 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_P4, KC_P5, KC_P6,
+ 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_P1, KC_P2, KC_P3, KC_PENT,
+ KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), MO(2), RGUI_T(KC_APP), KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT
+ ),
+ [1] = LAYOUT_fullsize_ansi(
+ RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL, _______, C(KC_HOME), _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ KC_CAPS, KC_MPRV, KC_MSTP, KC_MPLY, KC_MNXT, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, KC_VOLD, KC_VOLU, KC_MUTE, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
+ ),
+ [2] = LAYOUT_fullsize_ansi(
+ RESET, _______, _______, _______, _______, _______, KC_VOLD, KC_VOLU, KC_MUTE, KC_MPRV, KC_MSTP, KC_MPLY, KC_MNXT, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
+ ),
+
+
+};
diff --git a/keyboards/handwired/boss566y/redragon_vara/keymaps/default/readme.md b/keyboards/handwired/boss566y/redragon_vara/keymaps/default/readme.md
new file mode 100644
index 000000000..883622378
--- /dev/null
+++ b/keyboards/handwired/boss566y/redragon_vara/keymaps/default/readme.md
@@ -0,0 +1,11 @@
+# Default Layout
+
+Keymap is basic 104 qwerty layout with:
+
+* Caps Lock moved to Layer 1 leaving blank key on Base Layer
+* Menu Key changed to mod tap for Menu and Windows Keys
+* RAlt changed to M(1). Media playback on A to F, volume keys on X to V, and Delete on Backspace
+* FN is M(2). Arrow keys on HJKL, media keys on F6 to F12, and RCtrl+Home on Home.
+* Both M(1) and M(2) have Reset on Escape
+
+ \ No newline at end of file
diff --git a/keyboards/handwired/boss566y/redragon_vara/keymaps/via/config.h b/keyboards/handwired/boss566y/redragon_vara/keymaps/via/config.h
new file mode 100644
index 000000000..a9cb8393a
--- /dev/null
+++ b/keyboards/handwired/boss566y/redragon_vara/keymaps/via/config.h
@@ -0,0 +1,21 @@
+/*
+Copyright 2020 boss566y
+
+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
+
+#define DYNAMIC_KEYMAP_LAYER_COUNT 3
+
diff --git a/keyboards/handwired/boss566y/redragon_vara/keymaps/via/keymap.c b/keyboards/handwired/boss566y/redragon_vara/keymaps/via/keymap.c
new file mode 100644
index 000000000..6b10c598b
--- /dev/null
+++ b/keyboards/handwired/boss566y/redragon_vara/keymaps/via/keymap.c
@@ -0,0 +1,45 @@
+/* Copyright 2020 boss566y
+ *
+ * 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
+
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+ [0] = LAYOUT_fullsize_ansi(
+ KC_ESC, 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_PSCR, KC_SLCK, KC_PAUS,
+ KC_GRV, 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_INS, KC_HOME, KC_PGUP, KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS,
+ 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_DEL, KC_END, KC_PGDN, KC_P7, KC_P8, KC_P9, KC_PPLS,
+ XXXXXXX, 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_P4, KC_P5, KC_P6,
+ 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_P1, KC_P2, KC_P3, KC_PENT,
+ KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), MO(2), KC_RGUI, KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT
+ ),
+ [1] = LAYOUT_fullsize_ansi(
+ RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ KC_CAPS, KC_MPRV, KC_MSTP, KC_MPLY, KC_MNXT, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, KC_VOLD, KC_VOLU, KC_MUTE, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
+ ),
+ [2] = LAYOUT_fullsize_ansi(
+ RESET, _______, _______, _______, _______, _______, KC_VOLD, KC_VOLU, KC_MUTE, KC_MPRV, KC_MSTP, KC_MPLY, KC_MNXT, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
+ ),
+
+};
diff --git a/keyboards/handwired/boss566y/redragon_vara/keymaps/via/readme.md b/keyboards/handwired/boss566y/redragon_vara/keymaps/via/readme.md
new file mode 100644
index 000000000..d89cb08a8
--- /dev/null
+++ b/keyboards/handwired/boss566y/redragon_vara/keymaps/via/readme.md
@@ -0,0 +1,12 @@
+# Default Layout
+
+Keymap is basic 104 qwerty layout with:
+
+* Caps Lock moved to Layer 1 leaving blank key on Base Layer
+* Menu Key changed to mod tap for Menu and Windows Keys
+* RAlt changed to M(1). Media playback on A to F, volume keys on X to V, and Delete on Backspace
+* FN is M(2). Arrow keys on HJKL, media keys on F6 to F12, and RCtrl+Home on Home.
+* Both M(1) and M(2) have Reset on Escape
+* VIA Enabled [VIA JSON File](https://github.com/boss566y/keyboards/blob/boss566y/src/boss566y/handwired/redragon_vara.json)
+
+ \ No newline at end of file
diff --git a/keyboards/handwired/boss566y/redragon_vara/keymaps/via/rules.mk b/keyboards/handwired/boss566y/redragon_vara/keymaps/via/rules.mk
new file mode 100644
index 000000000..43061db1d
--- /dev/null
+++ b/keyboards/handwired/boss566y/redragon_vara/keymaps/via/rules.mk
@@ -0,0 +1,2 @@
+VIA_ENABLE = yes
+LTO_ENABLE = yes \ No newline at end of file
diff --git a/keyboards/handwired/boss566y/redragon_vara/readme.md b/keyboards/handwired/boss566y/redragon_vara/readme.md
new file mode 100644
index 000000000..d01745051
--- /dev/null
+++ b/keyboards/handwired/boss566y/redragon_vara/readme.md
@@ -0,0 +1,14 @@
+# Handwired Redragon Vara
+
+![Redragon](https://imgur.com/6L35ata.jpg)
+
+A handwired Redragon Vara. Built using a teensy 2.0 and has a 12x11 matrix
+
+* Keyboard Maintainer: [boss566y](https://github.com/boss566y)
+* Hardware: Redragon Vara and Teensy 2.0
+
+Make example for this keyboard (after setting up your build environment):
+
+ make handwired/boss566y/redragon_vara: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).
diff --git a/keyboards/handwired/boss566y/redragon_vara/redragon_vara.c b/keyboards/handwired/boss566y/redragon_vara/redragon_vara.c
new file mode 100644
index 000000000..18cfcfaa1
--- /dev/null
+++ b/keyboards/handwired/boss566y/redragon_vara/redragon_vara.c
@@ -0,0 +1,16 @@
+/* Copyright 2020 boss566y
+ *
+ * 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 "redragon_vara.h"
diff --git a/keyboards/handwired/boss566y/redragon_vara/redragon_vara.h b/keyboards/handwired/boss566y/redragon_vara/redragon_vara.h
new file mode 100644
index 000000000..d24231114
--- /dev/null
+++ b/keyboards/handwired/boss566y/redragon_vara/redragon_vara.h
@@ -0,0 +1,43 @@
+/* Copyright 2020 boss566y
+ *
+ * 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_fullsize_ansi( \
+ K00, K02, K03, K04, K05, K07, K08, K09, K0A, K6A, K69, K68, K67, K66, K65, K64, \
+ K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K7A, K79, K78, K76, K75, K74, K73, K72, K71, K70, \
+ K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K8A, K89, K87, K86, K85, K84, K83, K82, K81, K90, \
+ K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K9A, K98, K93, K92, K91, \
+ K40, K42, K43, K44, K45, K46, K47, K48, K49, K4A, KAA, KA8, KA5, KA3, KA2, KA1, KB0, \
+ K50, K51, K53, K56, K5A, KBA, KB9, KB7, KB6, KB5, KB4, KB3, KB1 \
+) { \
+ { K00, KC_NO, K02, K03, K04, K05, KC_NO, K07, K08, K09, K0A }, \
+ { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A }, \
+ { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A }, \
+ { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A }, \
+ { K40, KC_NO, K42, K43, K44, K45, K46, K47, K48, K49, K4A }, \
+ { K50, K51, KC_NO, K53, KC_NO, KC_NO, K56, KC_NO, KC_NO, KC_NO, K5A }, \
+ { KC_NO, KC_NO, KC_NO, KC_NO, K64, K65, K66, K67, K68, K69, K6A }, \
+ { K70, K71, K72, K73, K74, K75, K76, KC_NO, K78, K79, K7A }, \
+ { KC_NO, K81, K82, K83, K84, K85, K86, K87, KC_NO, K89, K8A }, \
+ { K90, K91, K92, K93, KC_NO, KC_NO, KC_NO, KC_NO, K98, KC_NO, K9A }, \
+ { KC_NO, KA1, KA2, KA3, KC_NO, KA5, KC_NO, KC_NO, KA8, KC_NO, KAA }, \
+ { KB0, KB1, KC_NO, KB3, KB4, KB5, KB6, KB7, KC_NO, KB9, KBA }, \
+}
+
+// generated by KBFirmware JSON to QMK Parser
+// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/boss566y/redragon_vara/rules.mk b/keyboards/handwired/boss566y/redragon_vara/rules.mk
new file mode 100644
index 000000000..958a948fb
--- /dev/null
+++ b/keyboards/handwired/boss566y/redragon_vara/rules.mk
@@ -0,0 +1,34 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+# Teensy halfkay
+# Pro Micro caterina
+# Atmel DFU atmel-dfu
+# LUFA DFU lufa-dfu
+# QMK DFU qmk-dfu
+# ATmega32A bootloadHID
+# ATmega328P USBasp
+BOOTLOADER = halfkay
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # 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
+MIDI_ENABLE = no # MIDI support
+UNICODE_ENABLE = no # Unicode
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
+
+LAYOUTS = fullsize_ansi