diff options
| author | QMK Bot <hello@qmk.fm> | 2021-02-05 00:22:26 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-02-05 00:22:26 +0000 |
| commit | a182338a8b9babf7abffc0427ef4b151b9df5559 (patch) | |
| tree | 910bdcb1718d815df9352f5583971ce1f1300f13 | |
| parent | 09ddc9fb2f877ecd9828834366677505e5a80a1d (diff) | |
| parent | fe686570caea9093baf2a40cae5842deabafcc48 (diff) | |
| download | qmk_firmware-a182338a8b9babf7abffc0427ef4b151b9df5559.tar.gz qmk_firmware-a182338a8b9babf7abffc0427ef4b151b9df5559.zip | |
Merge remote-tracking branch 'origin/master' into develop
10 files changed, 497 insertions, 0 deletions
diff --git a/keyboards/handwired/swiftrax/the_galleon/config.h b/keyboards/handwired/swiftrax/the_galleon/config.h new file mode 100644 index 000000000..b37861c96 --- /dev/null +++ b/keyboards/handwired/swiftrax/the_galleon/config.h | |||
| @@ -0,0 +1,49 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2021 Swiftrax <swiftrax@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 "config_common.h" | ||
| 21 | |||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x04D8 | ||
| 24 | #define PRODUCT_ID 0xEA2D | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Swiftrax | ||
| 27 | #define PRODUCT The Galleon | ||
| 28 | |||
| 29 | /* key matrix size */ | ||
| 30 | #define MATRIX_ROWS 14 | ||
| 31 | #define MATRIX_COLS 9 | ||
| 32 | |||
| 33 | // ROWS: Top to bottom, COLS: Left to right | ||
| 34 | |||
| 35 | #define MATRIX_ROW_PINS { B1, B0, D2, B7, D5, D3, D6, D4, B4, D7, B6, B5, C7, C6} | ||
| 36 | #define MATRIX_COL_PINS { E6, F0, F1, F4, F5, F6, F7, B3, B2 } | ||
| 37 | |||
| 38 | |||
| 39 | /* COL2ROW or ROW2COL */ | ||
| 40 | #define DIODE_DIRECTION ROW2COL | ||
| 41 | |||
| 42 | /* define if matrix has ghost */ | ||
| 43 | //#define MATRIX_HAS_GHOST | ||
| 44 | |||
| 45 | /* Set 0 if debouncing isn't needed */ | ||
| 46 | #define DEBOUNCE 5 | ||
| 47 | |||
| 48 | /*EEPROM for via*/ | ||
| 49 | #define DYNAMIC_KEYMAP_LAYER_COUNT 3 | ||
diff --git a/keyboards/handwired/swiftrax/the_galleon/info.json b/keyboards/handwired/swiftrax/the_galleon/info.json new file mode 100644 index 000000000..ba6a72f10 --- /dev/null +++ b/keyboards/handwired/swiftrax/the_galleon/info.json | |||
| @@ -0,0 +1,137 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "The Galleon", | ||
| 3 | "url": "github.com/swiftrax", | ||
| 4 | "maintainer": "swiftrax", | ||
| 5 | "width": 19.5, | ||
| 6 | "height": 7.5, | ||
| 7 | "layouts": { | ||
| 8 | "LAYOUT_all": { | ||
| 9 | "layout": [ | ||
| 10 | {"label":"0,0", "x":0, "y":0}, | ||
| 11 | {"label":"1,0", "x":1.25, "y":0}, | ||
| 12 | {"label":"0,1", "x":2.25, "y":0}, | ||
| 13 | {"label":"1,1", "x":3.25, "y":0}, | ||
| 14 | {"label":"0,2", "x":4.25, "y":0}, | ||
| 15 | {"label":"1,2", "x":5.5, "y":0}, | ||
| 16 | {"label":"0,3", "x":6.5, "y":0}, | ||
| 17 | {"label":"1,3", "x":7.5, "y":0}, | ||
| 18 | {"label":"0,4", "x":8.5, "y":0}, | ||
| 19 | {"label":"1,4", "x":9.75, "y":0}, | ||
| 20 | {"label":"0,5", "x":10.75, "y":0}, | ||
| 21 | {"label":"1,5", "x":11.75, "y":0}, | ||
| 22 | {"label":"0,6", "x":12.75, "y":0}, | ||
| 23 | {"label":"0,7", "x":15.5, "y":0}, | ||
| 24 | {"label":"1,7", "x":16.5, "y":0}, | ||
| 25 | {"label":"0,8", "x":17.5, "y":0}, | ||
| 26 | {"label":"1,8", "x":18.5, "y":0}, | ||
| 27 | |||
| 28 | {"label":"2,0", "x":0, "y":1}, | ||
| 29 | {"label":"3,0", "x":1.25, "y":1}, | ||
| 30 | {"label":"2,1", "x":2.25, "y":1}, | ||
| 31 | {"label":"3,1", "x":3.25, "y":1}, | ||
| 32 | {"label":"2,2", "x":4.25, "y":1}, | ||
| 33 | {"label":"3,2", "x":5.5, "y":1}, | ||
| 34 | {"label":"2,3", "x":6.5, "y":1}, | ||
| 35 | {"label":"3,3", "x":7.5, "y":1}, | ||
| 36 | {"label":"2,4", "x":8.5, "y":1}, | ||
| 37 | {"label":"3,4", "x":9.75, "y":1}, | ||
| 38 | {"label":"2,5", "x":10.75, "y":1}, | ||
| 39 | {"label":"3,5", "x":11.75, "y":1}, | ||
| 40 | {"label":"2,6", "x":12.75, "y":1}, | ||
| 41 | {"label":"2,7", "x":15.5, "y":1}, | ||
| 42 | {"label":"3,7", "x":16.5, "y":1}, | ||
| 43 | {"label":"2,8", "x":17.5, "y":1}, | ||
| 44 | {"label":"3,8", "x":18.5, "y":1}, | ||
| 45 | |||
| 46 | {"label":"4,0", "x":0, "y":2.25}, | ||
| 47 | {"label":"5,0", "x":1, "y":2.25}, | ||
| 48 | {"label":"4,1", "x":2, "y":2.25}, | ||
| 49 | {"label":"5,1", "x":3, "y":2.25}, | ||
| 50 | {"label":"4,2", "x":4, "y":2.25}, | ||
| 51 | {"label":"5,2", "x":5, "y":2.25}, | ||
| 52 | {"label":"4,3", "x":6, "y":2.25}, | ||
| 53 | {"label":"5,3", "x":7, "y":2.25}, | ||
| 54 | {"label":"4,4", "x":8, "y":2.25}, | ||
| 55 | {"label":"5,4", "x":9, "y":2.25}, | ||
| 56 | {"label":"4,5", "x":10, "y":2.25}, | ||
| 57 | {"label":"5,5", "x":11, "y":2.25}, | ||
| 58 | {"label":"4,6", "x":12, "y":2.25}, | ||
| 59 | {"label":"5,6", "x":13, "y":2.25}, | ||
| 60 | {"label":"9,6", "x":14, "y":2.25}, | ||
| 61 | {"label":"4,7", "x":15.5, "y":2.25}, | ||
| 62 | {"label":"5,7", "x":16.5, "y":2.25}, | ||
| 63 | {"label":"4,8", "x":17.5, "y":2.25}, | ||
| 64 | {"label":"5,8", "x":18.5, "y":2.25}, | ||
| 65 | |||
| 66 | {"label":"6,0", "x":0, "y":3.25, "w":1.5}, | ||
| 67 | {"label":"7,0", "x":1.5, "y":3.25}, | ||
| 68 | {"label":"6,1", "x":2.5, "y":3.25}, | ||
| 69 | {"label":"7,1", "x":3.5, "y":3.25}, | ||
| 70 | {"label":"6,2", "x":4.5, "y":3.25}, | ||
| 71 | {"label":"7,2", "x":5.5, "y":3.25}, | ||
| 72 | {"label":"6,3", "x":6.5, "y":3.25}, | ||
| 73 | {"label":"7,3", "x":7.5, "y":3.25}, | ||
| 74 | {"label":"6,4", "x":8.5, "y":3.25}, | ||
| 75 | {"label":"7,4", "x":9.5, "y":3.25}, | ||
| 76 | {"label":"6,5", "x":10.5, "y":3.25}, | ||
| 77 | {"label":"7,5", "x":11.5, "y":3.25}, | ||
| 78 | {"label":"6,6", "x":12.5, "y":3.25}, | ||
| 79 | {"label":"7,6", "x":13.5, "y":3.25, "w":1.5}, | ||
| 80 | {"label":"6,7", "x":15.5, "y":3.25}, | ||
| 81 | {"label":"7,7", "x":16.5, "y":3.25}, | ||
| 82 | {"label":"6,8", "x":17.5, "y":3.25}, | ||
| 83 | {"label":"7,8", "x":18.5, "y":3.25}, | ||
| 84 | |||
| 85 | {"label":"8,0", "x":0, "y":4.25, "w":1.75}, | ||
| 86 | {"label":"9,0", "x":1.75, "y":4.25}, | ||
| 87 | {"label":"8,1", "x":2.75, "y":4.25}, | ||
| 88 | {"label":"9,1", "x":3.75, "y":4.25}, | ||
| 89 | {"label":"8,2", "x":4.75, "y":4.25}, | ||
| 90 | {"label":"9,2", "x":5.75, "y":4.25}, | ||
| 91 | {"label":"8,3", "x":6.75, "y":4.25}, | ||
| 92 | {"label":"9,3", "x":7.75, "y":4.25}, | ||
| 93 | {"label":"8,4", "x":8.75, "y":4.25}, | ||
| 94 | {"label":"9,4", "x":9.75, "y":4.25}, | ||
| 95 | {"label":"8,5", "x":10.75, "y":4.25}, | ||
| 96 | {"label":"9,5", "x":11.75, "y":4.25}, | ||
| 97 | {"label":"8,6", "x":12.75, "y":4.25, "w":2.25}, | ||
| 98 | {"label":"8,7", "x":15.5, "y":4.25}, | ||
| 99 | {"label":"9,7", "x":16.5, "y":4.25}, | ||
| 100 | {"label":"8,8", "x":17.5, "y":4.25}, | ||
| 101 | {"label":"9,8", "x":18.5, "y":4.25}, | ||
| 102 | |||
| 103 | {"label":"10,0", "x":0, "y":5.25, "w":2.25}, | ||
| 104 | {"label":"11,0", "x":2.25, "y":5.25}, | ||
| 105 | {"label":"10,1", "x":3.25, "y":5.25}, | ||
| 106 | {"label":"11,1", "x":4.25, "y":5.25}, | ||
| 107 | {"label":"10,2", "x":5.25, "y":5.25}, | ||
| 108 | {"label":"11,2", "x":6.25, "y":5.25}, | ||
| 109 | {"label":"10,3", "x":7.25, "y":5.25}, | ||
| 110 | {"label":"11,3", "x":8.25, "y":5.25}, | ||
| 111 | {"label":"10,4", "x":9.25, "y":5.25}, | ||
| 112 | {"label":"11,4", "x":10.25, "y":5.25}, | ||
| 113 | {"label":"10,5", "x":11.25, "y":5.25}, | ||
| 114 | {"label":"10,6", "x":12.25, "y":5.25, "w":1.75}, | ||
| 115 | {"label":"11,6", "x":14.25, "y":5.5}, | ||
| 116 | {"label":"10,7", "x":15.5, "y":5.25}, | ||
| 117 | {"label":"11,7", "x":16.5, "y":5.25}, | ||
| 118 | {"label":"10,8", "x":17.5, "y":5.25}, | ||
| 119 | {"label":"11,8", "x":18.5, "y":5.25}, | ||
| 120 | |||
| 121 | {"label":"12,0", "x":0, "y":6.25, "w":1.25}, | ||
| 122 | {"label":"13,0", "x":1.25, "y":6.25, "w":1.25}, | ||
| 123 | {"label":"12,1", "x":2.5, "y":6.25, "w":1.25}, | ||
| 124 | {"label":"12,2", "x":3.75, "y":6.25, "w":6.25}, | ||
| 125 | {"label":"12,4", "x":10, "y":6.25}, | ||
| 126 | {"label":"13,4", "x":11, "y":6.25}, | ||
| 127 | {"label":"12,5", "x":12, "y":6.25}, | ||
| 128 | {"label":"12,6", "x":13.25, "y":6.5}, | ||
| 129 | {"label":"13,6", "x":14.25, "y":6.5}, | ||
| 130 | {"label":"12,7", "x":15.25, "y":6.5}, | ||
| 131 | {"label":"13,7", "x":16.5, "y":6.25}, | ||
| 132 | {"label":"12,8", "x":17.5, "y":6.25}, | ||
| 133 | {"label":"13,8", "x":18.5, "y":6.25} | ||
| 134 | ] | ||
| 135 | } | ||
| 136 | } | ||
| 137 | } | ||
diff --git a/keyboards/handwired/swiftrax/the_galleon/keymaps/default/keymap.c b/keyboards/handwired/swiftrax/the_galleon/keymaps/default/keymap.c new file mode 100644 index 000000000..8c9f69683 --- /dev/null +++ b/keyboards/handwired/swiftrax/the_galleon/keymaps/default/keymap.c | |||
| @@ -0,0 +1,105 @@ | |||
| 1 | /* Copyright 2021 swiftrax | ||
| 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 | |||
| 20 | [0] = LAYOUT_all( | ||
| 21 | KC_MUTE, KC_F13, KC_F14, KC_F15, KC_F16, KC_F17, KC_F18, KC_F19, KC_F20, KC_F21, KC_F22, KC_F23, KC_F24, KC_MPRV, KC_VOLU, KC_VOLD, KC_MNXT, | ||
| 22 | 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_HOME, KC_PGUP, KC_PGDN, KC_END, | ||
| 23 | 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_DEL, KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS, | ||
| 24 | 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_P7, KC_P8, KC_P9, KC_PPLS, | ||
| 25 | KC_CAPS, 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_PPLS, | ||
| 26 | 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, | ||
| 27 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT, KC_PENT), | ||
| 28 | [1] = LAYOUT_all( | ||
| 29 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 30 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 31 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 32 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 33 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 35 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______), | ||
| 36 | [2] = LAYOUT_all( | ||
| 37 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 38 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 39 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 40 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 41 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 42 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 43 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______), | ||
| 44 | }; | ||
| 45 | |||
| 46 | #ifdef OLED_DRIVER_ENABLE | ||
| 47 | |||
| 48 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { | ||
| 49 | return OLED_ROTATION_0; | ||
| 50 | } | ||
| 51 | |||
| 52 | #define IDLE_FRAMES 2 | ||
| 53 | #define IDLE_SPEED 10 | ||
| 54 | |||
| 55 | #define ANIM_SIZE 600 // number of bytes in array, minimize for adequate firmware size, max is 1024 | ||
| 56 | #define ANIM_FRAME_DURATION 200 //how long each frame lasts in ms | ||
| 57 | |||
| 58 | uint32_t anim_timer = 0; | ||
| 59 | uint32_t anim_sleep = 0; | ||
| 60 | uint8_t current_idle_frame = 0; | ||
| 61 | |||
| 62 | static void render_anim(void){ | ||
| 63 | static const char PROGMEM idle[IDLE_FRAMES][ANIM_SIZE] = { | ||
| 64 | { | ||
| 65 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 12, 56,224,128, 0,128,128,192,192,192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64,128, 0, 8, 48, 64, 0, 24,224, 0, 0, 0,192, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 66 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,128, 64,255,255,255,255,255,255,255,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2,130,132, 72, 72, 8,192,225,242,248,252,252,252,252,248,240,225,192, 4, 2, 34, 18, 9, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 67 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 24, 14, 3, 28,112,255,255,255,255,255,255,255, 0, 0, 0, 0, 0, 0, 0,255,255,254,252,252,252,124, 62, 30, 15, 7, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 16, 16, 8,136, 64, 35, 7, 15,159, 63, 63, 63,191, 31, 15, 7, 3, 96,128, 2, 18, 33, 33, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 68 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,192, 96, 56, 8, 7, 3, 7, 7, 15, 15, 31,112, 0, 0, 0, 0, 0, 0, 0, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 12, 2, 1, 0, 0, 0, 1, 6, 8, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 69 | }, | ||
| 70 | { | ||
| 71 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 4, 4, 8, 48,224,128, 0,128,128,192,192,192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64,128, 8, 48, 64, 0, 24,224, 0, 0, 0,192, 32, 0, 0, 0, 0,128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 72 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,255,255,255,255,255,255,255,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 34, 34, 34, 68, 68, 4,192,225,242,248,252,252,252,252,248,241,224,192, 2, 1, 17, 9,132,132,132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 73 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 32, 16, 8, 20,114,255,255,255,255,255,255,255, 0, 0, 0, 0, 0, 0, 0,127,255,254,252,124, 60, 28, 30, 14, 7, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 8, 8, 4,132, 64, 35, 7,143, 31, 63, 63, 63, 63, 31, 15, 7, 3, 96,128, 1, 17, 32, 32, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 74 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,127,131, 7, 7, 15, 15, 31,112, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 12, 2, 1, 0, 0, 0, 0, 7, 8, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 75 | } | ||
| 76 | }; | ||
| 77 | void animation_phase(void) { | ||
| 78 | current_idle_frame = (current_idle_frame + 1) % IDLE_FRAMES; | ||
| 79 | oled_write_raw_P(idle[abs((IDLE_FRAMES-1)-current_idle_frame)], ANIM_SIZE); | ||
| 80 | } | ||
| 81 | |||
| 82 | if(get_current_wpm() != 000) { | ||
| 83 | oled_on(); // not essential but turns on animation OLED with any alpha keypress | ||
| 84 | if(timer_elapsed32(anim_timer) > ANIM_FRAME_DURATION) { | ||
| 85 | anim_timer = timer_read32(); | ||
| 86 | animation_phase(); | ||
| 87 | } | ||
| 88 | anim_sleep = timer_read32(); | ||
| 89 | } | ||
| 90 | else { | ||
| 91 | if(timer_elapsed32(anim_sleep) > OLED_TIMEOUT) | ||
| 92 | oled_off(); | ||
| 93 | else { | ||
| 94 | if(timer_elapsed32(anim_timer) > ANIM_FRAME_DURATION) { | ||
| 95 | anim_timer = timer_read32(); | ||
| 96 | animation_phase(); | ||
| 97 | } | ||
| 98 | } | ||
| 99 | } | ||
| 100 | } | ||
| 101 | |||
| 102 | void oled_task_user(void) { | ||
| 103 | render_anim(); | ||
| 104 | } | ||
| 105 | #endif | ||
diff --git a/keyboards/handwired/swiftrax/the_galleon/keymaps/default/rules.mk b/keyboards/handwired/swiftrax/the_galleon/keymaps/default/rules.mk new file mode 100644 index 000000000..90fc9b184 --- /dev/null +++ b/keyboards/handwired/swiftrax/the_galleon/keymaps/default/rules.mk | |||
| @@ -0,0 +1 @@ | |||
| WPM_ENABLE = yes \ No newline at end of file | |||
diff --git a/keyboards/handwired/swiftrax/the_galleon/keymaps/via/keymap.c b/keyboards/handwired/swiftrax/the_galleon/keymaps/via/keymap.c new file mode 100644 index 000000000..8c9f69683 --- /dev/null +++ b/keyboards/handwired/swiftrax/the_galleon/keymaps/via/keymap.c | |||
| @@ -0,0 +1,105 @@ | |||
| 1 | /* Copyright 2021 swiftrax | ||
| 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 | |||
| 20 | [0] = LAYOUT_all( | ||
| 21 | KC_MUTE, KC_F13, KC_F14, KC_F15, KC_F16, KC_F17, KC_F18, KC_F19, KC_F20, KC_F21, KC_F22, KC_F23, KC_F24, KC_MPRV, KC_VOLU, KC_VOLD, KC_MNXT, | ||
| 22 | 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_HOME, KC_PGUP, KC_PGDN, KC_END, | ||
| 23 | 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_DEL, KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS, | ||
| 24 | 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_P7, KC_P8, KC_P9, KC_PPLS, | ||
| 25 | KC_CAPS, 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_PPLS, | ||
| 26 | 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, | ||
| 27 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT, KC_PENT), | ||
| 28 | [1] = LAYOUT_all( | ||
| 29 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 30 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 31 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 32 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 33 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 35 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______), | ||
| 36 | [2] = LAYOUT_all( | ||
| 37 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 38 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 39 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 40 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 41 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 42 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
| 43 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______), | ||
| 44 | }; | ||
| 45 | |||
| 46 | #ifdef OLED_DRIVER_ENABLE | ||
| 47 | |||
| 48 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { | ||
| 49 | return OLED_ROTATION_0; | ||
| 50 | } | ||
| 51 | |||
| 52 | #define IDLE_FRAMES 2 | ||
| 53 | #define IDLE_SPEED 10 | ||
| 54 | |||
| 55 | #define ANIM_SIZE 600 // number of bytes in array, minimize for adequate firmware size, max is 1024 | ||
| 56 | #define ANIM_FRAME_DURATION 200 //how long each frame lasts in ms | ||
| 57 | |||
| 58 | uint32_t anim_timer = 0; | ||
| 59 | uint32_t anim_sleep = 0; | ||
| 60 | uint8_t current_idle_frame = 0; | ||
| 61 | |||
| 62 | static void render_anim(void){ | ||
| 63 | static const char PROGMEM idle[IDLE_FRAMES][ANIM_SIZE] = { | ||
| 64 | { | ||
| 65 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 12, 56,224,128, 0,128,128,192,192,192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64,128, 0, 8, 48, 64, 0, 24,224, 0, 0, 0,192, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 66 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,128, 64,255,255,255,255,255,255,255,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2,130,132, 72, 72, 8,192,225,242,248,252,252,252,252,248,240,225,192, 4, 2, 34, 18, 9, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 67 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 24, 14, 3, 28,112,255,255,255,255,255,255,255, 0, 0, 0, 0, 0, 0, 0,255,255,254,252,252,252,124, 62, 30, 15, 7, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 16, 16, 8,136, 64, 35, 7, 15,159, 63, 63, 63,191, 31, 15, 7, 3, 96,128, 2, 18, 33, 33, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 68 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,192, 96, 56, 8, 7, 3, 7, 7, 15, 15, 31,112, 0, 0, 0, 0, 0, 0, 0, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 12, 2, 1, 0, 0, 0, 1, 6, 8, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 69 | }, | ||
| 70 | { | ||
| 71 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 4, 4, 8, 48,224,128, 0,128,128,192,192,192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64,128, 8, 48, 64, 0, 24,224, 0, 0, 0,192, 32, 0, 0, 0, 0,128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 72 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,255,255,255,255,255,255,255,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 34, 34, 34, 68, 68, 4,192,225,242,248,252,252,252,252,248,241,224,192, 2, 1, 17, 9,132,132,132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 73 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 32, 16, 8, 20,114,255,255,255,255,255,255,255, 0, 0, 0, 0, 0, 0, 0,127,255,254,252,124, 60, 28, 30, 14, 7, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 8, 8, 4,132, 64, 35, 7,143, 31, 63, 63, 63, 63, 31, 15, 7, 3, 96,128, 1, 17, 32, 32, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 74 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,127,131, 7, 7, 15, 15, 31,112, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 12, 2, 1, 0, 0, 0, 0, 7, 8, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | ||
| 75 | } | ||
| 76 | }; | ||
| 77 | void animation_phase(void) { | ||
| 78 | current_idle_frame = (current_idle_frame + 1) % IDLE_FRAMES; | ||
| 79 | oled_write_raw_P(idle[abs((IDLE_FRAMES-1)-current_idle_frame)], ANIM_SIZE); | ||
| 80 | } | ||
| 81 | |||
| 82 | if(get_current_wpm() != 000) { | ||
| 83 | oled_on(); // not essential but turns on animation OLED with any alpha keypress | ||
| 84 | if(timer_elapsed32(anim_timer) > ANIM_FRAME_DURATION) { | ||
| 85 | anim_timer = timer_read32(); | ||
| 86 | animation_phase(); | ||
| 87 | } | ||
| 88 | anim_sleep = timer_read32(); | ||
| 89 | } | ||
| 90 | else { | ||
| 91 | if(timer_elapsed32(anim_sleep) > OLED_TIMEOUT) | ||
| 92 | oled_off(); | ||
| 93 | else { | ||
| 94 | if(timer_elapsed32(anim_timer) > ANIM_FRAME_DURATION) { | ||
| 95 | anim_timer = timer_read32(); | ||
| 96 | animation_phase(); | ||
| 97 | } | ||
| 98 | } | ||
| 99 | } | ||
| 100 | } | ||
| 101 | |||
| 102 | void oled_task_user(void) { | ||
| 103 | render_anim(); | ||
| 104 | } | ||
| 105 | #endif | ||
diff --git a/keyboards/handwired/swiftrax/the_galleon/keymaps/via/rules.mk b/keyboards/handwired/swiftrax/the_galleon/keymaps/via/rules.mk new file mode 100644 index 000000000..d03b5f1ca --- /dev/null +++ b/keyboards/handwired/swiftrax/the_galleon/keymaps/via/rules.mk | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | VIA_ENABLE = yes | ||
| 2 | WPM_ENABLE = yes \ No newline at end of file | ||
diff --git a/keyboards/handwired/swiftrax/the_galleon/readme.md b/keyboards/handwired/swiftrax/the_galleon/readme.md new file mode 100644 index 000000000..fe2fd1762 --- /dev/null +++ b/keyboards/handwired/swiftrax/the_galleon/readme.md | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # The Galleon | ||
| 2 | |||
| 3 | 120% with an OLED | ||
| 4 | |||
| 5 | * Keyboard Maintainer: [Swiftrax](https://github.com/swiftrax) | ||
| 6 | * Hardware Supported: The Galleon PCB from Digital Carpentry | ||
| 7 | * Hardware Availability: [Digital Carpentry](https://digital-carpentry.com/) | ||
| 8 | |||
| 9 | Make example for this keyboard (after setting up your build environment): | ||
| 10 | |||
| 11 | make handwired/swiftrax/the_galleon: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/handwired/swiftrax/the_galleon/rules.mk b/keyboards/handwired/swiftrax/the_galleon/rules.mk new file mode 100644 index 000000000..58b70131e --- /dev/null +++ b/keyboards/handwired/swiftrax/the_galleon/rules.mk | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | BOOTLOADER = atmel-dfu | ||
| 6 | |||
| 7 | # Build Options | ||
| 8 | # change yes to no to disable | ||
| 9 | # | ||
| 10 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration | ||
| 11 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 13 | CONSOLE_ENABLE = no # Console for debug | ||
| 14 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 15 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 16 | SLEEP_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 | ||
| 18 | NKRO_ENABLE = no # USB Nkey Rollover | ||
| 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | ||
| 22 | AUDIO_ENABLE = no # Audio output | ||
| 23 | ENCODER_ENABLE = no # Rotary Encoder | ||
| 24 | OLED_DRIVER_ENABLE = yes # I2C OLED | ||
diff --git a/keyboards/handwired/swiftrax/the_galleon/the_galleon.c b/keyboards/handwired/swiftrax/the_galleon/the_galleon.c new file mode 100644 index 000000000..c7545cea8 --- /dev/null +++ b/keyboards/handwired/swiftrax/the_galleon/the_galleon.c | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | /* Copyright 2021 swiftrax | ||
| 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 "the_galleon.h" | ||
diff --git a/keyboards/handwired/swiftrax/the_galleon/the_galleon.h b/keyboards/handwired/swiftrax/the_galleon/the_galleon.h new file mode 100644 index 000000000..b3e2eba9f --- /dev/null +++ b/keyboards/handwired/swiftrax/the_galleon/the_galleon.h | |||
| @@ -0,0 +1,45 @@ | |||
| 1 | /* Copyright 2021 swiftrax | ||
| 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 XXX KC_NO | ||
| 21 | |||
| 22 | #define LAYOUT_all( \ | ||
| 23 | k00, k10, k01, k11, k02, k12, k03, k13, k04, k14, k05, k15, k06, k07, k17, k08, k18, \ | ||
| 24 | k20, k30, k21, k31, k22, k32, k23, k33, k24, k34, k25, k35, k26, k27, k37, k28, k38, \ | ||
| 25 | k40, k50, k41, k51, k42, k52, k43, k53, k44, k54, k45, k55, k46, k56, k96, k47, k57, k48, k58, \ | ||
| 26 | k60, k70, k61, k71, k62, k72, k63, k73, k64, k74, k65, k75, k66, k76, k67, k77, k68, k78, \ | ||
| 27 | k80, k90, k81, k91, k82, k92, k83, k93, k84, k94, k85, k95, k86, k87, k97, k88, k98, \ | ||
| 28 | ka0, kb0, ka1, kb1, ka2, kb2, ka3, kb3, ka4, kb4, ka5, ka6, kb6, ka7, kb7, ka8, kb8, \ | ||
| 29 | kc0, kd0, kc1, kc2, kc4, kd4, kc5, kc6, kd6, kc7, kd7, kc8, kd8 \ | ||
| 30 | ) { \ | ||
| 31 | { k00, k01, k02, k03, k04, k05, k06, k07, k08 }, \ | ||
| 32 | { k10, k11, k12, k13, k14, k15, XXX, k17, k18 }, \ | ||
| 33 | { k20, k21, k22, k23, k24, k25, k26, k27, k28 }, \ | ||
| 34 | { k30, k31, k32, k33, k34, k35, XXX, k37, k38 }, \ | ||
| 35 | { k40, k41, k42, k43, k44, k45, k46, k47, k48 }, \ | ||
| 36 | { k50, k51, k52, k53, k54, k55, k56, k57, k58 }, \ | ||
| 37 | { k60, k61, k62, k63, k64, k65, k66, k67, k68 }, \ | ||
| 38 | { k70, k71, k72, k73, k74, k75, k76, k77, k78 }, \ | ||
| 39 | { k80, k81, k82, k83, k84, k85, k86, k87, k88 }, \ | ||
| 40 | { k90, k91, k92, k93, k94, k95, k96, k97, k98 }, \ | ||
| 41 | { ka0, ka1, ka2, ka3, ka4, ka5, ka6, ka7, ka8 }, \ | ||
| 42 | { kb0, kb1, kb2, kb3, kb4, XXX, kb6, kb7, kb8 }, \ | ||
| 43 | { kc0, kc1, kc2, XXX, kc4, kc5, kc6, kc7, kc8 }, \ | ||
| 44 | { kd0, XXX, XXX, XXX, kd4, XXX, kd6, kd7, kd8 } \ | ||
| 45 | } | ||
