diff options
| author | QMK Bot <hello@qmk.fm> | 2023-07-03 20:57:05 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2023-07-03 20:57:05 +0000 |
| commit | f619bc2e47e99afc0cf34a8ae4dadc0c46cd6509 (patch) | |
| tree | 65e0aa3c2c6676854ee1b2276e8d7ef34c2f8f85 | |
| parent | 7722031260e7761b1524802a48d4580bf9e1e96c (diff) | |
| parent | 3097d06ec38a2239259ac27b7a6306b03668536f (diff) | |
Merge remote-tracking branch 'origin/master' into develop
8 files changed, 402 insertions, 0 deletions
diff --git a/keyboards/handwired/dactyl_lightcycle/info.json b/keyboards/handwired/dactyl_lightcycle/info.json new file mode 100644 index 0000000000..2e10fda4dd --- /dev/null +++ b/keyboards/handwired/dactyl_lightcycle/info.json | |||
| @@ -0,0 +1,209 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Dactyl Lightcycle", | ||
| 3 | "manufacturer": "Adereth", | ||
| 4 | "url": "https://github.com/adereth/dactyl-keyboard", | ||
| 5 | "maintainer": "Matt Adereth", | ||
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x3060", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 11 | "features": { | ||
| 12 | "bootmagic": true, | ||
| 13 | "command": false, | ||
| 14 | "console": false, | ||
| 15 | "mousekey": true, | ||
| 16 | "extrakey": true, | ||
| 17 | "audio": false, | ||
| 18 | "rgblight": false, | ||
| 19 | "backlight": false, | ||
| 20 | "nkro": false | ||
| 21 | }, | ||
| 22 | "ws2812": { | ||
| 23 | "pin": "D3" | ||
| 24 | }, | ||
| 25 | "matrix_pins": { | ||
| 26 | "cols": ["D4", "C6", "D7", "E6", "B4", "B5"], | ||
| 27 | "rows": ["F7", "B1", "B3", "B2", "B6"] | ||
| 28 | }, | ||
| 29 | "diode_direction": "COL2ROW", | ||
| 30 | "split": { | ||
| 31 | "enabled": true, | ||
| 32 | "soft_serial_pin": "D0" | ||
| 33 | }, | ||
| 34 | "development_board": "promicro", | ||
| 35 | "community_layouts": ["split_3x6_3", "split_3x5_3"], | ||
| 36 | "layouts": { | ||
| 37 | "LAYOUT": { | ||
| 38 | "layout": [ | ||
| 39 | {"matrix": [0, 0], "x": 0, "y": 0}, | ||
| 40 | {"matrix": [0, 1], "x": 1, "y": 0}, | ||
| 41 | {"matrix": [0, 2], "x": 2, "y": 0}, | ||
| 42 | {"matrix": [0, 3], "x": 3, "y": 0}, | ||
| 43 | {"matrix": [0, 4], "x": 4, "y": 0}, | ||
| 44 | {"matrix": [0, 5], "x": 5, "y": 0}, | ||
| 45 | |||
| 46 | {"matrix": [5, 0], "x": 11, "y": 0}, | ||
| 47 | {"matrix": [5, 1], "x": 12, "y": 0}, | ||
| 48 | {"matrix": [5, 2], "x": 13, "y": 0}, | ||
| 49 | {"matrix": [5, 3], "x": 14, "y": 0}, | ||
| 50 | {"matrix": [5, 4], "x": 15, "y": 0}, | ||
| 51 | {"matrix": [5, 5], "x": 16, "y": 0}, | ||
| 52 | |||
| 53 | {"matrix": [1, 0], "x": 0, "y": 1}, | ||
| 54 | {"matrix": [1, 1], "x": 1, "y": 1}, | ||
| 55 | {"matrix": [1, 2], "x": 2, "y": 1}, | ||
| 56 | {"matrix": [1, 3], "x": 3, "y": 1}, | ||
| 57 | {"matrix": [1, 4], "x": 4, "y": 1}, | ||
| 58 | {"matrix": [1, 5], "x": 5, "y": 1}, | ||
| 59 | |||
| 60 | {"matrix": [6, 0], "x": 11, "y": 1}, | ||
| 61 | {"matrix": [6, 1], "x": 12, "y": 1}, | ||
| 62 | {"matrix": [6, 2], "x": 13, "y": 1}, | ||
| 63 | {"matrix": [6, 3], "x": 14, "y": 1}, | ||
| 64 | {"matrix": [6, 4], "x": 15, "y": 1}, | ||
| 65 | {"matrix": [6, 5], "x": 16, "y": 1}, | ||
| 66 | |||
| 67 | {"matrix": [2, 0], "x": 0, "y": 2}, | ||
| 68 | {"matrix": [2, 1], "x": 1, "y": 2}, | ||
| 69 | {"matrix": [2, 2], "x": 2, "y": 2}, | ||
| 70 | {"matrix": [2, 3], "x": 3, "y": 2}, | ||
| 71 | {"matrix": [2, 4], "x": 4, "y": 2}, | ||
| 72 | {"matrix": [2, 5], "x": 5, "y": 2}, | ||
| 73 | |||
| 74 | {"matrix": [7, 0], "x": 11, "y": 2}, | ||
| 75 | {"matrix": [7, 1], "x": 12, "y": 2}, | ||
| 76 | {"matrix": [7, 2], "x": 13, "y": 2}, | ||
| 77 | {"matrix": [7, 3], "x": 14, "y": 2}, | ||
| 78 | {"matrix": [7, 4], "x": 15, "y": 2}, | ||
| 79 | {"matrix": [7, 5], "x": 16, "y": 2}, | ||
| 80 | |||
| 81 | {"matrix": [3, 5], "x": 6, "y": 2, "h": 1.25}, | ||
| 82 | {"matrix": [4, 5], "x": 7, "y": 2, "h": 1.5}, | ||
| 83 | |||
| 84 | {"matrix": [9, 0], "x": 9, "y": 2, "h": 1.5}, | ||
| 85 | {"matrix": [8, 0], "x": 10, "y": 2, "h": 1.25}, | ||
| 86 | |||
| 87 | {"matrix": [3, 0], "x": 0, "y": 3}, | ||
| 88 | {"matrix": [3, 1], "x": 1, "y": 3}, | ||
| 89 | {"matrix": [3, 2], "x": 2, "y": 3}, | ||
| 90 | {"matrix": [3, 3], "x": 3, "y": 3}, | ||
| 91 | {"matrix": [3, 4], "x": 4, "y": 3}, | ||
| 92 | |||
| 93 | {"matrix": [4, 2], "x": 5, "y": 3, "h": 2}, | ||
| 94 | {"matrix": [4, 3], "x": 6, "y": 3.25, "h": 1.75}, | ||
| 95 | {"matrix": [4, 4], "x": 7, "y": 3.5, "h": 1.5}, | ||
| 96 | |||
| 97 | {"matrix": [9, 1], "x": 9, "y": 3.5, "h": 1.5}, | ||
| 98 | {"matrix": [9, 2], "x": 10, "y": 3.25, "h": 1.75}, | ||
| 99 | {"matrix": [9, 3], "x": 11, "y": 3, "h": 2}, | ||
| 100 | |||
| 101 | {"matrix": [8, 1], "x": 12, "y": 3}, | ||
| 102 | {"matrix": [8, 2], "x": 13, "y": 3}, | ||
| 103 | {"matrix": [8, 3], "x": 14, "y": 3}, | ||
| 104 | {"matrix": [8, 4], "x": 15, "y": 3}, | ||
| 105 | {"matrix": [8, 5], "x": 16, "y": 3} | ||
| 106 | ] | ||
| 107 | }, | ||
| 108 | "LAYOUT_split_3x6_3": { | ||
| 109 | "layout": [ | ||
| 110 | {"matrix": [0, 0], "x": 0, "y": 0}, | ||
| 111 | {"matrix": [0, 1], "x": 1, "y": 0}, | ||
| 112 | {"matrix": [0, 2], "x": 2, "y": 0}, | ||
| 113 | {"matrix": [0, 3], "x": 3, "y": 0}, | ||
| 114 | {"matrix": [0, 4], "x": 4, "y": 0}, | ||
| 115 | {"matrix": [0, 5], "x": 5, "y": 0}, | ||
| 116 | |||
| 117 | {"matrix": [5, 0], "x": 11, "y": 0}, | ||
| 118 | {"matrix": [5, 1], "x": 12, "y": 0}, | ||
| 119 | {"matrix": [5, 2], "x": 13, "y": 0}, | ||
| 120 | {"matrix": [5, 3], "x": 14, "y": 0}, | ||
| 121 | {"matrix": [5, 4], "x": 15, "y": 0}, | ||
| 122 | {"matrix": [5, 5], "x": 16, "y": 0}, | ||
| 123 | |||
| 124 | {"matrix": [1, 0], "x": 0, "y": 1}, | ||
| 125 | {"matrix": [1, 1], "x": 1, "y": 1}, | ||
| 126 | {"matrix": [1, 2], "x": 2, "y": 1}, | ||
| 127 | {"matrix": [1, 3], "x": 3, "y": 1}, | ||
| 128 | {"matrix": [1, 4], "x": 4, "y": 1}, | ||
| 129 | {"matrix": [1, 5], "x": 5, "y": 1}, | ||
| 130 | |||
| 131 | {"matrix": [6, 0], "x": 11, "y": 1}, | ||
| 132 | {"matrix": [6, 1], "x": 12, "y": 1}, | ||
| 133 | {"matrix": [6, 2], "x": 13, "y": 1}, | ||
| 134 | {"matrix": [6, 3], "x": 14, "y": 1}, | ||
| 135 | {"matrix": [6, 4], "x": 15, "y": 1}, | ||
| 136 | {"matrix": [6, 5], "x": 16, "y": 1}, | ||
| 137 | |||
| 138 | {"matrix": [2, 0], "x": 0, "y": 2}, | ||
| 139 | {"matrix": [2, 1], "x": 1, "y": 2}, | ||
| 140 | {"matrix": [2, 2], "x": 2, "y": 2}, | ||
| 141 | {"matrix": [2, 3], "x": 3, "y": 2}, | ||
| 142 | {"matrix": [2, 4], "x": 4, "y": 2}, | ||
| 143 | {"matrix": [2, 5], "x": 5, "y": 2}, | ||
| 144 | |||
| 145 | {"matrix": [7, 0], "x": 11, "y": 2}, | ||
| 146 | {"matrix": [7, 1], "x": 12, "y": 2}, | ||
| 147 | {"matrix": [7, 2], "x": 13, "y": 2}, | ||
| 148 | {"matrix": [7, 3], "x": 14, "y": 2}, | ||
| 149 | {"matrix": [7, 4], "x": 15, "y": 2}, | ||
| 150 | {"matrix": [7, 5], "x": 16, "y": 2}, | ||
| 151 | |||
| 152 | {"matrix": [4, 2], "x": 5, "y": 3, "h": 2}, | ||
| 153 | {"matrix": [4, 3], "x": 6, "y": 3.25, "h": 1.75}, | ||
| 154 | {"matrix": [4, 4], "x": 7, "y": 3.5, "h": 1.5}, | ||
| 155 | |||
| 156 | {"matrix": [9, 1], "x": 9, "y": 3.5, "h": 1.5}, | ||
| 157 | {"matrix": [9, 2], "x": 10, "y": 3.25, "h": 1.75}, | ||
| 158 | {"matrix": [9, 3], "x": 11, "y": 3, "h": 2} | ||
| 159 | ] | ||
| 160 | }, | ||
| 161 | "LAYOUT_split_3x5_3": { | ||
| 162 | "layout": [ | ||
| 163 | {"matrix": [0, 1], "x": 0, "y": 0}, | ||
| 164 | {"matrix": [0, 2], "x": 1, "y": 0}, | ||
| 165 | {"matrix": [0, 3], "x": 2, "y": 0}, | ||
| 166 | {"matrix": [0, 4], "x": 3, "y": 0}, | ||
| 167 | {"matrix": [0, 5], "x": 4, "y": 0}, | ||
| 168 | |||
| 169 | {"matrix": [5, 0], "x": 10, "y": 0}, | ||
| 170 | {"matrix": [5, 1], "x": 11, "y": 0}, | ||
| 171 | {"matrix": [5, 2], "x": 12, "y": 0}, | ||
| 172 | {"matrix": [5, 3], "x": 13, "y": 0}, | ||
| 173 | {"matrix": [5, 4], "x": 14, "y": 0}, | ||
| 174 | |||
| 175 | {"matrix": [1, 1], "x": 0, "y": 1}, | ||
| 176 | {"matrix": [1, 2], "x": 1, "y": 1}, | ||
| 177 | {"matrix": [1, 3], "x": 2, "y": 1}, | ||
| 178 | {"matrix": [1, 4], "x": 3, "y": 1}, | ||
| 179 | {"matrix": [1, 5], "x": 4, "y": 1}, | ||
| 180 | |||
| 181 | {"matrix": [6, 0], "x": 10, "y": 1}, | ||
| 182 | {"matrix": [6, 1], "x": 11, "y": 1}, | ||
| 183 | {"matrix": [6, 2], "x": 12, "y": 1}, | ||
| 184 | {"matrix": [6, 3], "x": 13, "y": 1}, | ||
| 185 | {"matrix": [6, 4], "x": 14, "y": 1}, | ||
| 186 | |||
| 187 | {"matrix": [2, 1], "x": 0, "y": 2}, | ||
| 188 | {"matrix": [2, 2], "x": 1, "y": 2}, | ||
| 189 | {"matrix": [2, 3], "x": 2, "y": 2}, | ||
| 190 | {"matrix": [2, 4], "x": 3, "y": 2}, | ||
| 191 | {"matrix": [2, 5], "x": 4, "y": 2}, | ||
| 192 | |||
| 193 | {"matrix": [7, 0], "x": 10, "y": 2}, | ||
| 194 | {"matrix": [7, 1], "x": 11, "y": 2}, | ||
| 195 | {"matrix": [7, 2], "x": 12, "y": 2}, | ||
| 196 | {"matrix": [7, 3], "x": 13, "y": 2}, | ||
| 197 | {"matrix": [7, 4], "x": 14, "y": 2}, | ||
| 198 | |||
| 199 | {"matrix": [4, 2], "x": 4, "y": 3, "h": 2}, | ||
| 200 | {"matrix": [4, 3], "x": 5, "y": 3.25, "h": 1.75}, | ||
| 201 | {"matrix": [4, 4], "x": 6, "y": 3.5, "h": 1.5}, | ||
| 202 | |||
| 203 | {"matrix": [9, 1], "x": 8, "y": 3.5, "h": 1.5}, | ||
| 204 | {"matrix": [9, 2], "x": 9, "y": 3.25, "h": 1.75}, | ||
| 205 | {"matrix": [9, 3], "x": 10, "y": 3, "h": 2} | ||
| 206 | ] | ||
| 207 | } | ||
| 208 | } | ||
| 209 | } | ||
diff --git a/keyboards/handwired/dactyl_lightcycle/keymaps/default/config.h b/keyboards/handwired/dactyl_lightcycle/keymaps/default/config.h new file mode 100644 index 0000000000..49b067cc58 --- /dev/null +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/default/config.h | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2020 Ralph Azucena <ralphie02@live.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 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 21 | #define LOCKING_SUPPORT_ENABLE | ||
| 22 | |||
| 23 | /* Locking resynchronize hack */ | ||
| 24 | #define LOCKING_RESYNC_ENABLE | ||
| 25 | |||
| 26 | /* Enables This makes it easier for fast typists to use dual-function keys */ | ||
| 27 | #define PERMISSIVE_HOLD | ||
| 28 | |||
| 29 | /* mouse config */ | ||
| 30 | #define MOUSEKEY_DELAY 0 | ||
| 31 | // Lowering MOUSEKEY_INTERVAL raises the cursor speed significantly, you may want to lower MOUSEKEY_MAX_SPEED (default: 10) | ||
| 32 | #define MOUSEKEY_INTERVAL 20 | ||
| 33 | #define MOUSEKEY_MAX_SPEED 7 | ||
| 34 | #define MOUSEKEY_WHEEL_DELAY 0 | ||
| 35 | |||
| 36 | /* layer config */ | ||
| 37 | #define TAPPING_TOGGLE 1 | ||
| 38 | |||
| 39 | /* disable action features */ | ||
| 40 | //#define NO_ACTION_LAYER | ||
| 41 | //#define NO_ACTION_TAPPING | ||
| 42 | //#define NO_ACTION_ONESHOT | ||
diff --git a/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json b/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json new file mode 100644 index 0000000000..bf48cd3139 --- /dev/null +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | { | ||
| 2 | "keyboard": "handwired/dactyl_lightcycle", | ||
| 3 | "version": 1, | ||
| 4 | "author": "dunk2k", | ||
| 5 | "notes": "This file is a keymap(.json) file for handwired/dactyl_lightcycle", | ||
| 6 | "keymap": "default", | ||
| 7 | "layout": "LAYOUT", | ||
| 8 | "layers": [ | ||
| 9 | [ | ||
| 10 | "KC_ESC", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", "KC_BSLS", | ||
| 11 | "KC_TAB", "KC_A", "KC_S", "KC_D", "KC_F", "KC_G", "KC_H", "KC_J", "KC_K", "KC_L", "KC_SCLN", "KC_QUOT", | ||
| 12 | "KC_LALT", "KC_Z", "KC_X", "KC_C", "KC_V", "KC_B", "KC_DEL", "KC_LGUI", "KC_RGUI", "KC_BSPC", "KC_N", "KC_M", "KC_COMM", "KC_DOT", "KC_SLSH", "KC_LALT", | ||
| 13 | "KC_LCTL", "KC_MINS", "KC_EQL", "KC_LEFT", "KC_RGHT", "LT(1, KC_HOME)", "KC_SPC", "KC_LSFT", "KC_RCTL", "KC_ENT", "LT(2, KC_END)", "KC_UP", "KC_DOWN", "KC_LBRC", "KC_RBRC", "KC_RSFT" | ||
| 14 | ], | ||
| 15 | [ | ||
| 16 | "RCS(KC_ESC)", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NUM", "KC_P7", "KC_P8", "KC_P9", "KC_PMNS", "KC_TRNS", | ||
| 17 | "KC_CAPS", "KC_SCRL", "KC_INS", "KC_PAUS", "KC_PSCR", "KC_NO", "KC_PAST", "KC_P4", "KC_P5", "KC_P6", "KC_PPLS", "KC_TRNS", | ||
| 18 | "KC_TRNS", "KC_NO", "KC_NO", "S(KC_HOME)", "S(KC_END)", "KC_NO", "KC_TRNS", "KC_TRNS", "KC_TRNS", "C(KC_BSPC)", "KC_PSLS", "KC_P1", "KC_P2", "KC_P3", "KC_PENT", "KC_TRNS", | ||
| 19 | "KC_TRNS", "KC_NO", "KC_NO", "LSG(KC_TAB)", "G(KC_TAB)", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_RSFT", "MO(3)", "KC_PCMM", "KC_P0", "KC_PDOT", "KC_PEQL", "KC_TRNS" | ||
| 20 | ], | ||
| 21 | [ | ||
| 22 | "KC_F1", "KC_F2", "KC_F3", "KC_F4", "KC_F5", "KC_F6", "KC_F7", "KC_F8", "KC_F9", "KC_F10", "KC_F11", "KC_F12", | ||
| 23 | "KC_GRV", "KC_1", "KC_2", "KC_3", "KC_4", "KC_5", "KC_6", "KC_7", "KC_8", "KC_9", "KC_0", "KC_TILD", | ||
| 24 | "KC_TRNS", "KC_EXLM", "KC_AT", "KC_HASH", "KC_DLR", "KC_LPRN", "C(KC_DEL)", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_RPRN", "KC_PERC", "KC_CIRC", "KC_AMPR", "KC_ASTR", "KC_TRNS", | ||
| 25 | "KC_TRNS", "KC_UNDS", "KC_PLUS", "KC_NO", "A(KC_TAB)", "MO(3)", "KC_LCTL", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_PGUP", "KC_PGDN", "KC_LCBR", "KC_RCBR", "KC_TRNS" | ||
| 26 | ], | ||
| 27 | [ | ||
| 28 | "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_VOLU", "KC_NO", "KC_NO", "KC_NO", "KC_NO", | ||
| 29 | "KC_NO", "QK_BOOT", "KC_SLEP", "KC_MSTP", "KC_MPLY", "KC_NO", "KC_NO", "KC_MUTE", "KC_NO", "KC_NO", "AG_TOGG", "KC_NO", | ||
| 30 | "KC_NO", "KC_NO", "KC_NO", "KC_MRWD", "KC_MFFD", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_VOLD", "KC_NO", "KC_NO", "KC_NO", "KC_NO", | ||
| 31 | "KC_NO", "KC_NO", "KC_NO", "KC_MNXT", "KC_MNXT", "KC_TRNS", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_TRNS", "KC_BRIU", "KC_BRID", "KC_NO", "KC_NO", "KC_NO" | ||
| 32 | ] | ||
| 33 | ] | ||
| 34 | } | ||
diff --git a/keyboards/handwired/dactyl_lightcycle/keymaps/via/config.h b/keyboards/handwired/dactyl_lightcycle/keymaps/via/config.h new file mode 100644 index 0000000000..49b067cc58 --- /dev/null +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/via/config.h | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2020 Ralph Azucena <ralphie02@live.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 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 21 | #define LOCKING_SUPPORT_ENABLE | ||
| 22 | |||
| 23 | /* Locking resynchronize hack */ | ||
| 24 | #define LOCKING_RESYNC_ENABLE | ||
| 25 | |||
| 26 | /* Enables This makes it easier for fast typists to use dual-function keys */ | ||
| 27 | #define PERMISSIVE_HOLD | ||
| 28 | |||
| 29 | /* mouse config */ | ||
| 30 | #define MOUSEKEY_DELAY 0 | ||
| 31 | // Lowering MOUSEKEY_INTERVAL raises the cursor speed significantly, you may want to lower MOUSEKEY_MAX_SPEED (default: 10) | ||
| 32 | #define MOUSEKEY_INTERVAL 20 | ||
| 33 | #define MOUSEKEY_MAX_SPEED 7 | ||
| 34 | #define MOUSEKEY_WHEEL_DELAY 0 | ||
| 35 | |||
| 36 | /* layer config */ | ||
| 37 | #define TAPPING_TOGGLE 1 | ||
| 38 | |||
| 39 | /* disable action features */ | ||
| 40 | //#define NO_ACTION_LAYER | ||
| 41 | //#define NO_ACTION_TAPPING | ||
| 42 | //#define NO_ACTION_ONESHOT | ||
diff --git a/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json b/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json new file mode 100644 index 0000000000..3c770db693 --- /dev/null +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | { | ||
| 2 | "keyboard": "handwired/dactyl_lightcycle", | ||
| 3 | "version": 1, | ||
| 4 | "author": "dunk2k", | ||
| 5 | "notes": "This file is a keymap(.json) file for handwired/dactyl_lightcycle", | ||
| 6 | "keymap": "via", | ||
| 7 | "layout": "LAYOUT", | ||
| 8 | "layers": [ | ||
| 9 | [ | ||
| 10 | "KC_ESC", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", "KC_BSLS", | ||
| 11 | "KC_TAB", "KC_A", "KC_S", "KC_D", "KC_F", "KC_G", "KC_H", "KC_J", "KC_K", "KC_L", "KC_SCLN", "KC_QUOT", | ||
| 12 | "KC_LALT", "KC_Z", "KC_X", "KC_C", "KC_V", "KC_B", "KC_DEL", "KC_LGUI", "KC_RGUI", "KC_BSPC", "KC_N", "KC_M", "KC_COMM", "KC_DOT", "KC_SLSH", "KC_LALT", | ||
| 13 | "KC_LCTL", "KC_MINS", "KC_EQL", "KC_LEFT", "KC_RGHT", "LT(1, KC_HOME)", "KC_SPC", "KC_LSFT", "KC_RCTL", "KC_ENT", "LT(2, KC_END)", "KC_UP", "KC_DOWN", "KC_LBRC", "KC_RBRC", "KC_RSFT" | ||
| 14 | ], | ||
| 15 | [ | ||
| 16 | "RCS(KC_ESC)", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NUM", "KC_P7", "KC_P8", "KC_P9", "KC_PMNS", "KC_TRNS", | ||
| 17 | "KC_CAPS", "KC_SCRL", "KC_INS", "KC_PAUS", "KC_PSCR", "KC_NO", "KC_PAST", "KC_P4", "KC_P5", "KC_P6", "KC_PPLS", "KC_TRNS", | ||
| 18 | "KC_TRNS", "KC_NO", "KC_NO", "S(KC_HOME)", "S(KC_END)", "KC_NO", "KC_TRNS", "KC_TRNS", "KC_TRNS", "C(KC_BSPC)", "KC_PSLS", "KC_P1", "KC_P2", "KC_P3", "KC_PENT", "KC_TRNS", | ||
| 19 | "KC_TRNS", "KC_NO", "KC_NO", "LSG(KC_TAB)", "G(KC_TAB)", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_RSFT", "MO(3)", "KC_PCMM", "KC_P0", "KC_PDOT", "KC_PEQL", "KC_TRNS" | ||
| 20 | ], | ||
| 21 | [ | ||
| 22 | "KC_F1", "KC_F2", "KC_F3", "KC_F4", "KC_F5", "KC_F6", "KC_F7", "KC_F8", "KC_F9", "KC_F10", "KC_F11", "KC_F12", | ||
| 23 | "KC_GRV", "KC_1", "KC_2", "KC_3", "KC_4", "KC_5", "KC_6", "KC_7", "KC_8", "KC_9", "KC_0", "KC_TILD", | ||
| 24 | "KC_TRNS", "KC_EXLM", "KC_AT", "KC_HASH", "KC_DLR", "KC_LPRN", "C(KC_DEL)", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_RPRN", "KC_PERC", "KC_CIRC", "KC_AMPR", "KC_ASTR", "KC_TRNS", | ||
| 25 | "KC_TRNS", "KC_UNDS", "KC_PLUS", "KC_NO", "A(KC_TAB)", "MO(3)", "KC_LCTL", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_PGUP", "KC_PGDN", "KC_LCBR", "KC_RCBR", "KC_TRNS" | ||
| 26 | ], | ||
| 27 | [ | ||
| 28 | "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_VOLU", "KC_NO", "KC_NO", "KC_NO", "KC_NO", | ||
| 29 | "KC_NO", "QK_BOOT", "KC_SLEP", "KC_MSTP", "KC_MPLY", "KC_NO", "KC_NO", "KC_MUTE", "KC_NO", "KC_NO", "AG_TOGG", "KC_NO", | ||
| 30 | "KC_NO", "KC_NO", "KC_NO", "KC_MRWD", "KC_MFFD", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_VOLD", "KC_NO", "KC_NO", "KC_NO", "KC_NO", | ||
| 31 | "KC_NO", "KC_NO", "KC_NO", "KC_MNXT", "KC_MNXT", "KC_TRNS", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_TRNS", "KC_BRIU", "KC_BRID", "KC_NO", "KC_NO", "KC_NO" | ||
| 32 | ] | ||
| 33 | ] | ||
| 34 | } | ||
diff --git a/keyboards/handwired/dactyl_lightcycle/keymaps/via/rules.mk b/keyboards/handwired/dactyl_lightcycle/keymaps/via/rules.mk new file mode 100644 index 0000000000..1e5b99807c --- /dev/null +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/via/rules.mk | |||
| @@ -0,0 +1 @@ | |||
| VIA_ENABLE = yes | |||
diff --git a/keyboards/handwired/dactyl_lightcycle/readme.md b/keyboards/handwired/dactyl_lightcycle/readme.md new file mode 100644 index 0000000000..b351942f44 --- /dev/null +++ b/keyboards/handwired/dactyl_lightcycle/readme.md | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | # Dactyl Lightcycle | ||
| 2 | |||
| 3 |  | ||
| 4 | |||
| 5 | A handwired, split bodied, concave key-well, columnar keyboard. | ||
| 6 | The *Dactyl Lightcycle* is a variation of the [Dactyl](/keyboards/handwired/dactyl/) keyboard, its differences are: | ||
| 7 | 1. Top (number) row removed | ||
| 8 | 2. Five key thumb cluster; one less than the *Dactyl's* six | ||
| 9 | |||
| 10 | This modernised rendition of the *Dactyl Lightcycle* requires two Pro Micro controllers, rather than the *Dactyl's* original implementation of a micro controller and I/O expander. | ||
| 11 | |||
| 12 | * Keyboard Maintainer: [Matt Adereth](https://github.com/adereth/) | ||
| 13 | * Hardware Supported: 2x Pro Micro micro controller, or clone of | ||
| 14 | * Hardware Availability: Case files available on [GitHub](https://github.com/adereth/dactyl-keyboard), file names beginning "lightcycle" apply | ||
| 15 | |||
| 16 | Make example for this keyboard (after setting up your build environment): | ||
| 17 | |||
| 18 | make handwired/dactyl_lightcycle:default | ||
| 19 | |||
| 20 | Flashing example for this keyboard: | ||
| 21 | |||
| 22 | make handwired/dactyl_lightcycle:default:flash | ||
| 23 | |||
| 24 | 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). | ||
| 25 | |||
| 26 | ## Bootloader | ||
| 27 | |||
| 28 | Enter the bootloader in 3 ways: | ||
| 29 | |||
| 30 | * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard | ||
| 31 | * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead | ||
| 32 | * **Keycode in keymap**: Press the key mapped to `QK_BOOT` if it is available | ||
| 33 | |||
| 34 | ## QMK Layouts | ||
| 35 | |||
| 36 | The following [community layouts](/layouts/) are supported: | ||
| 37 | | Layout | Diagram | | ||
| 38 | | :---: | :---: | | ||
| 39 | | Split_3x6_3 |  | | ||
| 40 | | Split_3x5_3 |  | | ||
diff --git a/keyboards/handwired/dactyl_lightcycle/rules.mk b/keyboards/handwired/dactyl_lightcycle/rules.mk new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/keyboards/handwired/dactyl_lightcycle/rules.mk | |||
