aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/handwired/bigmac/bigmac.c20
-rw-r--r--keyboards/handwired/bigmac/bigmac.h36
-rw-r--r--keyboards/handwired/bigmac/config.h49
-rw-r--r--keyboards/handwired/bigmac/info.json95
-rw-r--r--keyboards/handwired/bigmac/keymaps/default/keymap.c28
-rw-r--r--keyboards/handwired/bigmac/readme.md6
-rw-r--r--keyboards/handwired/bigmac/rules.mk25
7 files changed, 259 insertions, 0 deletions
diff --git a/keyboards/handwired/bigmac/bigmac.c b/keyboards/handwired/bigmac/bigmac.c
new file mode 100644
index 000000000..b8815a1c4
--- /dev/null
+++ b/keyboards/handwired/bigmac/bigmac.c
@@ -0,0 +1,20 @@
1/* Copyright 2020 Taylore101
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#include "bigmac.h"
18
19// generated by KBFirmware JSON to QMK Parser
20// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/bigmac/bigmac.h b/keyboards/handwired/bigmac/bigmac.h
new file mode 100644
index 000000000..7e782e433
--- /dev/null
+++ b/keyboards/handwired/bigmac/bigmac.h
@@ -0,0 +1,36 @@
1/* Copyright 2020 Taylore101
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#pragma once
18
19#include "quantum.h"
20
21#define LAYOUT( \
22 K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, K0G, \
23 K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, K1F, K1G, \
24 K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, K2G, \
25 K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E, K3F, K3G, \
26 K40, K41, K43, K45, K46, K47, K48, K49, K4B, K4D, K4E, K4F, K4G \
27) { \
28 { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F, K0G }, \
29 { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, K1F, K1G }, \
30 { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F, K2G }, \
31 { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, K3E, K3F, K3G }, \
32 { K40, K41, KC_NO, K43, KC_NO, K45, K46, K47, K48, K49, KC_NO, K4B, KC_NO, K4D, K4E, K4F, K4G }, \
33}
34
35// generated by KBFirmware JSON to QMK Parser
36// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/bigmac/config.h b/keyboards/handwired/bigmac/config.h
new file mode 100644
index 000000000..db2ec2a5b
--- /dev/null
+++ b/keyboards/handwired/bigmac/config.h
@@ -0,0 +1,49 @@
1/* Copyright 2020 Taylore101
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#pragma once
18
19#include "config_common.h"
20
21/* USB Device descriptor parameter */
22#define VENDOR_ID 0xFEED
23#define PRODUCT_ID 0x1010
24#define DEVICE_VER 0x0001
25#define MANUFACTURER Taylore101
26#define PRODUCT BigMac
27
28/* key matrix size */
29#define MATRIX_ROWS 5
30#define MATRIX_COLS 17
31
32/*
33 * Keyboard Matrix Assignments
34 *
35 * Change this to how you wired your keyboard
36 * COLS: AVR pins used for columns, left to right
37 * ROWS: AVR pins used for rows, top to bottom
38 * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
39 * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
40 *
41 */
42#define MATRIX_ROW_PINS { F0, F1, C7, D5, B7 }
43#define MATRIX_COL_PINS { B6, B2, B3, B1, F7, F6, F5, F4, D3, D2, D1, D0, D4, C6, D7, E6, B4 }
44
45#define DIODE_DIRECTION COL2ROW
46
47
48// generated by KBFirmware JSON to QMK Parser
49// https://noroadsleft.github.io/kbf_qmk_converter/
diff --git a/keyboards/handwired/bigmac/info.json b/keyboards/handwired/bigmac/info.json
new file mode 100644
index 000000000..65501db11
--- /dev/null
+++ b/keyboards/handwired/bigmac/info.json
@@ -0,0 +1,95 @@
1{
2 "keyboard_name": "BigMac",
3 "url": "",
4 "maintainer": "Taylore101",
5 "width": 19,
6 "height": 5,
7 "layouts": {
8 "LAYOUT": {
9 "layout": [
10 {"label":"K00 (F0,B6)", "x":0, "y":0, "w":1.5},
11 {"label":"K01 (F0,B2)", "x":1.5, "y":0},
12 {"label":"K02 (F0,B3)", "x":2.5, "y":0},
13 {"label":"K03 (F0,B1)", "x":3.5, "y":0},
14 {"label":"K04 (F0,F7)", "x":4.5, "y":0},
15 {"label":"K05 (F0,F6)", "x":5.5, "y":0},
16 {"label":"K06 (F0,F5)", "x":7, "y":0},
17 {"label":"K07 (F0,F4)", "x":8, "y":0},
18 {"label":"K08 (F0,D3)", "x":9, "y":0},
19 {"label":"K09 (F0,D2)", "x":10.5, "y":0},
20 {"label":"K0A (F0,D1)", "x":11.5, "y":0},
21 {"label":"K0B (F0,D0)", "x":12.5, "y":0},
22 {"label":"K0C (F0,D4)", "x":13.5, "y":0},
23 {"label":"K0D (F0,C6)", "x":14.5, "y":0},
24 {"label":"K0E (F0,D7)", "x":15.5, "y":0},
25 {"label":"K0F (F0,E6)", "x":16.5, "y":0},
26 {"label":"K0G (F0,B4)", "x":17.5, "y":0, "w":1.5},
27 {"label":"K10 (F1,B6)", "x":0, "y":1, "w":1.5},
28 {"label":"K11 (F1,B2)", "x":1.5, "y":1},
29 {"label":"K12 (F1,B3)", "x":2.5, "y":1},
30 {"label":"K13 (F1,B1)", "x":3.5, "y":1},
31 {"label":"K14 (F1,F7)", "x":4.5, "y":1},
32 {"label":"K15 (F1,F6)", "x":5.5, "y":1},
33 {"label":"K16 (F1,F5)", "x":7, "y":1},
34 {"label":"K17 (F1,F4)", "x":8, "y":1},
35 {"label":"K18 (F1,D3)", "x":9, "y":1},
36 {"label":"K19 (F1,D2)", "x":10.5, "y":1},
37 {"label":"K1A (F1,D1)", "x":11.5, "y":1},
38 {"label":"K1B (F1,D0)", "x":12.5, "y":1},
39 {"label":"K1C (F1,D4)", "x":13.5, "y":1},
40 {"label":"K1D (F1,C6)", "x":14.5, "y":1},
41 {"label":"K1E (F1,D7)", "x":15.5, "y":1},
42 {"label":"K1F (F1,E6)", "x":16.5, "y":1},
43 {"label":"K1G (F1,B4)", "x":17.5, "y":1, "w":1.5},
44 {"label":"K20 (C7,B6)", "x":0, "y":2, "w":1.5},
45 {"label":"K21 (C7,B2)", "x":1.5, "y":2},
46 {"label":"K22 (C7,B3)", "x":2.5, "y":2},
47 {"label":"K23 (C7,B1)", "x":3.5, "y":2},
48 {"label":"K24 (C7,F7)", "x":4.5, "y":2},
49 {"label":"K25 (C7,F6)", "x":5.5, "y":2},
50 {"label":"K26 (C7,F5)", "x":7, "y":2},
51 {"label":"K27 (C7,F4)", "x":8, "y":2},
52 {"label":"K28 (C7,D3)", "x":9, "y":2},
53 {"label":"K29 (C7,D2)", "x":10.5, "y":2},
54 {"label":"K2A (C7,D1)", "x":11.5, "y":2},
55 {"label":"K2B (C7,D0)", "x":12.5, "y":2},
56 {"label":"K2C (C7,D4)", "x":13.5, "y":2},
57 {"label":"K2D (C7,C6)", "x":14.5, "y":2},
58 {"label":"K2E (C7,D7)", "x":15.5, "y":2},
59 {"label":"K2F (C7,E6)", "x":16.5, "y":2, "w":1.5},
60 {"label":"K2G (C7,B4)", "x":18, "y":2},
61 {"label":"K30 (D5,B6)", "x":0, "y":3, "w":1.5},
62 {"label":"K31 (D5,B2)", "x":1.5, "y":3},
63 {"label":"K32 (D5,B3)", "x":2.5, "y":3},
64 {"label":"K33 (D5,B1)", "x":3.5, "y":3},
65 {"label":"K34 (D5,F7)", "x":4.5, "y":3},
66 {"label":"K35 (D5,F6)", "x":5.5, "y":3},
67 {"label":"K36 (D5,F5)", "x":7, "y":3},
68 {"label":"K37 (D5,F4)", "x":8, "y":3},
69 {"label":"K38 (D5,D3)", "x":9, "y":3},
70 {"label":"K39 (D5,D2)", "x":10.5, "y":3},
71 {"label":"K3A (D5,D1)", "x":11.5, "y":3},
72 {"label":"K3B (D5,D0)", "x":12.5, "y":3},
73 {"label":"K3C (D5,D4)", "x":13.5, "y":3},
74 {"label":"K3D (D5,C6)", "x":14.5, "y":3},
75 {"label":"K3E (D5,D7)", "x":15.5, "y":3, "w":1.5},
76 {"label":"K3F (D5,E6)", "x":17, "y":3},
77 {"label":"K3G (D5,B4)", "x":18, "y":3},
78 {"label":"K40 (B7,B6)", "x":0, "y":4, "w":1.5},
79 {"label":"K41 (B7,B2)", "x":1.5, "y":4, "w":1.5},
80 {"label":"K43 (B7,B1)", "x":3, "y":4, "w":1.5},
81 {"label":"K45 (B7,F6)", "x":4.5, "y":4, "w":2},
82 {"label":"K46 (B7,F5)", "x":7, "y":4},
83 {"label":"K47 (B7,F4)", "x":8, "y":4},
84 {"label":"K48 (B7,D3)", "x":9, "y":4},
85 {"label":"K49 (B7,D2)", "x":10.5, "y":4, "w":2},
86 {"label":"K4B (B7,D0)", "x":12.5, "y":4, "w":1.5},
87 {"label":"K4D (B7,C6)", "x":14, "y":4, "w":1.5},
88 {"label":"K4E (B7,D7)", "x":16, "y":4},
89 {"label":"K4F (B7,E6)", "x":17, "y":4},
90 {"label":"K4G (B7,B4)", "x":18, "y":4}
91 ]
92 }
93 }
94 ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/"
95}
diff --git a/keyboards/handwired/bigmac/keymaps/default/keymap.c b/keyboards/handwired/bigmac/keymaps/default/keymap.c
new file mode 100644
index 000000000..f2eec1b5c
--- /dev/null
+++ b/keyboards/handwired/bigmac/keymaps/default/keymap.c
@@ -0,0 +1,28 @@
1/* Copyright 2020 Taylore101
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#include QMK_KEYBOARD_H
18
19const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
20 [0] = LAYOUT(
21 KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_NO, KC_NO, KC_NO, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC,
22 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_7, KC_8, KC_9, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS,
23 KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_4, KC_5, KC_6, KC_H, KC_J, KC_K, KC_L, KC_QUOT, KC_QUOT, KC_ENT, KC_PGUP,
24 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_1, KC_2, KC_3, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_UP, KC_PGDN,
25 KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_NO, KC_0, KC_NO, KC_SPC, KC_RGUI, KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT
26 ),
27
28};
diff --git a/keyboards/handwired/bigmac/readme.md b/keyboards/handwired/bigmac/readme.md
new file mode 100644
index 000000000..1c5ff4efd
--- /dev/null
+++ b/keyboards/handwired/bigmac/readme.md
@@ -0,0 +1,6 @@
1# BIGMAC
2
3![BIGMAC](https://i.imgur.com/Jm6P8Ovl.png)
4
5A hand wired 5x17 ortholinear with a macro/num pad in the center
6Made by Taylore101 on github / thetlj on reddit
diff --git a/keyboards/handwired/bigmac/rules.mk b/keyboards/handwired/bigmac/rules.mk
new file mode 100644
index 000000000..14b22efbd
--- /dev/null
+++ b/keyboards/handwired/bigmac/rules.mk
@@ -0,0 +1,25 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5BOOTLOADER = atmel-dfu
6
7# Build Options
8# change yes to no to disable
9#
10BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
11MOUSEKEY_ENABLE = yes # Mouse keys
12EXTRAKEY_ENABLE = yes # Audio control and System control
13CONSOLE_ENABLE = yes # Console for debug
14COMMAND_ENABLE = yes # Commands for debug and configuration
15# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
16SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
17# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
18NKRO_ENABLE = no # USB Nkey Rollover
19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
20RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
21BLUETOOTH_ENABLE = no # Enable Bluetooth
22AUDIO_ENABLE = no # Audio output
23
24# generated by KBFirmware JSON to QMK Parser
25# https://noroadsleft.github.io/kbf_qmk_converter/