diff options
| author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-03-04 04:12:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-04 13:12:00 +0100 |
| commit | 23eb9f4fe51b99aa5b93ab223e7464129ad1a4c2 (patch) | |
| tree | 95fc55dcdb60159fdb3179b2951167fd89e1d1b2 /keyboards/sidderskb | |
| parent | 31662af342b1ff3715fb3f8f0d0efd6078b58092 (diff) | |
| download | qmk_firmware-23eb9f4fe51b99aa5b93ab223e7464129ad1a4c2.tar.gz qmk_firmware-23eb9f4fe51b99aa5b93ab223e7464129ad1a4c2.zip | |
New Keyboard: SiddersKB Majbritt (Pronounced My Brit) (#8260)
* Initial commit of majbritt
* Add QMK and VIA support to majbritt
* Change vendor and product id
* Change name
* Change make path
* Move Majbritt into sidderskb directory
* Update keyboards/sidderskb/majbritt/majbritt.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/sidderskb/majbritt/keymaps/default/config.h
Co-Authored-By: Ryan <fauxpark@gmail.com>
* remove unused file
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/sidderskb')
| -rw-r--r-- | keyboards/sidderskb/majbritt/config.h | 51 | ||||
| -rw-r--r-- | keyboards/sidderskb/majbritt/info.json | 82 | ||||
| -rw-r--r-- | keyboards/sidderskb/majbritt/keymaps/default/keymap.c | 34 | ||||
| -rw-r--r-- | keyboards/sidderskb/majbritt/keymaps/default/readme.md | 1 | ||||
| -rw-r--r-- | keyboards/sidderskb/majbritt/keymaps/via/keymap.c | 34 | ||||
| -rw-r--r-- | keyboards/sidderskb/majbritt/keymaps/via/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/sidderskb/majbritt/majbritt.c | 21 | ||||
| -rw-r--r-- | keyboards/sidderskb/majbritt/majbritt.h | 35 | ||||
| -rw-r--r-- | keyboards/sidderskb/majbritt/readme.md | 13 | ||||
| -rw-r--r-- | keyboards/sidderskb/majbritt/rules.mk | 32 |
10 files changed, 305 insertions, 0 deletions
diff --git a/keyboards/sidderskb/majbritt/config.h b/keyboards/sidderskb/majbritt/config.h new file mode 100644 index 000000000..dc4399b5e --- /dev/null +++ b/keyboards/sidderskb/majbritt/config.h | |||
| @@ -0,0 +1,51 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2020 MechMerlin | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | ||
| 17 | |||
| 18 | #pragma once | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | |||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x534B // SB | ||
| 24 | #define PRODUCT_ID 0x0001 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER SiddersKB | ||
| 27 | #define PRODUCT Majbritt | ||
| 28 | #define DESCRIPTION Alice style keyboard with arrows | ||
| 29 | |||
| 30 | /* key matrix size */ | ||
| 31 | #define MATRIX_ROWS 5 | ||
| 32 | #define MATRIX_COLS 15 | ||
| 33 | |||
| 34 | /* | ||
| 35 | * Keyboard Matrix Assignments | ||
| 36 | * | ||
| 37 | * Change this to how you wired your keyboard | ||
| 38 | * COLS: AVR pins used for columns, left to right | ||
| 39 | * ROWS: AVR pins used for rows, top to bottom | ||
| 40 | * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode) | ||
| 41 | * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) | ||
| 42 | * | ||
| 43 | */ | ||
| 44 | #define MATRIX_ROW_PINS { D0, D1, D2, D3, D5 } | ||
| 45 | #define MATRIX_COL_PINS { F0, F1, E6, C7, C6, B6, D4, B1, B0, B7, B5, B4, D7, D6, B3 } | ||
| 46 | |||
| 47 | #define DIODE_DIRECTION COL2ROW | ||
| 48 | |||
| 49 | |||
| 50 | // generated by KBFirmware JSON to QMK Parser | ||
| 51 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/sidderskb/majbritt/info.json b/keyboards/sidderskb/majbritt/info.json new file mode 100644 index 000000000..316e17b81 --- /dev/null +++ b/keyboards/sidderskb/majbritt/info.json | |||
| @@ -0,0 +1,82 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Majbritt", | ||
| 3 | "url": "", | ||
| 4 | "maintainer": "qmk", | ||
| 5 | "width": 18.75, | ||
| 6 | "height": 5.5, | ||
| 7 | "layouts": { | ||
| 8 | "LAYOUT": { | ||
| 9 | "key_count": 67, | ||
| 10 | "layout": [ | ||
| 11 | {"label":"K00 (D0,F0)", "x":0.75, "y":0.25}, | ||
| 12 | {"label":"K01 (D0,F1)", "x":1.75, "y":0.25}, | ||
| 13 | {"label":"K02 (D0,E6)", "x":2.75, "y":0.25}, | ||
| 14 | {"label":"K03 (D0,C7)", "x":4, "y":0.25}, | ||
| 15 | {"label":"K04 (D0,C6)", "x":5, "y":0.25}, | ||
| 16 | {"label":"K05 (D0,B6)", "x":6, "y":0.25}, | ||
| 17 | {"label":"K06 (D0,D4)", "x":7, "y":0.25}, | ||
| 18 | {"label":"K07 (D0,B1)", "x":8.75, "y":0.25}, | ||
| 19 | {"label":"K08 (D0,B0)", "x":9.75, "y":0.25}, | ||
| 20 | {"label":"K09 (D0,B7)", "x":10.75, "y":0.25}, | ||
| 21 | {"label":"K0A (D0,B5)", "x":11.75, "y":0.25}, | ||
| 22 | {"label":"K0B (D0,B4)", "x":13, "y":0.25}, | ||
| 23 | {"label":"K0C (D0,D7)", "x":14, "y":0.25}, | ||
| 24 | {"label":"K0D (D0,D6)", "x":15, "y":0.25, "w":2}, | ||
| 25 | {"label":"K1E (D1,B3)", "x":17.25, "y":0}, | ||
| 26 | {"label":"K10 (D1,F0)", "x":0.5, "y":1.25, "w":1.5}, | ||
| 27 | {"label":"K11 (D1,F1)", "x":2, "y":1.25}, | ||
| 28 | {"label":"K12 (D1,E6)", "x":3.25, "y":1.25}, | ||
| 29 | {"label":"K13 (D1,C7)", "x":4.25, "y":1.25}, | ||
| 30 | {"label":"K14 (D1,C6)", "x":5.25, "y":1.25}, | ||
| 31 | {"label":"K15 (D1,B6)", "x":6.25, "y":1.25}, | ||
| 32 | {"label":"K16 (D1,D4)", "x":8.5, "y":1.25}, | ||
| 33 | {"label":"K17 (D1,B1)", "x":9.5, "y":1.25}, | ||
| 34 | {"label":"K18 (D1,B0)", "x":10.5, "y":1.25}, | ||
| 35 | {"label":"K19 (D1,B7)", "x":11.5, "y":1.25}, | ||
| 36 | {"label":"K1A (D1,B5)", "x":12.5, "y":1.25}, | ||
| 37 | {"label":"K1B (D1,B4)", "x":13.75, "y":1.25}, | ||
| 38 | {"label":"K1C (D1,D7)", "x":14.75, "y":1.25}, | ||
| 39 | {"label":"K1D (D1,D6)", "x":16, "y":1.25, "w":1.25, "h":2}, | ||
| 40 | {"label":"K2E (D2,B3)", "x":17.5, "y":1}, | ||
| 41 | {"label":"K20 (D2,F0)", "x":0.25, "y":2.25, "w":1.75}, | ||
| 42 | {"label":"K21 (D2,F1)", "x":2, "y":2.25}, | ||
| 43 | {"label":"K22 (D2,E6)", "x":3.5, "y":2.25}, | ||
| 44 | {"label":"K23 (D2,C7)", "x":4.5, "y":2.25}, | ||
| 45 | {"label":"K24 (D2,C6)", "x":5.5, "y":2.25}, | ||
| 46 | {"label":"K25 (D2,B6)", "x":6.5, "y":2.25}, | ||
| 47 | {"label":"K26 (D2,D4)", "x":8.75, "y":2.25}, | ||
| 48 | {"label":"K27 (D2,B1)", "x":9.75, "y":2.25}, | ||
| 49 | {"label":"K28 (D2,B0)", "x":10.75, "y":2.25}, | ||
| 50 | {"label":"K29 (D2,B7)", "x":11.75, "y":2.25}, | ||
| 51 | {"label":"K2A (D2,B5)", "x":13, "y":2.25}, | ||
| 52 | {"label":"K2B (D2,B4)", "x":14, "y":2.25}, | ||
| 53 | {"label":"K2C (D2,D7)", "x":15, "y":2.25}, | ||
| 54 | {"label":"K3E (D3,B3)", "x":17.75, "y":2}, | ||
| 55 | {"label":"K30 (D3,F0)", "x":0, "y":3.25, "w":1.25}, | ||
| 56 | {"label":"K41 (D5,F1)", "x":1.25, "y":3.25}, | ||
| 57 | {"label":"K31 (D3,F1)", "x":2.25, "y":3.25}, | ||
| 58 | {"label":"K32 (D3,E6)", "x":3.75, "y":3.25}, | ||
| 59 | {"label":"K33 (D3,C7)", "x":4.75, "y":3.25}, | ||
| 60 | {"label":"K34 (D3,C6)", "x":5.75, "y":3.25}, | ||
| 61 | {"label":"K35 (D3,B6)", "x":6.75, "y":3.25}, | ||
| 62 | {"label":"K36 (D3,D4)", "x":9, "y":3.25}, | ||
| 63 | {"label":"K37 (D3,B1)", "x":10, "y":3.25}, | ||
| 64 | {"label":"K38 (D3,B0)", "x":11, "y":3.25}, | ||
| 65 | {"label":"K39 (D3,B7)", "x":12, "y":3.25}, | ||
| 66 | {"label":"K3A (D3,B5)", "x":13.5, "y":3.25}, | ||
| 67 | {"label":"K3B (D3,B4)", "x":14.5, "y":3.25, "w":1.75}, | ||
| 68 | {"label":"K3D (D3,D6)", "x":16.5, "y":3.5}, | ||
| 69 | {"label":"K40 (D5,F0)", "x":0, "y":4.25, "w":1.5}, | ||
| 70 | {"label":"K42 (D5,E6)", "x":3.75, "y":4.25, "w":1.5}, | ||
| 71 | {"label":"K44 (D5,C6)", "x":5.25, "y":4.25, "w":2}, | ||
| 72 | {"label":"K45 (D5,B6)", "x":7.25, "y":4.25}, | ||
| 73 | {"label":"K47 (D5,B1)", "x":8.5, "y":4.25, "w":2.75}, | ||
| 74 | {"label":"K49 (D5,B7)", "x":11.25, "y":4.25, "w":1.5}, | ||
| 75 | {"label":"K4C (D5,D7)", "x":15.5, "y":4.5}, | ||
| 76 | {"label":"K4D (D5,D6)", "x":16.5, "y":4.5}, | ||
| 77 | {"label":"K4E (D5,B3)", "x":17.5, "y":4.5} | ||
| 78 | ] | ||
| 79 | } | ||
| 80 | } | ||
| 81 | ,"meta": "https://noroadsleft.github.io/kbf_qmk_converter/" | ||
| 82 | } | ||
diff --git a/keyboards/sidderskb/majbritt/keymaps/default/keymap.c b/keyboards/sidderskb/majbritt/keymaps/default/keymap.c new file mode 100644 index 000000000..21cdd04ed --- /dev/null +++ b/keyboards/sidderskb/majbritt/keymaps/default/keymap.c | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | /* Copyright 2020 MechMerlin | ||
| 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 | #include QMK_KEYBOARD_H | ||
| 17 | |||
| 18 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 19 | [0] = LAYOUT( | ||
| 20 | KC_ESC, 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_DEL, | ||
| 21 | 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_ENT, KC_PGUP, | ||
| 22 | KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_BSLS, KC_PGDN, | ||
| 23 | KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, | ||
| 24 | KC_LCTL, KC_LALT, KC_SPC, MO(1), KC_BSPC, KC_RALT, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 25 | ), | ||
| 26 | [1] = LAYOUT( | ||
| 27 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, | ||
| 28 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 29 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 30 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 31 | _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 32 | ), | ||
| 33 | |||
| 34 | }; | ||
diff --git a/keyboards/sidderskb/majbritt/keymaps/default/readme.md b/keyboards/sidderskb/majbritt/keymaps/default/readme.md new file mode 100644 index 000000000..7b51ddcd2 --- /dev/null +++ b/keyboards/sidderskb/majbritt/keymaps/default/readme.md | |||
| @@ -0,0 +1 @@ | |||
| # The default keymap for majbritt | |||
diff --git a/keyboards/sidderskb/majbritt/keymaps/via/keymap.c b/keyboards/sidderskb/majbritt/keymaps/via/keymap.c new file mode 100644 index 000000000..21cdd04ed --- /dev/null +++ b/keyboards/sidderskb/majbritt/keymaps/via/keymap.c | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | /* Copyright 2020 MechMerlin | ||
| 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 | #include QMK_KEYBOARD_H | ||
| 17 | |||
| 18 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 19 | [0] = LAYOUT( | ||
| 20 | KC_ESC, 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_DEL, | ||
| 21 | 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_ENT, KC_PGUP, | ||
| 22 | KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_BSLS, KC_PGDN, | ||
| 23 | KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, | ||
| 24 | KC_LCTL, KC_LALT, KC_SPC, MO(1), KC_BSPC, KC_RALT, KC_LEFT, KC_DOWN, KC_RGHT | ||
| 25 | ), | ||
| 26 | [1] = LAYOUT( | ||
| 27 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, | ||
| 28 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 29 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 30 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 31 | _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 32 | ), | ||
| 33 | |||
| 34 | }; | ||
diff --git a/keyboards/sidderskb/majbritt/keymaps/via/rules.mk b/keyboards/sidderskb/majbritt/keymaps/via/rules.mk new file mode 100644 index 000000000..36b7ba9cb --- /dev/null +++ b/keyboards/sidderskb/majbritt/keymaps/via/rules.mk | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | VIA_ENABLE = yes | ||
| 2 | LTO_ENABLE = yes | ||
diff --git a/keyboards/sidderskb/majbritt/majbritt.c b/keyboards/sidderskb/majbritt/majbritt.c new file mode 100644 index 000000000..e0fe370b8 --- /dev/null +++ b/keyboards/sidderskb/majbritt/majbritt.c | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | /* Copyright 2020 MechMerlin | ||
| 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 | #include "majbritt.h" | ||
| 17 | |||
| 18 | |||
| 19 | |||
| 20 | // generated by KBFirmware JSON to QMK Parser | ||
| 21 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/sidderskb/majbritt/majbritt.h b/keyboards/sidderskb/majbritt/majbritt.h new file mode 100644 index 000000000..5d49640ef --- /dev/null +++ b/keyboards/sidderskb/majbritt/majbritt.h | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | /* Copyright 2020 MechMerlin | ||
| 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 | #pragma once | ||
| 17 | |||
| 18 | #include "quantum.h" | ||
| 19 | |||
| 20 | #define LAYOUT( \ | ||
| 21 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K1E, \ | ||
| 22 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K2E, \ | ||
| 23 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K3E,\ | ||
| 24 | K30, K41, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3D, \ | ||
| 25 | K40, K42, K44, K45, K47, K49, K4C, K4D, K4E \ | ||
| 26 | ) { \ | ||
| 27 | { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, KC_NO }, \ | ||
| 28 | { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E }, \ | ||
| 29 | { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, KC_NO, K2E }, \ | ||
| 30 | { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, KC_NO, K3D, K3E }, \ | ||
| 31 | { K40, K41, K42, KC_NO, K44, K45, KC_NO, K47, KC_NO, K49, KC_NO, KC_NO, K4C, K4D, K4E }, \ | ||
| 32 | } | ||
| 33 | |||
| 34 | // generated by KBFirmware JSON to QMK Parser | ||
| 35 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
diff --git a/keyboards/sidderskb/majbritt/readme.md b/keyboards/sidderskb/majbritt/readme.md new file mode 100644 index 000000000..b1445c681 --- /dev/null +++ b/keyboards/sidderskb/majbritt/readme.md | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # Majbritt | ||
| 2 | |||
| 3 | An Alice style keyboard with arrow keys. | ||
| 4 | |||
| 5 | * Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin) | ||
| 6 | * Hardware Supported: Majbritt PCB | ||
| 7 | * Hardware Availability: TBD | ||
| 8 | |||
| 9 | Make example for this keyboard (after setting up your build environment): | ||
| 10 | |||
| 11 | make sidderskb/majbritt:default | ||
| 12 | |||
| 13 | 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/sidderskb/majbritt/rules.mk b/keyboards/sidderskb/majbritt/rules.mk new file mode 100644 index 000000000..405348421 --- /dev/null +++ b/keyboards/sidderskb/majbritt/rules.mk | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | # Teensy halfkay | ||
| 6 | # Pro Micro caterina | ||
| 7 | # Atmel DFU atmel-dfu | ||
| 8 | # LUFA DFU lufa-dfu | ||
| 9 | # QMK DFU qmk-dfu | ||
| 10 | # ATmega32A bootloadHID | ||
| 11 | # ATmega328P USBasp | ||
| 12 | BOOTLOADER = atmel-dfu | ||
| 13 | |||
| 14 | # Build Options | ||
| 15 | # change yes to no to disable | ||
| 16 | # | ||
| 17 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration | ||
| 18 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 19 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 20 | CONSOLE_ENABLE = yes # Console for debug | ||
| 21 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 24 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
| 25 | NKRO_ENABLE = no # USB Nkey Rollover | ||
| 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 28 | MIDI_ENABLE = no # MIDI support | ||
| 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
| 30 | AUDIO_ENABLE = no # Audio output on port C6 | ||
| 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 32 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs | ||
