From 09ac8b9adf1282fea66241441f00758ef09adec2 Mon Sep 17 00:00:00 2001 From: Duncan Sutherland Date: Thu, 4 May 2023 10:09:34 +0100 Subject: [PATCH 01/15] add `handwired/dactyl_lightcycle` keyboard - default` and `via` keymaps - support for QMK layouts: - split_3x6_3 - split_3x5_3 --- .../handwired/dactyl_lightcycle/config.h | 49 ++++ .../handwired/dactyl_lightcycle/info.json | 211 ++++++++++++++++++ .../keymaps/default/keymap.json | 38 ++++ .../dactyl_lightcycle/keymaps/via/keymap.json | 38 ++++ .../dactyl_lightcycle/keymaps/via/rules.mk | 1 + .../handwired/dactyl_lightcycle/readme.md | 38 ++++ 6 files changed, 375 insertions(+) create mode 100644 keyboards/handwired/dactyl_lightcycle/config.h create mode 100644 keyboards/handwired/dactyl_lightcycle/info.json create mode 100644 keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json create mode 100644 keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json create mode 100644 keyboards/handwired/dactyl_lightcycle/keymaps/via/rules.mk create mode 100644 keyboards/handwired/dactyl_lightcycle/readme.md diff --git a/keyboards/handwired/dactyl_lightcycle/config.h b/keyboards/handwired/dactyl_lightcycle/config.h new file mode 100644 index 000000000000..e40f6dfc69ef --- /dev/null +++ b/keyboards/handwired/dactyl_lightcycle/config.h @@ -0,0 +1,49 @@ +/* +Copyright 2020 Ralph Azucena + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#pragma once + +/* mouse config */ +#define MOUSEKEY_DELAY 0 +// Lowering MOUSEKEY_INTERVAL raises the cursor speed significantly, you may want to lower MOUSEKEY_MAX_SPEED (default: 10) +#define MOUSEKEY_INTERVAL 20 +#define MOUSEKEY_MAX_SPEED 7 +#define MOUSEKEY_WHEEL_DELAY 0 + +/* layer config */ +#define TAPPING_TOGGLE 1 + +/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ +#define LOCKING_SUPPORT_ENABLE + +/* Locking resynchronize hack */ +#define LOCKING_RESYNC_ENABLE + +/* Enables This makes it easier for fast typists to use dual-function keys */ +#define PERMISSIVE_HOLD + +// Feature disable options +// These options are also useful to firmware size reduction. + +/* disable print */ +// #define NO_DEBUG +// #define NO_PRINT + +/* disable action features */ +//#define NO_ACTION_LAYER +//#define NO_ACTION_TAPPING +//#define NO_ACTION_ONESHOT diff --git a/keyboards/handwired/dactyl_lightcycle/info.json b/keyboards/handwired/dactyl_lightcycle/info.json new file mode 100644 index 000000000000..614d4e43b3e6 --- /dev/null +++ b/keyboards/handwired/dactyl_lightcycle/info.json @@ -0,0 +1,211 @@ +{ + "keyboard_name": "Dactyl Lightcycle", + "manufacturer": "Adereth", + "url": "https://github.com/adereth/dactyl-keyboard", + "maintainer": "qmk", + "usb": { + "vid": "0xFEED", + "pid": "0x3060", + "device_version": "0.0.1" + }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "mousekey": true, + "extrakey": true, + "audio": false, + "rgblight": false, + "backlight": false, + "nkro": false + }, + "ws2812": { + "pin": "D3" + }, + "matrix_pins": { + "cols": ["D4", "C6", "D7", "E6", "B4", "B5"], + "rows": ["F7", "B1", "B3", "B2", "B6"] + }, + "diode_direction": "COL2ROW", + "split": { + "enabled": true, + "soft_serial_pin": "D0" + }, + "processor": "atmega32u4", + "bootloader": "caterina", + "developement_board": "pro_micro", + "community_layouts": ["LAYOUT_split_3x6_3", "LAYOUT_split_3x5_3"], + "layouts": { + "LAYOUT_dlc": { + "layout": [ + {"matrix": [0, 0], "x": 0, "y": 0}, + {"matrix": [0, 1], "x": 1, "y": 0}, + {"matrix": [0, 2], "x": 2, "y": 0}, + {"matrix": [0, 3], "x": 3, "y": 0}, + {"matrix": [0, 4], "x": 4, "y": 0}, + {"matrix": [0, 5], "x": 5, "y": 0}, + + {"matrix": [5, 0], "x": 11, "y": 0}, + {"matrix": [5, 1], "x": 12, "y": 0}, + {"matrix": [5, 2], "x": 13, "y": 0}, + {"matrix": [5, 3], "x": 14, "y": 0}, + {"matrix": [5, 4], "x": 15, "y": 0}, + {"matrix": [5, 5], "x": 16, "y": 0}, + + {"matrix": [1, 0], "x": 0, "y": 1}, + {"matrix": [1, 1], "x": 1, "y": 1}, + {"matrix": [1, 2], "x": 2, "y": 1}, + {"matrix": [1, 3], "x": 3, "y": 1}, + {"matrix": [1, 4], "x": 4, "y": 1}, + {"matrix": [1, 5], "x": 5, "y": 1}, + + {"matrix": [6, 0], "x": 11, "y": 1}, + {"matrix": [6, 1], "x": 12, "y": 1}, + {"matrix": [6, 2], "x": 13, "y": 1}, + {"matrix": [6, 3], "x": 14, "y": 1}, + {"matrix": [6, 4], "x": 15, "y": 1}, + {"matrix": [6, 5], "x": 16, "y": 1}, + + {"matrix": [2, 0], "x": 0, "y": 2}, + {"matrix": [2, 1], "x": 1, "y": 2}, + {"matrix": [2, 2], "x": 2, "y": 2}, + {"matrix": [2, 3], "x": 3, "y": 2}, + {"matrix": [2, 4], "x": 4, "y": 2}, + {"matrix": [2, 5], "x": 5, "y": 2}, + + {"matrix": [7, 0], "x": 11, "y": 2}, + {"matrix": [7, 1], "x": 12, "y": 2}, + {"matrix": [7, 2], "x": 13, "y": 2}, + {"matrix": [7, 3], "x": 14, "y": 2}, + {"matrix": [7, 4], "x": 15, "y": 2}, + {"matrix": [7, 5], "x": 16, "y": 2}, + + {"matrix": [3, 0], "x": 0, "y": 3}, + {"matrix": [3, 1], "x": 1, "y": 3}, + {"matrix": [3, 2], "x": 2, "y": 3}, + {"matrix": [3, 3], "x": 3, "y": 3}, + {"matrix": [3, 4], "x": 4, "y": 3}, + + {"matrix": [8, 1], "x": 12, "y": 3}, + {"matrix": [8, 2], "x": 13, "y": 3}, + {"matrix": [8, 3], "x": 14, "y": 3}, + {"matrix": [8, 4], "x": 15, "y": 3}, + {"matrix": [8, 5], "x": 16, "y": 3}, + + {"matrix": [3, 5], "x": 6, "y": 3.25, "h": 1.25}, + {"matrix": [4, 5], "x": 7, "y": 3.5, "h": 1.5}, + + {"matrix": [9, 0], "x": 9, "y": 3.5, "h": 1.5}, + {"matrix": [8, 0], "x": 10, "y": 3.25, "h": 1.25}, + + {"matrix": [4, 2], "x": 5, "y": 5, "h": 2}, + {"matrix": [4, 3], "x": 6, "y": 5, "h": 1.75}, + {"matrix": [4, 4], "x": 7, "y": 5, "h": 1.5}, + + {"matrix": [9, 1], "x": 9, "y": 5, "h": 1.5}, + {"matrix": [9, 2], "x": 10, "y": 5, "h": 1.75}, + {"matrix": [9, 3], "x": 11, "y": 5, "h": 2} + ] + }, + "LAYOUT_split_3x6_3": { + "layout": [ + {"matrix": [0, 0], "x":0, "y":0}, + {"matrix": [0, 1], "x":1, "y":0}, + {"matrix": [0, 2], "x":2, "y":0}, + {"matrix": [0, 3], "x":3, "y":0}, + {"matrix": [0, 4], "x":4, "y":0}, + {"matrix": [0, 5], "x":5, "y":0}, + + {"matrix": [5, 0], "x":11, "y":0}, + {"matrix": [5, 1], "x":12, "y":0}, + {"matrix": [5, 2], "x":13, "y":0}, + {"matrix": [5, 3], "x":14, "y":0}, + {"matrix": [5, 4], "x":15, "y":0}, + {"matrix": [5, 5], "x":16, "y":0}, + + {"matrix": [1, 0], "x":0, "y":1}, + {"matrix": [1, 1], "x":1, "y":1}, + {"matrix": [1, 2], "x":2, "y":1}, + {"matrix": [1, 3], "x":3, "y":1}, + {"matrix": [1, 4], "x":4, "y":1}, + {"matrix": [1, 5], "x":5, "y":1}, + + {"matrix": [6, 0], "x":11, "y":1}, + {"matrix": [6, 1], "x":12, "y":1}, + {"matrix": [6, 2], "x":13, "y":1}, + {"matrix": [6, 3], "x":14, "y":1}, + {"matrix": [6, 4], "x":15, "y":1}, + {"matrix": [6, 5], "x":16, "y":1}, + + {"matrix": [2, 0], "x":0, "y":2}, + {"matrix": [2, 1], "x":1, "y":2}, + {"matrix": [2, 2], "x":2, "y":2}, + {"matrix": [2, 3], "x":3, "y":2}, + {"matrix": [2, 4], "x":4, "y":2}, + {"matrix": [2, 5], "x":5, "y":2}, + + {"matrix": [7, 0], "x":11, "y":2}, + {"matrix": [7, 1], "x":12, "y":2}, + {"matrix": [7, 2], "x":13, "y":2}, + {"matrix": [7, 3], "x":14, "y":2}, + {"matrix": [7, 4], "x":15, "y":2}, + {"matrix": [7, 5], "x":16, "y":2}, + + {"matrix": [4, 2], "x":5, "y":5, "h":2}, + {"matrix": [4, 3], "x":6, "y":5, "h":1.75}, + {"matrix": [4, 4], "x":7, "y":5, "h":1.5}, + + {"matrix": [9, 1], "x": 9, "y": 5, "h":1.5}, + {"matrix": [9, 2], "x": 10, "y": 5, "h": 1.75}, + {"matrix": [9, 3], "x": 11, "y": 5, "h": 2} + ] + }, + "LAYOUT_split_3x5_3": { + "layout": [ + {"matrix": [0, 1], "x":0, "y":0}, + {"matrix": [0, 2], "x":1, "y":0}, + {"matrix": [0, 3], "x":2, "y":0}, + {"matrix": [0, 4], "x":3, "y":0}, + {"matrix": [0, 5], "x":4, "y":0}, + + {"matrix": [5, 0], "x":10, "y":0}, + {"matrix": [5, 1], "x":11, "y":0}, + {"matrix": [5, 2], "x":12, "y":0}, + {"matrix": [5, 3], "x":13, "y":0}, + {"matrix": [5, 4], "x":14, "y":0}, + + {"matrix": [1, 1], "x":0, "y":1}, + {"matrix": [1, 2], "x":1, "y":1}, + {"matrix": [1, 3], "x":2, "y":1}, + {"matrix": [1, 4], "x":3, "y":1}, + {"matrix": [1, 5], "x":4, "y":1}, + + {"matrix": [6, 0], "x":10, "y":1}, + {"matrix": [6, 1], "x":11, "y":1}, + {"matrix": [6, 2], "x":12, "y":1}, + {"matrix": [6, 3], "x":13, "y":1}, + {"matrix": [6, 4], "x":14, "y":1}, + + {"matrix": [2, 1], "x":0, "y":2}, + {"matrix": [2, 2], "x":1, "y":2}, + {"matrix": [2, 3], "x":2, "y":2}, + {"matrix": [2, 4], "x":3, "y":2}, + {"matrix": [2, 5], "x":4, "y":2}, + + {"matrix": [7, 0], "x":10, "y":2}, + {"matrix": [7, 1], "x":11, "y":2}, + {"matrix": [7, 2], "x":12, "y":2}, + {"matrix": [7, 3], "x":13, "y":2}, + {"matrix": [7, 4], "x":14, "y":2}, + + {"matrix": [4, 2], "x": 4, "y": 5, "h": 2}, + {"matrix": [4, 3], "x": 5, "y": 5, "h": 1.75}, + {"matrix": [4, 4], "x": 6, "y": 5, "h": 1.5}, + + {"matrix": [9, 1], "x": 8, "y": 5, "h": 1.5}, + {"matrix": [9, 2], "x": 9, "y": 5, "h": 1.75}, + {"matrix": [9, 3], "x": 10, "y": 5, "h": 2} + ] + } + } +} 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 000000000000..cd05308be695 --- /dev/null +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json @@ -0,0 +1,38 @@ +{ + "keyboard": "handwired/dactyl_lightcycle", + "version": 1, + "author": "dunk2k", + "notes": "This file is a keymap(.json) file for handwired/dactyl_lightcycle", + "keymap": "default", + "layout": "LAYOUT_dlc", + "layers": [ + [ + "KC_ESC", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", "KC_BSLS", + "KC_TAB", "KC_A", "KC_S", "KC_D", "KC_F", "KC_G", "KC_H", "KC_J", "KC_K", "KC_L", "KC_SCLN", "KC_QUOT", + "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", + "KC_LCTL", "KC_MINS", "KC_EQL", "KC_LEFT", "KC_RGHT", "KC_UP", "KC_DOWN", "KC_LBRC", "KC_RBRC", "KC_RSFT", + "LT(1, KC_HOME)", "KC_SPC", "KC_LSFT", "KC_RCTL", "KC_ENT", "LT(2, KC_END)" + ], + [ + "RCS(KC_ESC)", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NLCK", "KC_P7", "KC_P8", "KC_P9", "KC_PMNS", "KC_TRNS", + "KC_CAPS", "KC_SLCK", "KC_INS", "KC_PAUS", "KC_PSCR", "KC_NO", "KC_PAST", "KC_P4", "KC_P5", "KC_P6", "KC_PPLS", "KC_TRNS", + "KC_TRNS", "KC_NO", "KC_NO", "S(KC_HOME)", "S(KC_END)", "KC_NO", "KC_TRNS", "KC_TRNS", "C(KC_BSPC)", "KC_PSLS", "KC_P1", "KC_P2", "KC_P3", "KC_PENT", "KC_TRNS", + "KC_TRNS", "KC_NO", "KC_NO", "LSG(KC_TAB)", "G(KC_TAB)", "KC_PCMM", "KC_P0", "KC_PDOT", "KC_PEQL", "KC_TRNS", + "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_RSFT", "MO(3)" + ], + [ + "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_GRV", "KC_1", "KC_2", "KC_3", "KC_4", "KC_5", "KC_6", "KC_7", "KC_8", "KC_9", "KC_0", "KC_TILD", + "KC_TRNS", "KC_EXLM", "KC_AT", "KC_HASH", "KC_DLR", "KC_LPRN", "S(KC_DEL)", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_RPRN", "KC_PERC", "KC_CIRC", "KC_AMPR", "KC_ASTR", "KC_TRNS", + "KC_TRNS", "KC_UNDS", "KC_PLUS", "LSA(KC_TAB)", "A(KC_TAB)", "KC_PGUP", "KC_PGDN", "KC_LCBR", "KC_RCBR", "KC_TRNS", + "MO(3)", "KC_LCTL", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS" + ], + [ + "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_VOLU", "KC_NO", "KC_NO", "KC_NO", "KC_NO", + "KC_NO", "QK_BOOT", "KC_SLEP", "KC_MSTP", "KC_MPLY", "KC_NO", "KC_NO", "KC_MUTE", "KC_NO", "KC_NO", "AG_TOGG", "KC_NO", + "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", + "KC_NO", "KC_NO", "KC_NO", "KC_MNXT", "KC_MNXT", "KC_BRIU", "KC_BRID", "KC_NO", "KC_NO", "KC_NO", + "KC_TRNS", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_TRNS" + ] + ] +} 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 000000000000..0483a7167827 --- /dev/null +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json @@ -0,0 +1,38 @@ +{ + "keyboard": "handwired/dactyl_lightcycle", + "version": 1, + "author": "dunk2k", + "notes": "This file is a keymap(.json) file for handwired/dactyl_lightcycle", + "keymap": "via", + "layout": "LAYOUT_dlc", + "layers": [ + [ + "KC_ESC", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", "KC_BSLS", + "KC_TAB", "KC_A", "KC_S", "KC_D", "KC_F", "KC_G", "KC_H", "KC_J", "KC_K", "KC_L", "KC_SCLN", "KC_QUOT", + "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", + "KC_LCTL", "KC_MINS", "KC_EQL", "KC_LEFT", "KC_RGHT", "KC_UP", "KC_DOWN", "KC_LBRC", "KC_RBRC", "KC_RSFT", + "LT(1, KC_HOME)", "KC_SPC", "KC_LSFT", "KC_RCTL", "KC_ENT", "LT(2, KC_END)" + ], + [ + "RCS(KC_ESC)", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NLCK", "KC_P7", "KC_P8", "KC_P9", "KC_PMNS", "KC_TRNS", + "KC_CAPS", "KC_SLCK", "KC_INS", "KC_PAUS", "KC_PSCR", "KC_NO", "KC_PAST", "KC_P4", "KC_P5", "KC_P6", "KC_PPLS", "KC_TRNS", + "KC_TRNS", "KC_NO", "KC_NO", "S(KC_HOME)", "S(KC_END)", "KC_NO", "KC_TRNS", "KC_TRNS", "C(KC_BSPC)", "KC_PSLS", "KC_P1", "KC_P2", "KC_P3", "KC_PENT", "KC_TRNS", + "KC_TRNS", "KC_NO", "KC_NO", "LSG(KC_TAB)", "G(KC_TAB)", "KC_PCMM", "KC_P0", "KC_PDOT", "KC_PEQL", "KC_TRNS", + "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_RSFT", "MO(3)" + ], + [ + "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_GRV", "KC_1", "KC_2", "KC_3", "KC_4", "KC_5", "KC_6", "KC_7", "KC_8", "KC_9", "KC_0", "KC_TILD", + "KC_TRNS", "KC_EXLM", "KC_AT", "KC_HASH", "KC_DLR", "KC_LPRN", "S(KC_DEL)", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_RPRN", "KC_PERC", "KC_CIRC", "KC_AMPR", "KC_ASTR", "KC_TRNS", + "KC_TRNS", "KC_UNDS", "KC_PLUS", "LSA(KC_TAB)", "A(KC_TAB)", "KC_PGUP", "KC_PGDN", "KC_LCBR", "KC_RCBR", "KC_TRNS", + "MO(3)", "KC_LCTL", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS" + ], + [ + "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_VOLU", "KC_NO", "KC_NO", "KC_NO", "KC_NO", + "KC_NO", "QK_BOOT", "KC_SLEP", "KC_MSTP", "KC_MPLY", "KC_NO", "KC_NO", "KC_MUTE", "KC_NO", "KC_NO", "AG_TOGG", "KC_NO", + "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", + "KC_NO", "KC_NO", "KC_NO", "KC_MNXT", "KC_MNXT", "KC_BRIU", "KC_BRID", "KC_NO", "KC_NO", "KC_NO", + "KC_TRNS", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_TRNS" + ] + ] +} 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 000000000000..1e5b99807cb7 --- /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 000000000000..8900ed2d5c37 --- /dev/null +++ b/keyboards/handwired/dactyl_lightcycle/readme.md @@ -0,0 +1,38 @@ +# Dactyl Lightcycle + +![TopElev](https://pbs.twimg.com/media/C_lE5BUU0AEufDT?format=jpg) + +A handwired, split bodied, concave key-well, columnar keyboard. +The *Dactyl Lightcycle* is a variation of the [Dactyl](/keyboards/handwired/dactyl/) keyboard, its differences are: +1. Top (number) row removed +2. Five key thumb cluster; one less than the *Dactyl's* six + +This modernise 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. + +Keyboard Maintainer: [Matt Aderth](https://github.com/adereth/) +Hardware Supported: 2x Pro Micro micro controller, or clone of +Hardware Availability: Case files available on [GitHub](https://github.com/adereth/dactyl-keyboard), file names beginning "lightcycle" apply + +Make example for this keyboard (after setting up your build environment): + + make handwired/dactyl_lightcycle:default + +Flashing example for this keyboard: + + make handwired/dactyl_lightcycle:default:flash + +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). + +## Bootloader + +Enter the bootloader in 3 ways: + +* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard +* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead +* **Keycode in keymap**: Press the key mapped to `QK_BOOT` if it is available + +## QMK Layouts + +The following [QMK layouts](/layouts/) are supported: +- Split_3x6_3 +- Split_3x5_3 From 6cd77ffaa0fee56b993a45854c7158d796a82486 Mon Sep 17 00:00:00 2001 From: Duncan Sutherland <75046609+dunk2k@users.noreply.github.com> Date: Thu, 4 May 2023 10:58:18 +0100 Subject: [PATCH 02/15] Update readme.md --- keyboards/handwired/dactyl_lightcycle/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/handwired/dactyl_lightcycle/readme.md b/keyboards/handwired/dactyl_lightcycle/readme.md index 8900ed2d5c37..50e209d54003 100644 --- a/keyboards/handwired/dactyl_lightcycle/readme.md +++ b/keyboards/handwired/dactyl_lightcycle/readme.md @@ -7,7 +7,7 @@ The *Dactyl Lightcycle* is a variation of the [Dactyl](/keyboards/handwired/dact 1. Top (number) row removed 2. Five key thumb cluster; one less than the *Dactyl's* six -This modernise 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. +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. Keyboard Maintainer: [Matt Aderth](https://github.com/adereth/) Hardware Supported: 2x Pro Micro micro controller, or clone of From 689d4a6123fb5d08f0006b261b095347eb05f65a Mon Sep 17 00:00:00 2001 From: Duncan Sutherland <75046609+dunk2k@users.noreply.github.com> Date: Fri, 5 May 2023 20:22:07 +0100 Subject: [PATCH 03/15] Update info.json corrected thumb cluster button positions --- .../handwired/dactyl_lightcycle/info.json | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/keyboards/handwired/dactyl_lightcycle/info.json b/keyboards/handwired/dactyl_lightcycle/info.json index 614d4e43b3e6..dbb22076a256 100644 --- a/keyboards/handwired/dactyl_lightcycle/info.json +++ b/keyboards/handwired/dactyl_lightcycle/info.json @@ -92,19 +92,19 @@ {"matrix": [8, 4], "x": 15, "y": 3}, {"matrix": [8, 5], "x": 16, "y": 3}, - {"matrix": [3, 5], "x": 6, "y": 3.25, "h": 1.25}, - {"matrix": [4, 5], "x": 7, "y": 3.5, "h": 1.5}, + {"matrix": [3, 5], "x": 6, "y": 2, "h": 1.25}, + {"matrix": [4, 5], "x": 7, "y": 2, "h": 1.5}, - {"matrix": [9, 0], "x": 9, "y": 3.5, "h": 1.5}, - {"matrix": [8, 0], "x": 10, "y": 3.25, "h": 1.25}, + {"matrix": [9, 0], "x": 9, "y": 2, "h": 1.5}, + {"matrix": [8, 0], "x": 10, "y": 2, "h": 1.25}, - {"matrix": [4, 2], "x": 5, "y": 5, "h": 2}, - {"matrix": [4, 3], "x": 6, "y": 5, "h": 1.75}, - {"matrix": [4, 4], "x": 7, "y": 5, "h": 1.5}, + {"matrix": [4, 2], "x": 5, "y": 3, "h": 2}, + {"matrix": [4, 3], "x": 6, "y": 3.25, "h": 1.75}, + {"matrix": [4, 4], "x": 7, "y": 3.5, "h": 1.5}, - {"matrix": [9, 1], "x": 9, "y": 5, "h": 1.5}, - {"matrix": [9, 2], "x": 10, "y": 5, "h": 1.75}, - {"matrix": [9, 3], "x": 11, "y": 5, "h": 2} + {"matrix": [9, 1], "x": 9, "y": 3.5, "h": 1.5}, + {"matrix": [9, 2], "x": 10, "y": 3.25, "h": 1.75}, + {"matrix": [9, 3], "x": 11, "y": 3, "h": 2} ] }, "LAYOUT_split_3x6_3": { @@ -151,13 +151,13 @@ {"matrix": [7, 4], "x":15, "y":2}, {"matrix": [7, 5], "x":16, "y":2}, - {"matrix": [4, 2], "x":5, "y":5, "h":2}, - {"matrix": [4, 3], "x":6, "y":5, "h":1.75}, - {"matrix": [4, 4], "x":7, "y":5, "h":1.5}, + {"matrix": [4, 2], "x":5, "y":3, "h":2}, + {"matrix": [4, 3], "x":6, "y":3.25, "h":1.75}, + {"matrix": [4, 4], "x":7, "y":3.5, "h":1.5}, - {"matrix": [9, 1], "x": 9, "y": 5, "h":1.5}, - {"matrix": [9, 2], "x": 10, "y": 5, "h": 1.75}, - {"matrix": [9, 3], "x": 11, "y": 5, "h": 2} + {"matrix": [9, 1], "x": 9, "y": 3.5, "h":1.5}, + {"matrix": [9, 2], "x": 10, "y": 3.25, "h": 1.75}, + {"matrix": [9, 3], "x": 11, "y": 3, "h": 2} ] }, "LAYOUT_split_3x5_3": { @@ -198,12 +198,12 @@ {"matrix": [7, 3], "x":13, "y":2}, {"matrix": [7, 4], "x":14, "y":2}, - {"matrix": [4, 2], "x": 4, "y": 5, "h": 2}, - {"matrix": [4, 3], "x": 5, "y": 5, "h": 1.75}, - {"matrix": [4, 4], "x": 6, "y": 5, "h": 1.5}, + {"matrix": [4, 2], "x": 4, "y": 3, "h": 2}, + {"matrix": [4, 3], "x": 5, "y": 3.25, "h": 1.75}, + {"matrix": [4, 4], "x": 6, "y": 3.5, "h": 1.5}, - {"matrix": [9, 1], "x": 8, "y": 5, "h": 1.5}, - {"matrix": [9, 2], "x": 9, "y": 5, "h": 1.75}, + {"matrix": [9, 1], "x": 8, "y": 3.5, "h": 1.5}, + {"matrix": [9, 2], "x": 9, "y": 3.25, "h": 1.75}, {"matrix": [9, 3], "x": 10, "y": 5, "h": 2} ] } From 53f68549a539585bdff6a3f302e8ee0eebe34cf6 Mon Sep 17 00:00:00 2001 From: Duncan Sutherland <75046609+dunk2k@users.noreply.github.com> Date: Sun, 7 May 2023 13:08:54 +0100 Subject: [PATCH 04/15] Update readme.md image URL changed --- keyboards/handwired/dactyl_lightcycle/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/handwired/dactyl_lightcycle/readme.md b/keyboards/handwired/dactyl_lightcycle/readme.md index 50e209d54003..826678235d94 100644 --- a/keyboards/handwired/dactyl_lightcycle/readme.md +++ b/keyboards/handwired/dactyl_lightcycle/readme.md @@ -1,6 +1,6 @@ # Dactyl Lightcycle -![TopElev](https://pbs.twimg.com/media/C_lE5BUU0AEufDT?format=jpg) +![TopElev](https://i.imgur.com/MwPhTrC.jpg) A handwired, split bodied, concave key-well, columnar keyboard. The *Dactyl Lightcycle* is a variation of the [Dactyl](/keyboards/handwired/dactyl/) keyboard, its differences are: From fc47007a852e1bb3cab5de59e8d6e819d636ba58 Mon Sep 17 00:00:00 2001 From: Duncan Sutherland Date: Sun, 7 May 2023 15:05:40 +0100 Subject: [PATCH 05/15] Update readme.md added QMK layout diagrams --- keyboards/handwired/dactyl_lightcycle/readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/keyboards/handwired/dactyl_lightcycle/readme.md b/keyboards/handwired/dactyl_lightcycle/readme.md index 826678235d94..b31d7da45ca6 100644 --- a/keyboards/handwired/dactyl_lightcycle/readme.md +++ b/keyboards/handwired/dactyl_lightcycle/readme.md @@ -34,5 +34,7 @@ Enter the bootloader in 3 ways: ## QMK Layouts The following [QMK layouts](/layouts/) are supported: -- Split_3x6_3 -- Split_3x5_3 +| Layout | Diagram | +| :---: | :---: | +| Split_3x6_3 | ![split_3x6_3](https://i.imgur.com/xBVDsqE.jpg) | +| Split_3x5_3 | ![split_3x5_3](https://i.imgur.com/nc0dbH1.jpg) | From a215d5a5b5c358ca2a063b1118329961dc31149e Mon Sep 17 00:00:00 2001 From: Duncan Sutherland <75046609+dunk2k@users.noreply.github.com> Date: Tue, 9 May 2023 11:15:46 +0100 Subject: [PATCH 06/15] Update keyboards/handwired/dactyl_lightcycle/readme.md Co-authored-by: Drashna Jaelre --- keyboards/handwired/dactyl_lightcycle/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/handwired/dactyl_lightcycle/readme.md b/keyboards/handwired/dactyl_lightcycle/readme.md index b31d7da45ca6..61627f8416de 100644 --- a/keyboards/handwired/dactyl_lightcycle/readme.md +++ b/keyboards/handwired/dactyl_lightcycle/readme.md @@ -1,6 +1,6 @@ # Dactyl Lightcycle -![TopElev](https://i.imgur.com/MwPhTrC.jpg) +![TopElev](https://i.imgur.com/MwPhTrCh.jpg) A handwired, split bodied, concave key-well, columnar keyboard. The *Dactyl Lightcycle* is a variation of the [Dactyl](/keyboards/handwired/dactyl/) keyboard, its differences are: From e276ec9bcf639e609f4994dd487fc03dd7783a11 Mon Sep 17 00:00:00 2001 From: Duncan Sutherland Date: Tue, 9 May 2023 11:20:09 +0100 Subject: [PATCH 07/15] Some `config.h` contents moved to keymap --- .../handwired/dactyl_lightcycle/config.h | 15 --------- .../keymaps/default/config.h | 33 +++++++++++++++++++ .../dactyl_lightcycle/keymaps/via/config.h | 33 +++++++++++++++++++ 3 files changed, 66 insertions(+), 15 deletions(-) create mode 100644 keyboards/handwired/dactyl_lightcycle/keymaps/default/config.h create mode 100644 keyboards/handwired/dactyl_lightcycle/keymaps/via/config.h diff --git a/keyboards/handwired/dactyl_lightcycle/config.h b/keyboards/handwired/dactyl_lightcycle/config.h index e40f6dfc69ef..f81bc10db762 100644 --- a/keyboards/handwired/dactyl_lightcycle/config.h +++ b/keyboards/handwired/dactyl_lightcycle/config.h @@ -17,16 +17,6 @@ along with this program. If not, see . #pragma once -/* mouse config */ -#define MOUSEKEY_DELAY 0 -// Lowering MOUSEKEY_INTERVAL raises the cursor speed significantly, you may want to lower MOUSEKEY_MAX_SPEED (default: 10) -#define MOUSEKEY_INTERVAL 20 -#define MOUSEKEY_MAX_SPEED 7 -#define MOUSEKEY_WHEEL_DELAY 0 - -/* layer config */ -#define TAPPING_TOGGLE 1 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE @@ -42,8 +32,3 @@ along with this program. If not, see . /* disable print */ // #define NO_DEBUG // #define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT 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 000000000000..bb74a947c2d9 --- /dev/null +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/default/config.h @@ -0,0 +1,33 @@ +/* +Copyright 2020 Ralph Azucena + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#pragma once + +/* mouse config */ +#define MOUSEKEY_DELAY 0 +// Lowering MOUSEKEY_INTERVAL raises the cursor speed significantly, you may want to lower MOUSEKEY_MAX_SPEED (default: 10) +#define MOUSEKEY_INTERVAL 20 +#define MOUSEKEY_MAX_SPEED 7 +#define MOUSEKEY_WHEEL_DELAY 0 + +/* layer config */ +#define TAPPING_TOGGLE 1 + +/* disable action features */ +//#define NO_ACTION_LAYER +//#define NO_ACTION_TAPPING +//#define NO_ACTION_ONESHOT 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 000000000000..bb74a947c2d9 --- /dev/null +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/via/config.h @@ -0,0 +1,33 @@ +/* +Copyright 2020 Ralph Azucena + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#pragma once + +/* mouse config */ +#define MOUSEKEY_DELAY 0 +// Lowering MOUSEKEY_INTERVAL raises the cursor speed significantly, you may want to lower MOUSEKEY_MAX_SPEED (default: 10) +#define MOUSEKEY_INTERVAL 20 +#define MOUSEKEY_MAX_SPEED 7 +#define MOUSEKEY_WHEEL_DELAY 0 + +/* layer config */ +#define TAPPING_TOGGLE 1 + +/* disable action features */ +//#define NO_ACTION_LAYER +//#define NO_ACTION_TAPPING +//#define NO_ACTION_ONESHOT From 11316ca93e11f2795c7f70d53c21b3ff5500e57b Mon Sep 17 00:00:00 2001 From: Duncan Sutherland Date: Tue, 9 May 2023 13:29:07 +0100 Subject: [PATCH 08/15] LAYOUT name simplified --- keyboards/handwired/dactyl_lightcycle/info.json | 2 +- .../handwired/dactyl_lightcycle/keymaps/default/keymap.json | 2 +- keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/keyboards/handwired/dactyl_lightcycle/info.json b/keyboards/handwired/dactyl_lightcycle/info.json index dbb22076a256..0f335268cf29 100644 --- a/keyboards/handwired/dactyl_lightcycle/info.json +++ b/keyboards/handwired/dactyl_lightcycle/info.json @@ -36,7 +36,7 @@ "developement_board": "pro_micro", "community_layouts": ["LAYOUT_split_3x6_3", "LAYOUT_split_3x5_3"], "layouts": { - "LAYOUT_dlc": { + "LAYOUT": { "layout": [ {"matrix": [0, 0], "x": 0, "y": 0}, {"matrix": [0, 1], "x": 1, "y": 0}, diff --git a/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json b/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json index cd05308be695..d795cbcb0a4e 100644 --- a/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json @@ -4,7 +4,7 @@ "author": "dunk2k", "notes": "This file is a keymap(.json) file for handwired/dactyl_lightcycle", "keymap": "default", - "layout": "LAYOUT_dlc", + "layout": "LAYOUT", "layers": [ [ "KC_ESC", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", "KC_BSLS", diff --git a/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json b/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json index 0483a7167827..193f27d86c9e 100644 --- a/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json @@ -4,7 +4,7 @@ "author": "dunk2k", "notes": "This file is a keymap(.json) file for handwired/dactyl_lightcycle", "keymap": "via", - "layout": "LAYOUT_dlc", + "layout": "LAYOUT", "layers": [ [ "KC_ESC", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", "KC_BSLS", From 70514d749eb390d79368f4b47fedff8ff7fe0da1 Mon Sep 17 00:00:00 2001 From: Duncan Sutherland <75046609+dunk2k@users.noreply.github.com> Date: Sun, 14 May 2023 12:16:43 +0100 Subject: [PATCH 09/15] Update keyboards/handwired/dactyl_lightcycle/info.json Co-authored-by: Drashna Jaelre --- keyboards/handwired/dactyl_lightcycle/info.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/keyboards/handwired/dactyl_lightcycle/info.json b/keyboards/handwired/dactyl_lightcycle/info.json index 0f335268cf29..ecd9b2359b59 100644 --- a/keyboards/handwired/dactyl_lightcycle/info.json +++ b/keyboards/handwired/dactyl_lightcycle/info.json @@ -31,8 +31,6 @@ "enabled": true, "soft_serial_pin": "D0" }, - "processor": "atmega32u4", - "bootloader": "caterina", "developement_board": "pro_micro", "community_layouts": ["LAYOUT_split_3x6_3", "LAYOUT_split_3x5_3"], "layouts": { From 023ee6d481b5d5f929f892b2b8d200f6508b40e2 Mon Sep 17 00:00:00 2001 From: Duncan Sutherland <75046609+dunk2k@users.noreply.github.com> Date: Mon, 22 May 2023 11:54:09 +0100 Subject: [PATCH 10/15] Update info.json --- keyboards/handwired/dactyl_lightcycle/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/handwired/dactyl_lightcycle/info.json b/keyboards/handwired/dactyl_lightcycle/info.json index ecd9b2359b59..fc6622e3e620 100644 --- a/keyboards/handwired/dactyl_lightcycle/info.json +++ b/keyboards/handwired/dactyl_lightcycle/info.json @@ -32,7 +32,7 @@ "soft_serial_pin": "D0" }, "developement_board": "pro_micro", - "community_layouts": ["LAYOUT_split_3x6_3", "LAYOUT_split_3x5_3"], + "community_layouts": ["split_3x6_3", "split_3x5_3"], "layouts": { "LAYOUT": { "layout": [ From d36465d0ea38eb399efa955552af4ab599871e90 Mon Sep 17 00:00:00 2001 From: Duncan Sutherland Date: Mon, 29 May 2023 22:18:34 +0100 Subject: [PATCH 11/15] correct keycode --- .../dactyl_lightcycle/keymaps/default/keymap.json | 10 +++++----- .../dactyl_lightcycle/keymaps/via/keymap.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json b/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json index d795cbcb0a4e..3b7961a5661a 100644 --- a/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json @@ -21,11 +21,11 @@ "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_RSFT", "MO(3)" ], [ - "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_GRV", "KC_1", "KC_2", "KC_3", "KC_4", "KC_5", "KC_6", "KC_7", "KC_8", "KC_9", "KC_0", "KC_TILD", - "KC_TRNS", "KC_EXLM", "KC_AT", "KC_HASH", "KC_DLR", "KC_LPRN", "S(KC_DEL)", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_RPRN", "KC_PERC", "KC_CIRC", "KC_AMPR", "KC_ASTR", "KC_TRNS", - "KC_TRNS", "KC_UNDS", "KC_PLUS", "LSA(KC_TAB)", "A(KC_TAB)", "KC_PGUP", "KC_PGDN", "KC_LCBR", "KC_RCBR", "KC_TRNS", - "MO(3)", "KC_LCTL", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS" + "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_GRV", "KC_1", "KC_2", "KC_3", "KC_4", "KC_5", "KC_6", "KC_7", "KC_8", "KC_9", "KC_0", "KC_TILD", + "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", + "KC_TRNS", "KC_UNDS", "KC_PLUS", "KC_NO", "A(KC_TAB)", "KC_PGUP", "KC_PGDN", "KC_LCBR", "KC_RCBR", "KC_TRNS", + "MO(3)", "KC_LCTL", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS" ], [ "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_VOLU", "KC_NO", "KC_NO", "KC_NO", "KC_NO", diff --git a/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json b/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json index 193f27d86c9e..8471e6187fea 100644 --- a/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json @@ -21,11 +21,11 @@ "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_RSFT", "MO(3)" ], [ - "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_GRV", "KC_1", "KC_2", "KC_3", "KC_4", "KC_5", "KC_6", "KC_7", "KC_8", "KC_9", "KC_0", "KC_TILD", - "KC_TRNS", "KC_EXLM", "KC_AT", "KC_HASH", "KC_DLR", "KC_LPRN", "S(KC_DEL)", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_RPRN", "KC_PERC", "KC_CIRC", "KC_AMPR", "KC_ASTR", "KC_TRNS", - "KC_TRNS", "KC_UNDS", "KC_PLUS", "LSA(KC_TAB)", "A(KC_TAB)", "KC_PGUP", "KC_PGDN", "KC_LCBR", "KC_RCBR", "KC_TRNS", - "MO(3)", "KC_LCTL", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS" + "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_GRV", "KC_1", "KC_2", "KC_3", "KC_4", "KC_5", "KC_6", "KC_7", "KC_8", "KC_9", "KC_0", "KC_TILD", + "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", + "KC_TRNS", "KC_UNDS", "KC_PLUS", "KC_NO", "A(KC_TAB)", "KC_PGUP", "KC_PGDN", "KC_LCBR", "KC_RCBR", "KC_TRNS", + "MO(3)", "KC_LCTL", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS" ], [ "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_VOLU", "KC_NO", "KC_NO", "KC_NO", "KC_NO", From 47ea6be50b93df663dcc2cd2a0f6e8d4fa6660c9 Mon Sep 17 00:00:00 2001 From: Duncan Sutherland <75046609+dunk2k@users.noreply.github.com> Date: Wed, 31 May 2023 07:07:38 +0100 Subject: [PATCH 12/15] Update keyboards/handwired/dactyl_lightcycle/readme.md Co-authored-by: Ryan --- keyboards/handwired/dactyl_lightcycle/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keyboards/handwired/dactyl_lightcycle/readme.md b/keyboards/handwired/dactyl_lightcycle/readme.md index 61627f8416de..a4b5ba0f1687 100644 --- a/keyboards/handwired/dactyl_lightcycle/readme.md +++ b/keyboards/handwired/dactyl_lightcycle/readme.md @@ -9,9 +9,9 @@ The *Dactyl Lightcycle* is a variation of the [Dactyl](/keyboards/handwired/dact 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. -Keyboard Maintainer: [Matt Aderth](https://github.com/adereth/) -Hardware Supported: 2x Pro Micro micro controller, or clone of -Hardware Availability: Case files available on [GitHub](https://github.com/adereth/dactyl-keyboard), file names beginning "lightcycle" apply +* Keyboard Maintainer: [Matt Aderth](https://github.com/adereth/) +* Hardware Supported: 2x Pro Micro micro controller, or clone of +* Hardware Availability: Case files available on [GitHub](https://github.com/adereth/dactyl-keyboard), file names beginning "lightcycle" apply Make example for this keyboard (after setting up your build environment): From add12b9e84902896d9b5928f3c42498647f45f01 Mon Sep 17 00:00:00 2001 From: Duncan Sutherland <75046609+dunk2k@users.noreply.github.com> Date: Wed, 31 May 2023 07:09:43 +0100 Subject: [PATCH 13/15] Update readme.md --- keyboards/handwired/dactyl_lightcycle/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/handwired/dactyl_lightcycle/readme.md b/keyboards/handwired/dactyl_lightcycle/readme.md index a4b5ba0f1687..cbc2e65913ac 100644 --- a/keyboards/handwired/dactyl_lightcycle/readme.md +++ b/keyboards/handwired/dactyl_lightcycle/readme.md @@ -9,7 +9,7 @@ The *Dactyl Lightcycle* is a variation of the [Dactyl](/keyboards/handwired/dact 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. -* Keyboard Maintainer: [Matt Aderth](https://github.com/adereth/) +* Keyboard Maintainer: [Matt Adereth](https://github.com/adereth/) * Hardware Supported: 2x Pro Micro micro controller, or clone of * Hardware Availability: Case files available on [GitHub](https://github.com/adereth/dactyl-keyboard), file names beginning "lightcycle" apply From 57036517baf16b629e589bd05c34ffd876ed22bb Mon Sep 17 00:00:00 2001 From: Duncan Sutherland <75046609+dunk2k@users.noreply.github.com> Date: Wed, 31 May 2023 07:11:28 +0100 Subject: [PATCH 14/15] Update readme.md --- keyboards/handwired/dactyl_lightcycle/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/handwired/dactyl_lightcycle/readme.md b/keyboards/handwired/dactyl_lightcycle/readme.md index cbc2e65913ac..b351942f4435 100644 --- a/keyboards/handwired/dactyl_lightcycle/readme.md +++ b/keyboards/handwired/dactyl_lightcycle/readme.md @@ -33,7 +33,7 @@ Enter the bootloader in 3 ways: ## QMK Layouts -The following [QMK layouts](/layouts/) are supported: +The following [community layouts](/layouts/) are supported: | Layout | Diagram | | :---: | :---: | | Split_3x6_3 | ![split_3x6_3](https://i.imgur.com/xBVDsqE.jpg) | From 71aa48b77675b59b6e06b48418566461382fef8f Mon Sep 17 00:00:00 2001 From: Duncan Sutherland Date: Fri, 2 Jun 2023 23:06:01 +0100 Subject: [PATCH 15/15] tidied and corrected --- .../handwired/dactyl_lightcycle/config.h | 34 ---- .../handwired/dactyl_lightcycle/info.json | 192 +++++++++--------- .../keymaps/default/config.h | 9 + .../keymaps/default/keymap.json | 32 ++- .../dactyl_lightcycle/keymaps/via/config.h | 9 + .../dactyl_lightcycle/keymaps/via/keymap.json | 32 ++- .../handwired/dactyl_lightcycle/rules.mk | 0 7 files changed, 142 insertions(+), 166 deletions(-) delete mode 100644 keyboards/handwired/dactyl_lightcycle/config.h create mode 100644 keyboards/handwired/dactyl_lightcycle/rules.mk diff --git a/keyboards/handwired/dactyl_lightcycle/config.h b/keyboards/handwired/dactyl_lightcycle/config.h deleted file mode 100644 index f81bc10db762..000000000000 --- a/keyboards/handwired/dactyl_lightcycle/config.h +++ /dev/null @@ -1,34 +0,0 @@ -/* -Copyright 2020 Ralph Azucena - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ - -#pragma once - -/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ -#define LOCKING_SUPPORT_ENABLE - -/* Locking resynchronize hack */ -#define LOCKING_RESYNC_ENABLE - -/* Enables This makes it easier for fast typists to use dual-function keys */ -#define PERMISSIVE_HOLD - -// Feature disable options -// These options are also useful to firmware size reduction. - -/* disable print */ -// #define NO_DEBUG -// #define NO_PRINT diff --git a/keyboards/handwired/dactyl_lightcycle/info.json b/keyboards/handwired/dactyl_lightcycle/info.json index fc6622e3e620..2e10fda4dd98 100644 --- a/keyboards/handwired/dactyl_lightcycle/info.json +++ b/keyboards/handwired/dactyl_lightcycle/info.json @@ -2,7 +2,7 @@ "keyboard_name": "Dactyl Lightcycle", "manufacturer": "Adereth", "url": "https://github.com/adereth/dactyl-keyboard", - "maintainer": "qmk", + "maintainer": "Matt Adereth", "usb": { "vid": "0xFEED", "pid": "0x3060", @@ -31,7 +31,7 @@ "enabled": true, "soft_serial_pin": "D0" }, - "developement_board": "pro_micro", + "development_board": "promicro", "community_layouts": ["split_3x6_3", "split_3x5_3"], "layouts": { "LAYOUT": { @@ -78,23 +78,76 @@ {"matrix": [7, 4], "x": 15, "y": 2}, {"matrix": [7, 5], "x": 16, "y": 2}, + {"matrix": [3, 5], "x": 6, "y": 2, "h": 1.25}, + {"matrix": [4, 5], "x": 7, "y": 2, "h": 1.5}, + + {"matrix": [9, 0], "x": 9, "y": 2, "h": 1.5}, + {"matrix": [8, 0], "x": 10, "y": 2, "h": 1.25}, + {"matrix": [3, 0], "x": 0, "y": 3}, {"matrix": [3, 1], "x": 1, "y": 3}, {"matrix": [3, 2], "x": 2, "y": 3}, {"matrix": [3, 3], "x": 3, "y": 3}, {"matrix": [3, 4], "x": 4, "y": 3}, + {"matrix": [4, 2], "x": 5, "y": 3, "h": 2}, + {"matrix": [4, 3], "x": 6, "y": 3.25, "h": 1.75}, + {"matrix": [4, 4], "x": 7, "y": 3.5, "h": 1.5}, + + {"matrix": [9, 1], "x": 9, "y": 3.5, "h": 1.5}, + {"matrix": [9, 2], "x": 10, "y": 3.25, "h": 1.75}, + {"matrix": [9, 3], "x": 11, "y": 3, "h": 2}, + {"matrix": [8, 1], "x": 12, "y": 3}, {"matrix": [8, 2], "x": 13, "y": 3}, {"matrix": [8, 3], "x": 14, "y": 3}, {"matrix": [8, 4], "x": 15, "y": 3}, - {"matrix": [8, 5], "x": 16, "y": 3}, + {"matrix": [8, 5], "x": 16, "y": 3} + ] + }, + "LAYOUT_split_3x6_3": { + "layout": [ + {"matrix": [0, 0], "x": 0, "y": 0}, + {"matrix": [0, 1], "x": 1, "y": 0}, + {"matrix": [0, 2], "x": 2, "y": 0}, + {"matrix": [0, 3], "x": 3, "y": 0}, + {"matrix": [0, 4], "x": 4, "y": 0}, + {"matrix": [0, 5], "x": 5, "y": 0}, - {"matrix": [3, 5], "x": 6, "y": 2, "h": 1.25}, - {"matrix": [4, 5], "x": 7, "y": 2, "h": 1.5}, + {"matrix": [5, 0], "x": 11, "y": 0}, + {"matrix": [5, 1], "x": 12, "y": 0}, + {"matrix": [5, 2], "x": 13, "y": 0}, + {"matrix": [5, 3], "x": 14, "y": 0}, + {"matrix": [5, 4], "x": 15, "y": 0}, + {"matrix": [5, 5], "x": 16, "y": 0}, - {"matrix": [9, 0], "x": 9, "y": 2, "h": 1.5}, - {"matrix": [8, 0], "x": 10, "y": 2, "h": 1.25}, + {"matrix": [1, 0], "x": 0, "y": 1}, + {"matrix": [1, 1], "x": 1, "y": 1}, + {"matrix": [1, 2], "x": 2, "y": 1}, + {"matrix": [1, 3], "x": 3, "y": 1}, + {"matrix": [1, 4], "x": 4, "y": 1}, + {"matrix": [1, 5], "x": 5, "y": 1}, + + {"matrix": [6, 0], "x": 11, "y": 1}, + {"matrix": [6, 1], "x": 12, "y": 1}, + {"matrix": [6, 2], "x": 13, "y": 1}, + {"matrix": [6, 3], "x": 14, "y": 1}, + {"matrix": [6, 4], "x": 15, "y": 1}, + {"matrix": [6, 5], "x": 16, "y": 1}, + + {"matrix": [2, 0], "x": 0, "y": 2}, + {"matrix": [2, 1], "x": 1, "y": 2}, + {"matrix": [2, 2], "x": 2, "y": 2}, + {"matrix": [2, 3], "x": 3, "y": 2}, + {"matrix": [2, 4], "x": 4, "y": 2}, + {"matrix": [2, 5], "x": 5, "y": 2}, + + {"matrix": [7, 0], "x": 11, "y": 2}, + {"matrix": [7, 1], "x": 12, "y": 2}, + {"matrix": [7, 2], "x": 13, "y": 2}, + {"matrix": [7, 3], "x": 14, "y": 2}, + {"matrix": [7, 4], "x": 15, "y": 2}, + {"matrix": [7, 5], "x": 16, "y": 2}, {"matrix": [4, 2], "x": 5, "y": 3, "h": 2}, {"matrix": [4, 3], "x": 6, "y": 3.25, "h": 1.75}, @@ -105,96 +158,43 @@ {"matrix": [9, 3], "x": 11, "y": 3, "h": 2} ] }, - "LAYOUT_split_3x6_3": { - "layout": [ - {"matrix": [0, 0], "x":0, "y":0}, - {"matrix": [0, 1], "x":1, "y":0}, - {"matrix": [0, 2], "x":2, "y":0}, - {"matrix": [0, 3], "x":3, "y":0}, - {"matrix": [0, 4], "x":4, "y":0}, - {"matrix": [0, 5], "x":5, "y":0}, - - {"matrix": [5, 0], "x":11, "y":0}, - {"matrix": [5, 1], "x":12, "y":0}, - {"matrix": [5, 2], "x":13, "y":0}, - {"matrix": [5, 3], "x":14, "y":0}, - {"matrix": [5, 4], "x":15, "y":0}, - {"matrix": [5, 5], "x":16, "y":0}, - - {"matrix": [1, 0], "x":0, "y":1}, - {"matrix": [1, 1], "x":1, "y":1}, - {"matrix": [1, 2], "x":2, "y":1}, - {"matrix": [1, 3], "x":3, "y":1}, - {"matrix": [1, 4], "x":4, "y":1}, - {"matrix": [1, 5], "x":5, "y":1}, - - {"matrix": [6, 0], "x":11, "y":1}, - {"matrix": [6, 1], "x":12, "y":1}, - {"matrix": [6, 2], "x":13, "y":1}, - {"matrix": [6, 3], "x":14, "y":1}, - {"matrix": [6, 4], "x":15, "y":1}, - {"matrix": [6, 5], "x":16, "y":1}, - - {"matrix": [2, 0], "x":0, "y":2}, - {"matrix": [2, 1], "x":1, "y":2}, - {"matrix": [2, 2], "x":2, "y":2}, - {"matrix": [2, 3], "x":3, "y":2}, - {"matrix": [2, 4], "x":4, "y":2}, - {"matrix": [2, 5], "x":5, "y":2}, - - {"matrix": [7, 0], "x":11, "y":2}, - {"matrix": [7, 1], "x":12, "y":2}, - {"matrix": [7, 2], "x":13, "y":2}, - {"matrix": [7, 3], "x":14, "y":2}, - {"matrix": [7, 4], "x":15, "y":2}, - {"matrix": [7, 5], "x":16, "y":2}, - - {"matrix": [4, 2], "x":5, "y":3, "h":2}, - {"matrix": [4, 3], "x":6, "y":3.25, "h":1.75}, - {"matrix": [4, 4], "x":7, "y":3.5, "h":1.5}, - - {"matrix": [9, 1], "x": 9, "y": 3.5, "h":1.5}, - {"matrix": [9, 2], "x": 10, "y": 3.25, "h": 1.75}, - {"matrix": [9, 3], "x": 11, "y": 3, "h": 2} - ] - }, "LAYOUT_split_3x5_3": { "layout": [ - {"matrix": [0, 1], "x":0, "y":0}, - {"matrix": [0, 2], "x":1, "y":0}, - {"matrix": [0, 3], "x":2, "y":0}, - {"matrix": [0, 4], "x":3, "y":0}, - {"matrix": [0, 5], "x":4, "y":0}, - - {"matrix": [5, 0], "x":10, "y":0}, - {"matrix": [5, 1], "x":11, "y":0}, - {"matrix": [5, 2], "x":12, "y":0}, - {"matrix": [5, 3], "x":13, "y":0}, - {"matrix": [5, 4], "x":14, "y":0}, - - {"matrix": [1, 1], "x":0, "y":1}, - {"matrix": [1, 2], "x":1, "y":1}, - {"matrix": [1, 3], "x":2, "y":1}, - {"matrix": [1, 4], "x":3, "y":1}, - {"matrix": [1, 5], "x":4, "y":1}, - - {"matrix": [6, 0], "x":10, "y":1}, - {"matrix": [6, 1], "x":11, "y":1}, - {"matrix": [6, 2], "x":12, "y":1}, - {"matrix": [6, 3], "x":13, "y":1}, - {"matrix": [6, 4], "x":14, "y":1}, - - {"matrix": [2, 1], "x":0, "y":2}, - {"matrix": [2, 2], "x":1, "y":2}, - {"matrix": [2, 3], "x":2, "y":2}, - {"matrix": [2, 4], "x":3, "y":2}, - {"matrix": [2, 5], "x":4, "y":2}, - - {"matrix": [7, 0], "x":10, "y":2}, - {"matrix": [7, 1], "x":11, "y":2}, - {"matrix": [7, 2], "x":12, "y":2}, - {"matrix": [7, 3], "x":13, "y":2}, - {"matrix": [7, 4], "x":14, "y":2}, + {"matrix": [0, 1], "x": 0, "y": 0}, + {"matrix": [0, 2], "x": 1, "y": 0}, + {"matrix": [0, 3], "x": 2, "y": 0}, + {"matrix": [0, 4], "x": 3, "y": 0}, + {"matrix": [0, 5], "x": 4, "y": 0}, + + {"matrix": [5, 0], "x": 10, "y": 0}, + {"matrix": [5, 1], "x": 11, "y": 0}, + {"matrix": [5, 2], "x": 12, "y": 0}, + {"matrix": [5, 3], "x": 13, "y": 0}, + {"matrix": [5, 4], "x": 14, "y": 0}, + + {"matrix": [1, 1], "x": 0, "y": 1}, + {"matrix": [1, 2], "x": 1, "y": 1}, + {"matrix": [1, 3], "x": 2, "y": 1}, + {"matrix": [1, 4], "x": 3, "y": 1}, + {"matrix": [1, 5], "x": 4, "y": 1}, + + {"matrix": [6, 0], "x": 10, "y": 1}, + {"matrix": [6, 1], "x": 11, "y": 1}, + {"matrix": [6, 2], "x": 12, "y": 1}, + {"matrix": [6, 3], "x": 13, "y": 1}, + {"matrix": [6, 4], "x": 14, "y": 1}, + + {"matrix": [2, 1], "x": 0, "y": 2}, + {"matrix": [2, 2], "x": 1, "y": 2}, + {"matrix": [2, 3], "x": 2, "y": 2}, + {"matrix": [2, 4], "x": 3, "y": 2}, + {"matrix": [2, 5], "x": 4, "y": 2}, + + {"matrix": [7, 0], "x": 10, "y": 2}, + {"matrix": [7, 1], "x": 11, "y": 2}, + {"matrix": [7, 2], "x": 12, "y": 2}, + {"matrix": [7, 3], "x": 13, "y": 2}, + {"matrix": [7, 4], "x": 14, "y": 2}, {"matrix": [4, 2], "x": 4, "y": 3, "h": 2}, {"matrix": [4, 3], "x": 5, "y": 3.25, "h": 1.75}, @@ -202,7 +202,7 @@ {"matrix": [9, 1], "x": 8, "y": 3.5, "h": 1.5}, {"matrix": [9, 2], "x": 9, "y": 3.25, "h": 1.75}, - {"matrix": [9, 3], "x": 10, "y": 5, "h": 2} + {"matrix": [9, 3], "x": 10, "y": 3, "h": 2} ] } } diff --git a/keyboards/handwired/dactyl_lightcycle/keymaps/default/config.h b/keyboards/handwired/dactyl_lightcycle/keymaps/default/config.h index bb74a947c2d9..49b067cc586a 100644 --- a/keyboards/handwired/dactyl_lightcycle/keymaps/default/config.h +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/default/config.h @@ -17,6 +17,15 @@ along with this program. If not, see . #pragma once +/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ +#define LOCKING_SUPPORT_ENABLE + +/* Locking resynchronize hack */ +#define LOCKING_RESYNC_ENABLE + +/* Enables This makes it easier for fast typists to use dual-function keys */ +#define PERMISSIVE_HOLD + /* mouse config */ #define MOUSEKEY_DELAY 0 // Lowering MOUSEKEY_INTERVAL raises the cursor speed significantly, you may want to lower MOUSEKEY_MAX_SPEED (default: 10) diff --git a/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json b/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json index 3b7961a5661a..bf48cd3139d9 100644 --- a/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/default/keymap.json @@ -7,32 +7,28 @@ "layout": "LAYOUT", "layers": [ [ - "KC_ESC", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", "KC_BSLS", - "KC_TAB", "KC_A", "KC_S", "KC_D", "KC_F", "KC_G", "KC_H", "KC_J", "KC_K", "KC_L", "KC_SCLN", "KC_QUOT", - "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", - "KC_LCTL", "KC_MINS", "KC_EQL", "KC_LEFT", "KC_RGHT", "KC_UP", "KC_DOWN", "KC_LBRC", "KC_RBRC", "KC_RSFT", - "LT(1, KC_HOME)", "KC_SPC", "KC_LSFT", "KC_RCTL", "KC_ENT", "LT(2, KC_END)" + "KC_ESC", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", "KC_BSLS", + "KC_TAB", "KC_A", "KC_S", "KC_D", "KC_F", "KC_G", "KC_H", "KC_J", "KC_K", "KC_L", "KC_SCLN", "KC_QUOT", + "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", + "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" ], [ - "RCS(KC_ESC)", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NLCK", "KC_P7", "KC_P8", "KC_P9", "KC_PMNS", "KC_TRNS", - "KC_CAPS", "KC_SLCK", "KC_INS", "KC_PAUS", "KC_PSCR", "KC_NO", "KC_PAST", "KC_P4", "KC_P5", "KC_P6", "KC_PPLS", "KC_TRNS", - "KC_TRNS", "KC_NO", "KC_NO", "S(KC_HOME)", "S(KC_END)", "KC_NO", "KC_TRNS", "KC_TRNS", "C(KC_BSPC)", "KC_PSLS", "KC_P1", "KC_P2", "KC_P3", "KC_PENT", "KC_TRNS", - "KC_TRNS", "KC_NO", "KC_NO", "LSG(KC_TAB)", "G(KC_TAB)", "KC_PCMM", "KC_P0", "KC_PDOT", "KC_PEQL", "KC_TRNS", - "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_RSFT", "MO(3)" + "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", + "KC_CAPS", "KC_SCRL", "KC_INS", "KC_PAUS", "KC_PSCR", "KC_NO", "KC_PAST", "KC_P4", "KC_P5", "KC_P6", "KC_PPLS", "KC_TRNS", + "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", + "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" ], [ "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_GRV", "KC_1", "KC_2", "KC_3", "KC_4", "KC_5", "KC_6", "KC_7", "KC_8", "KC_9", "KC_0", "KC_TILD", - "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", - "KC_TRNS", "KC_UNDS", "KC_PLUS", "KC_NO", "A(KC_TAB)", "KC_PGUP", "KC_PGDN", "KC_LCBR", "KC_RCBR", "KC_TRNS", - "MO(3)", "KC_LCTL", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS" + "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", + "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" ], [ - "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_VOLU", "KC_NO", "KC_NO", "KC_NO", "KC_NO", - "KC_NO", "QK_BOOT", "KC_SLEP", "KC_MSTP", "KC_MPLY", "KC_NO", "KC_NO", "KC_MUTE", "KC_NO", "KC_NO", "AG_TOGG", "KC_NO", - "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", - "KC_NO", "KC_NO", "KC_NO", "KC_MNXT", "KC_MNXT", "KC_BRIU", "KC_BRID", "KC_NO", "KC_NO", "KC_NO", - "KC_TRNS", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_TRNS" + "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_VOLU", "KC_NO", "KC_NO", "KC_NO", "KC_NO", + "KC_NO", "QK_BOOT", "KC_SLEP", "KC_MSTP", "KC_MPLY", "KC_NO", "KC_NO", "KC_MUTE", "KC_NO", "KC_NO", "AG_TOGG", "KC_NO", + "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", + "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" ] ] } diff --git a/keyboards/handwired/dactyl_lightcycle/keymaps/via/config.h b/keyboards/handwired/dactyl_lightcycle/keymaps/via/config.h index bb74a947c2d9..49b067cc586a 100644 --- a/keyboards/handwired/dactyl_lightcycle/keymaps/via/config.h +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/via/config.h @@ -17,6 +17,15 @@ along with this program. If not, see . #pragma once +/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ +#define LOCKING_SUPPORT_ENABLE + +/* Locking resynchronize hack */ +#define LOCKING_RESYNC_ENABLE + +/* Enables This makes it easier for fast typists to use dual-function keys */ +#define PERMISSIVE_HOLD + /* mouse config */ #define MOUSEKEY_DELAY 0 // Lowering MOUSEKEY_INTERVAL raises the cursor speed significantly, you may want to lower MOUSEKEY_MAX_SPEED (default: 10) diff --git a/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json b/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json index 8471e6187fea..3c770db69317 100644 --- a/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json +++ b/keyboards/handwired/dactyl_lightcycle/keymaps/via/keymap.json @@ -7,32 +7,28 @@ "layout": "LAYOUT", "layers": [ [ - "KC_ESC", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", "KC_BSLS", - "KC_TAB", "KC_A", "KC_S", "KC_D", "KC_F", "KC_G", "KC_H", "KC_J", "KC_K", "KC_L", "KC_SCLN", "KC_QUOT", - "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", - "KC_LCTL", "KC_MINS", "KC_EQL", "KC_LEFT", "KC_RGHT", "KC_UP", "KC_DOWN", "KC_LBRC", "KC_RBRC", "KC_RSFT", - "LT(1, KC_HOME)", "KC_SPC", "KC_LSFT", "KC_RCTL", "KC_ENT", "LT(2, KC_END)" + "KC_ESC", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", "KC_BSLS", + "KC_TAB", "KC_A", "KC_S", "KC_D", "KC_F", "KC_G", "KC_H", "KC_J", "KC_K", "KC_L", "KC_SCLN", "KC_QUOT", + "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", + "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" ], [ - "RCS(KC_ESC)", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NLCK", "KC_P7", "KC_P8", "KC_P9", "KC_PMNS", "KC_TRNS", - "KC_CAPS", "KC_SLCK", "KC_INS", "KC_PAUS", "KC_PSCR", "KC_NO", "KC_PAST", "KC_P4", "KC_P5", "KC_P6", "KC_PPLS", "KC_TRNS", - "KC_TRNS", "KC_NO", "KC_NO", "S(KC_HOME)", "S(KC_END)", "KC_NO", "KC_TRNS", "KC_TRNS", "C(KC_BSPC)", "KC_PSLS", "KC_P1", "KC_P2", "KC_P3", "KC_PENT", "KC_TRNS", - "KC_TRNS", "KC_NO", "KC_NO", "LSG(KC_TAB)", "G(KC_TAB)", "KC_PCMM", "KC_P0", "KC_PDOT", "KC_PEQL", "KC_TRNS", - "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_RSFT", "MO(3)" + "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", + "KC_CAPS", "KC_SCRL", "KC_INS", "KC_PAUS", "KC_PSCR", "KC_NO", "KC_PAST", "KC_P4", "KC_P5", "KC_P6", "KC_PPLS", "KC_TRNS", + "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", + "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" ], [ "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_GRV", "KC_1", "KC_2", "KC_3", "KC_4", "KC_5", "KC_6", "KC_7", "KC_8", "KC_9", "KC_0", "KC_TILD", - "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", - "KC_TRNS", "KC_UNDS", "KC_PLUS", "KC_NO", "A(KC_TAB)", "KC_PGUP", "KC_PGDN", "KC_LCBR", "KC_RCBR", "KC_TRNS", - "MO(3)", "KC_LCTL", "KC_TRNS", "KC_TRNS", "KC_TRNS", "KC_TRNS" + "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", + "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" ], [ - "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_VOLU", "KC_NO", "KC_NO", "KC_NO", "KC_NO", - "KC_NO", "QK_BOOT", "KC_SLEP", "KC_MSTP", "KC_MPLY", "KC_NO", "KC_NO", "KC_MUTE", "KC_NO", "KC_NO", "AG_TOGG", "KC_NO", - "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", - "KC_NO", "KC_NO", "KC_NO", "KC_MNXT", "KC_MNXT", "KC_BRIU", "KC_BRID", "KC_NO", "KC_NO", "KC_NO", - "KC_TRNS", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_TRNS" + "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_NO", "KC_VOLU", "KC_NO", "KC_NO", "KC_NO", "KC_NO", + "KC_NO", "QK_BOOT", "KC_SLEP", "KC_MSTP", "KC_MPLY", "KC_NO", "KC_NO", "KC_MUTE", "KC_NO", "KC_NO", "AG_TOGG", "KC_NO", + "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", + "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" ] ] } diff --git a/keyboards/handwired/dactyl_lightcycle/rules.mk b/keyboards/handwired/dactyl_lightcycle/rules.mk new file mode 100644 index 000000000000..e69de29bb2d1