diff options
| author | Chuck Lauer Vose <vosechu@gmail.com> | 2022-01-10 19:53:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-10 16:53:54 -0800 |
| commit | 101f5044359fed6455bccd9f99afa6d5cbdbbf13 (patch) | |
| tree | 6d1cd7d06159a5a5505c70af47f893a437a09be1 | |
| parent | dd4e48b4a274810fc088dc43c1e9be6f0a248f1a (diff) | |
| download | qmk_firmware-101f5044359fed6455bccd9f99afa6d5cbdbbf13.tar.gz qmk_firmware-101f5044359fed6455bccd9f99afa6d5cbdbbf13.zip | |
[Keyboard] Rename Laptreus to Shapeshifter4060 (#15655)
17 files changed, 251 insertions, 91 deletions
diff --git a/keyboards/laptreus/keymaps/debug/keymap.c b/keyboards/laptreus/keymaps/debug/keymap.c deleted file mode 100644 index 8ffb06fa2..000000000 --- a/keyboards/laptreus/keymaps/debug/keymap.c +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | #include QMK_KEYBOARD_H | ||
| 2 | |||
| 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 4 | /* ============================= DEBUG LAYER ============================= */ | ||
| 5 | [0] = LAYOUT( | ||
| 6 | KC_A, KC_1, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, | ||
| 7 | KC_A, KC_2, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, | ||
| 8 | KC_A, KC_3, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, | ||
| 9 | KC_A, KC_4, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L | ||
| 10 | ) | ||
| 11 | }; | ||
diff --git a/keyboards/laptreus/keymaps/vosechu/readme.md b/keyboards/laptreus/keymaps/vosechu/readme.md deleted file mode 100644 index e69de29bb..000000000 --- a/keyboards/laptreus/keymaps/vosechu/readme.md +++ /dev/null | |||
diff --git a/keyboards/laptreus/laptreus.c b/keyboards/laptreus/laptreus.c deleted file mode 100644 index 2e59ffd62..000000000 --- a/keyboards/laptreus/laptreus.c +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #include "laptreus.h" | ||
| 2 | |||
| 3 | void matrix_init_kb() { | ||
| 4 | // auto detect output on init | ||
| 5 | set_output(OUTPUT_AUTO); | ||
| 6 | } | ||
diff --git a/keyboards/laptreus/laptreus.h b/keyboards/laptreus/laptreus.h deleted file mode 100644 index 2e7932e49..000000000 --- a/keyboards/laptreus/laptreus.h +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include "quantum.h" | ||
| 4 | #include "outputselect.h" | ||
| 5 | |||
| 6 | #define XXX KC_NO | ||
| 7 | |||
| 8 | #define LAYOUT( \ | ||
| 9 | k40, k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k49, \ | ||
| 10 | k41, k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k48, \ | ||
| 11 | k42, k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k47, \ | ||
| 12 | k43, k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k46 \ | ||
| 13 | ) { \ | ||
| 14 | { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09 }, \ | ||
| 15 | { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19 }, \ | ||
| 16 | { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29 }, \ | ||
| 17 | { k30, k31, k32, k33, k34, k35, k36, k37, k38, k39 }, \ | ||
| 18 | { k40, k41, k42, k43, XXX, XXX, k46, k47, k48, k49 } \ | ||
| 19 | } | ||
diff --git a/keyboards/laptreus/readme.md b/keyboards/laptreus/readme.md deleted file mode 100644 index e27c20604..000000000 --- a/keyboards/laptreus/readme.md +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | # Laptreus | ||
| 2 | |||
| 3 | TODO: Insert cool photo | ||
| 4 | |||
| 5 | Laptreus is a 40% bluetooth keyboard in the style of the Atreus, which is specifically designed to sit atop your laptop keyboard. | ||
| 6 | |||
| 7 | Maintainer: [Chuck Lauer Vose](https://github.com/vosechu) | ||
| 8 | MCU: Adafruit Feather 32u4 BLE | ||
| 9 | Purchase link: GB coming soon | ||
| 10 | Case link: GB coming soon | ||
| 11 | Case design files: TODO | ||
| 12 | |||
| 13 | ## Flashing | ||
| 14 | |||
| 15 | **NOTE**: Make sure you don't have a second QMK keyboard plugged in when you do this! | ||
| 16 | |||
| 17 | [Default layout documentation](https://github.com/qmk/qmk_firmware/tree/master/keyboards/laptreus/keymaps/default) | ||
| 18 | |||
| 19 | To compile and flash to the board: | ||
| 20 | |||
| 21 | make laptreus:default:avrdude | ||
| 22 | |||
| 23 | To just compile: | ||
| 24 | |||
| 25 | make laptreus:default | ||
| 26 | |||
| 27 | Then use QMK toolbox to write the file | ||
| 28 | |||
| 29 | ## Changelog | ||
| 30 | |||
| 31 | v1.2: Mostly working, but JST connector is a little too tight and the reset switch is not connected. | ||
| 32 | |||
| 33 | ## Build log | ||
| 34 | |||
| 35 | TODO | ||
diff --git a/keyboards/laptreus/config.h b/keyboards/shapeshifter4060/config.h index 0c13da4bd..c8953821a 100644 --- a/keyboards/laptreus/config.h +++ b/keyboards/shapeshifter4060/config.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright 2019 Chuck "@vosechu" Lauer Vose <vosechu@gmail.com> | 2 | Copyright 2021 Chuck "@vosechu" Lauer Vose <vosechu@gmail.com> |
| 3 | 3 | ||
| 4 | This program is free software: you can redistribute it and/or modify | 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 | 5 | it under the terms of the GNU General Public License as published by |
| @@ -22,18 +22,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 22 | /* USB Device descriptor parameter */ | 22 | /* USB Device descriptor parameter */ |
| 23 | 23 | ||
| 24 | #define VENDOR_ID 0x1209 // pid.codes Vendor ID | 24 | #define VENDOR_ID 0x1209 // pid.codes Vendor ID |
| 25 | #define PRODUCT_ID 0xA1F1 // FIXME: Need to send PR to pid.codes to make this official | 25 | #define PRODUCT_ID 0xA1F1 // Shapeshifter 4060: https://pid.codes/1209/A1F1/ |
| 26 | #define DEVICE_VER 0x0001 | 26 | #define DEVICE_VER 0x0002 |
| 27 | #define MANUFACTURER Vosechu | 27 | #define MANUFACTURER Vosechu |
| 28 | #define PRODUCT Laptreus | 28 | #define PRODUCT Shapeshifter 4060 |
| 29 | 29 | ||
| 30 | /* key matrix size */ | 30 | /* key matrix size */ |
| 31 | #define MATRIX_ROWS 5 | 31 | #define MATRIX_ROWS 4 |
| 32 | #define MATRIX_COLS 10 | 32 | #define MATRIX_COLS 12 |
| 33 | 33 | ||
| 34 | #define MATRIX_ROW_PINS { F7, F6, F5, F1, F4 } | 34 | #define MATRIX_ROW_PINS { F4, F5, F6, F7 } |
| 35 | #define MATRIX_COL_PINS { D6, B7, B6, D7, C6, D1, D0, D3, D2, F0 } | 35 | #define MATRIX_COL_PINS { D0, D1, B1, B3, B2, B6, B5, B4, E6, D7, C6, D4 } |
| 36 | #define UNUSED_PINS { } | 36 | #define UNUSED_PINS { D2, D3 } |
| 37 | 37 | ||
| 38 | /* COL2ROW or ROW2COL */ | 38 | /* COL2ROW or ROW2COL */ |
| 39 | #define DIODE_DIRECTION ROW2COL | 39 | #define DIODE_DIRECTION ROW2COL |
diff --git a/keyboards/laptreus/info.json b/keyboards/shapeshifter4060/info.json index f82cc8419..5ec2bc2b0 100644 --- a/keyboards/laptreus/info.json +++ b/keyboards/shapeshifter4060/info.json | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Laptreus", | 2 | "keyboard_name": "Shapeshifter 4060", |
| 3 | "url": "", | 3 | "url": "kitsunekeyboards.com", |
| 4 | "maintainer": "vosechu", | 4 | "maintainer": "vosechu", |
| 5 | "layouts": { | 5 | "layouts": { |
| 6 | "LAYOUT": { | 6 | "LAYOUT": { |
diff --git a/keyboards/shapeshifter4060/keymaps/debug/keymap.c b/keyboards/shapeshifter4060/keymaps/debug/keymap.c new file mode 100644 index 000000000..06f9d8ea8 --- /dev/null +++ b/keyboards/shapeshifter4060/keymaps/debug/keymap.c | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2021 Chuck "@vosechu" Lauer Vose <vosechu@gmail.com> | ||
| 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 | #include QMK_KEYBOARD_H | ||
| 19 | |||
| 20 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 21 | /* ============================= DEBUG LAYER ============================= */ | ||
| 22 | [0] = LAYOUT( | ||
| 23 | KC_A, KC_1, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, | ||
| 24 | KC_A, KC_2, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, | ||
| 25 | KC_A, KC_3, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, | ||
| 26 | KC_A, KC_4, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L | ||
| 27 | ) | ||
| 28 | }; | ||
diff --git a/keyboards/laptreus/keymaps/debug/readme.md b/keyboards/shapeshifter4060/keymaps/debug/readme.md index fa4a27eda..3dcbc27ae 100644 --- a/keyboards/laptreus/keymaps/debug/readme.md +++ b/keyboards/shapeshifter4060/keymaps/debug/readme.md | |||
| @@ -8,11 +8,15 @@ This layout is expressly for debugging to see if your keys are working. | |||
| 8 | 8 | ||
| 9 | To compile and flash to the board: | 9 | To compile and flash to the board: |
| 10 | 10 | ||
| 11 | make laptreus:debug:avrdude | 11 | make shapeshifter4060:debug:avrdude |
| 12 | |||
| 13 | If you want to use this with a Proton C, do this instead: | ||
| 14 | |||
| 15 | make shapeshifter4060:debug CTPC=yes | ||
| 12 | 16 | ||
| 13 | To just compile: | 17 | To just compile: |
| 14 | 18 | ||
| 15 | make laptreus:debug | 19 | make shapeshifter4060:debug |
| 16 | 20 | ||
| 17 | Then use QMK toolbox to write the file | 21 | Then use QMK toolbox to write the file |
| 18 | 22 | ||
diff --git a/keyboards/laptreus/keymaps/default/keymap.c b/keyboards/shapeshifter4060/keymaps/default/keymap.c index b0e1c9f02..e390b5a36 100644 --- a/keyboards/laptreus/keymaps/default/keymap.c +++ b/keyboards/shapeshifter4060/keymaps/default/keymap.c | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2021 Chuck "@vosechu" Lauer Vose <vosechu@gmail.com> | ||
| 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 | |||
| 1 | #include QMK_KEYBOARD_H | 18 | #include QMK_KEYBOARD_H |
| 2 | 19 | ||
| 3 | enum layer_names { | 20 | enum layer_names { |
diff --git a/keyboards/laptreus/keymaps/default/readme.md b/keyboards/shapeshifter4060/keymaps/default/readme.md index 0124ab9a9..9dbe80e64 100644 --- a/keyboards/laptreus/keymaps/default/readme.md +++ b/keyboards/shapeshifter4060/keymaps/default/readme.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Default layout | 1 | # Default layout |
| 2 | 2 | ||
| 3 | This is the default layout for the Laptreus | 3 | This is the default layout for the Shapeshifter 4060 |
| 4 | 4 | ||
| 5 | ## Layout | 5 | ## Layout |
| 6 | 6 | ||
diff --git a/keyboards/laptreus/keymaps/vosechu/keymap.c b/keyboards/shapeshifter4060/keymaps/vosechu/keymap.c index 8bb08a873..eb04506ec 100644 --- a/keyboards/laptreus/keymaps/vosechu/keymap.c +++ b/keyboards/shapeshifter4060/keymaps/vosechu/keymap.c | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2021 Chuck "@vosechu" Lauer Vose <vosechu@gmail.com> | ||
| 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 | |||
| 1 | #include QMK_KEYBOARD_H | 18 | #include QMK_KEYBOARD_H |
| 2 | 19 | ||
| 3 | #include "vosechu.h" | 20 | #include "vosechu.h" |
diff --git a/keyboards/shapeshifter4060/keymaps/vosechu/readme.md b/keyboards/shapeshifter4060/keymaps/vosechu/readme.md new file mode 100644 index 000000000..a438e5536 --- /dev/null +++ b/keyboards/shapeshifter4060/keymaps/vosechu/readme.md | |||
| @@ -0,0 +1,82 @@ | |||
| 1 | # Vosechu layout | ||
| 2 | |||
| 3 | This is my personal layout for the Shapeshifter. It's taken a long time to get | ||
| 4 | to this point, but I think there are some things that are cool and special about | ||
| 5 | it. | ||
| 6 | |||
| 7 | ## Layout | ||
| 8 | |||
| 9 | Some special things: | ||
| 10 | |||
| 11 | * Lower/Raise are on the F/J keys. Tap to type the character, hold to activate the layer | ||
| 12 | * Enter and Backspace also activate the Lift layer. | ||
| 13 | * -- To get repeated backspace, hold BkLft and then press Shift | ||
| 14 | |||
| 15 | |||
| 16 | ### Dvorak | ||
| 17 | |||
| 18 | ,-----------------------------------------------------------------------------------. | ||
| 19 | | Nada | ' | , | . | P | Y | F | G | C | R | L | Reset| | ||
| 20 | |------+------+------+------+------+-------------+------+------+------+------+------| | ||
| 21 | | Esc | A | O | E | Lwr/U| I | D | Rse/H| T | N | S | Nada | | ||
| 22 | |------+------+------+------+------+------|------+------+------+------+------+------| | ||
| 23 | | Nada | ; | Q | J | K | X | B | M | W | V | Z | Enter| | ||
| 24 | |------+------+------+------+------+------+------+------+------+------+------+------| | ||
| 25 | | Nada |Ctrl/~|AltTab| Cmd | BkLft| Shift| Space|EntLft| - | = | / | \ | | ||
| 26 | `-----------------------------------------------------------------------------------' | ||
| 27 | |||
| 28 | ### Qwerty | ||
| 29 | |||
| 30 | ,-----------------------------------------------------------------------------------. | ||
| 31 | | Tab | Q | W | E | R | T | Y | U | I | O | P | Back | | ||
| 32 | |------+------+------+------+------+-------------+------+------+------+------+------| | ||
| 33 | | Esc | A | S | D | Lwr/F| G | H | Rse/J| K | L | ; | " | | ||
| 34 | |------+------+------+------+------+------|------+------+------+------+------+------| | ||
| 35 | | Shift| Z | X | C | V | B | N | M | , | . | / | Enter| | ||
| 36 | |------+------+------+------+------+------+------+------+------+------+------+------| | ||
| 37 | | Hyper|Ctrl/~|AltTab| Cmd | BkLft| Shift| Space|EntLft| Left | Down | Up | Right| | ||
| 38 | `-----------------------------------------------------------------------------------' | ||
| 39 | |||
| 40 | ### Raise | ||
| 41 | |||
| 42 | ,-----------------------------------------------------------------------------------. | ||
| 43 | | | < | > | { | } | | | | | | | | | ||
| 44 | |------+------+------+------+------+-------------+------+------+------+------+------| | ||
| 45 | | | ( | ) | [ | ] | | | | | | | | | ||
| 46 | |------+------+------+------+------+------|------+------+------+------+------+------| | ||
| 47 | | | | | | | | | | | | | | | ||
| 48 | |------+------+------+------+------+------+------+------+------+------+------+------| | ||
| 49 | | | | | | BkLft| Shift| Space|EntLft| | | | | | ||
| 50 | `-----------------------------------------------------------------------------------' | ||
| 51 | |||
| 52 | ### Lower | ||
| 53 | |||
| 54 | ,-----------------------------------------------------------------------------------. | ||
| 55 | | | | | | | | | 7 | 8 | 9 | | | | ||
| 56 | |------+------+------+------+------+-------------+------+------+------+------+------| | ||
| 57 | | | | | | | | | 4 | 5 | 6 | | | | ||
| 58 | |------+------+------+------+------+------|------+------+------+------+------+------| | ||
| 59 | | | | | | | | | 1 | 2 | 3 | | | | ||
| 60 | |------+------+------+------+------+------+------+------+------+------+------+------| | ||
| 61 | | | | | | BkLft| Shift| Space| 0 | 0 | . | | | | ||
| 62 | `-----------------------------------------------------------------------------------' | ||
| 63 | |||
| 64 | ### Lift | ||
| 65 | |||
| 66 | ,-----------------------------------------------------------------------------------. | ||
| 67 | | |Hist ←| Tab ←| ↑ | Tab →|Hist →| Mute | |ScrLft|ScrFul|ScrRgt| | | ||
| 68 | |------+------+------+------+------+-------------+------+------+------+------+------| | ||
| 69 | | | | ← | ↓ | → | Pg Up|Vol up|Slk up| | |Qwerty| | | ||
| 70 | |------+------+------+------+------+------|------+------+------+------+------+------| | ||
| 71 | | | | | | | Pg Dn|Vol dn|Slk dn| | |Dvorak| | | ||
| 72 | |------+------+------+------+------+------+------+------+------+------+------+------| | ||
| 73 | | | Reset| | | | Bksp | | Shift| Cmd | Opt | Ctrl | | | ||
| 74 | `-----------------------------------------------------------------------------------' | ||
| 75 | |||
| 76 | Special things: | ||
| 77 | |||
| 78 | * Hist: Back button in your browser | ||
| 79 | * Tab: Move one tab left/right in most mac apps | ||
| 80 | * Slk: Go to the previous/next unread conversation in Slack | ||
| 81 | * Scr: Make this app fill the left/right side of your monitor (or full screen) | ||
| 82 | * Since arrows are on this layer, the command keys are moved to the right side | ||
diff --git a/keyboards/shapeshifter4060/readme.md b/keyboards/shapeshifter4060/readme.md new file mode 100644 index 000000000..2f134ce15 --- /dev/null +++ b/keyboards/shapeshifter4060/readme.md | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | Shapeshifter 4060 | ||
| 2 |  | ||
| 3 | |||
| 4 | The Shapeshifter 4060 is a 40% keyboard that takes inspiration from the Atreus and makes it accessible by putting it on a standard-sized 60% keyboard pcb. Ergonomics should be accessible by anyone! | ||
| 5 | |||
| 6 | Keyboard Maintainer: [Chuck Lauer Vose](https://github.com/vosechu) | ||
| 7 | Hardware Supported: Kitsune Shapeshifter 4060 (v3.0.3) with a Pro Micro Compatible board / Proton C | ||
| 8 | Hardware Availability: GB coming soon | ||
| 9 | |||
| 10 | Make example for this keyboard (after setting up your build environment): | ||
| 11 | |||
| 12 | make shapeshifter4060:default | ||
| 13 | |||
| 14 | For use with the Proton C | ||
| 15 | |||
| 16 | make shapeshifter4060:default CTPC=yes | ||
| 17 | |||
| 18 | Flashing example for this keyboard: | ||
| 19 | |||
| 20 | make shapeshifter4060:default:flash | ||
| 21 | |||
| 22 | 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). | ||
| 23 | |||
| 24 | ## Bootloader | ||
| 25 | |||
| 26 | Enter the bootloader in 3 ways: | ||
| 27 | |||
| 28 | - **Physical reset button**: Briefly press the button on the top of the PCB | ||
| 29 | - **Keycode in layout**: Press the key mapped to `RESET` if it is available | ||
| 30 | |||
| 31 | ## Changelog | ||
| 32 | |||
| 33 | v3.0.3: Complete rewrite using a standard pro micro pinout. | ||
| 34 | |||
| 35 | ## Build log | ||
| 36 | |||
| 37 | https://docs.google.com/document/d/1ml2rBdiO6GhrUx2HyLqip0i24bCU8d-fQR8adSEPWzQ/edit | ||
diff --git a/keyboards/laptreus/rules.mk b/keyboards/shapeshifter4060/rules.mk index 687d83785..00cb7fbcf 100644 --- a/keyboards/laptreus/rules.mk +++ b/keyboards/shapeshifter4060/rules.mk | |||
| @@ -1,9 +1,6 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 3 | 3 | ||
| 4 | # Processor frequency | ||
| 5 | F_CPU = 8000000 | ||
| 6 | |||
| 7 | # Bootloader selection | 4 | # Bootloader selection |
| 8 | BOOTLOADER = caterina | 5 | BOOTLOADER = caterina |
| 9 | 6 | ||
| @@ -18,6 +15,3 @@ COMMAND_ENABLE = yes # Commands for debug and configuration | |||
| 18 | NKRO_ENABLE = no # Enable N-Key Rollover | 15 | NKRO_ENABLE = no # Enable N-Key Rollover |
| 19 | #BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 16 | #BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 20 | KEY_LOCK_ENABLE = no | 17 | KEY_LOCK_ENABLE = no |
| 21 | |||
| 22 | BLUETOOTH_ENABLE = yes | ||
| 23 | BLUETOOTH_DRIVER = AdafruitBLE | ||
diff --git a/keyboards/shapeshifter4060/shapeshifter4060.c b/keyboards/shapeshifter4060/shapeshifter4060.c new file mode 100644 index 000000000..abe6d65e7 --- /dev/null +++ b/keyboards/shapeshifter4060/shapeshifter4060.c | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2021 Chuck "@vosechu" Lauer Vose <vosechu@gmail.com> | ||
| 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 | #include "shapeshifter4060.h" | ||
diff --git a/keyboards/shapeshifter4060/shapeshifter4060.h b/keyboards/shapeshifter4060/shapeshifter4060.h new file mode 100644 index 000000000..0c5bd7e08 --- /dev/null +++ b/keyboards/shapeshifter4060/shapeshifter4060.h | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2021 Chuck "@vosechu" Lauer Vose <vosechu@gmail.com> | ||
| 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 "quantum.h" | ||
| 21 | |||
| 22 | #define XXX KC_NO | ||
| 23 | |||
| 24 | #define LAYOUT( \ | ||
| 25 | k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k10, k11, \ | ||
| 26 | k12, k13, k14, k15, k16, k17, k18, k19, k20, k21, k22, k23, \ | ||
| 27 | k24, k25, k26, k27, k28, k29, k30, k31, k32, k33, k34, k35, \ | ||
| 28 | k36, k37, k38, k39, k40, k41, k42, k43, k44, k45, k46, k47 \ | ||
| 29 | ) { \ | ||
| 30 | { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k10, k11 }, \ | ||
| 31 | { k12, k13, k14, k15, k16, k17, k18, k19, k20, k21, k22, k23 }, \ | ||
| 32 | { k24, k25, k26, k27, k28, k29, k30, k31, k32, k33, k34, k35 }, \ | ||
| 33 | { k36, k37, k38, k39, k40, k41, k42, k43, k44, k45, k46, k47 }, \ | ||
| 34 | } | ||
