diff options
| -rw-r--r-- | keyboards/handwired/dactyl_cc/info.json | 117 | ||||
| -rw-r--r-- | keyboards/handwired/dactyl_cc/keymaps/default/config.h | 28 | ||||
| -rw-r--r-- | keyboards/handwired/dactyl_cc/keymaps/default/keymap.c | 37 | ||||
| -rw-r--r-- | keyboards/handwired/dactyl_cc/keymaps/via/config.h | 28 | ||||
| -rw-r--r-- | keyboards/handwired/dactyl_cc/keymaps/via/keymap.c | 64 | ||||
| -rw-r--r-- | keyboards/handwired/dactyl_cc/keymaps/via/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/handwired/dactyl_cc/readme.md | 27 | ||||
| -rw-r--r-- | keyboards/handwired/dactyl_cc/rules.mk | 0 |
8 files changed, 302 insertions, 0 deletions
diff --git a/keyboards/handwired/dactyl_cc/info.json b/keyboards/handwired/dactyl_cc/info.json new file mode 100644 index 0000000000..ffaf326f21 --- /dev/null +++ b/keyboards/handwired/dactyl_cc/info.json | |||
| @@ -0,0 +1,117 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "Dactyl CC", | ||
| 3 | "manufacturer": "mjohns", | ||
| 4 | "url": "https://github.com/mjohns/dactyl-cc", | ||
| 5 | "maintainer": "qmk", | ||
| 6 | "usb": { | ||
| 7 | "vid": "0xFEED", | ||
| 8 | "pid": "0x3060", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 11 | "features": { | ||
| 12 | "bootmagic": true, | ||
| 13 | "mousekey": true, | ||
| 14 | "extrakey": true, | ||
| 15 | "console": false, | ||
| 16 | "command": true, | ||
| 17 | "nkro": false | ||
| 18 | }, | ||
| 19 | "matrix_pins": { | ||
| 20 | "cols": ["D4", "C6", "D7", "E6", "B4", "B5"], | ||
| 21 | "rows": ["F6", "F7", "B1", "B3", "B2", "B6"] | ||
| 22 | }, | ||
| 23 | "diode_direction": "COL2ROW", | ||
| 24 | "split": { | ||
| 25 | "enabled": true, | ||
| 26 | "soft_serial_pin": "D0" | ||
| 27 | }, | ||
| 28 | "development_board": "promicro", | ||
| 29 | "layouts": { | ||
| 30 | "LAYOUT": { | ||
| 31 | "layout": [ | ||
| 32 | {"matrix": [0, 0], "x": 0, "y": 0}, | ||
| 33 | {"matrix": [0, 1], "x": 1, "y": 0}, | ||
| 34 | {"matrix": [0, 2], "x": 2, "y": 0}, | ||
| 35 | {"matrix": [0, 3], "x": 3, "y": 0}, | ||
| 36 | {"matrix": [0, 4], "x": 4, "y": 0}, | ||
| 37 | {"matrix": [0, 5], "x": 5, "y": 0}, | ||
| 38 | |||
| 39 | {"matrix": [6, 0], "x": 11, "y": 0}, | ||
| 40 | {"matrix": [6, 1], "x": 12, "y": 0}, | ||
| 41 | {"matrix": [6, 2], "x": 13, "y": 0}, | ||
| 42 | {"matrix": [6, 3], "x": 14, "y": 0}, | ||
| 43 | {"matrix": [6, 4], "x": 15, "y": 0}, | ||
| 44 | {"matrix": [6, 5], "x": 16, "y": 0}, | ||
| 45 | |||
| 46 | {"matrix": [1, 0], "x": 0, "y": 1}, | ||
| 47 | {"matrix": [1, 1], "x": 1, "y": 1}, | ||
| 48 | {"matrix": [1, 2], "x": 2, "y": 1}, | ||
| 49 | {"matrix": [1, 3], "x": 3, "y": 1}, | ||
| 50 | {"matrix": [1, 4], "x": 4, "y": 1}, | ||
| 51 | {"matrix": [1, 5], "x": 5, "y": 1}, | ||
| 52 | |||
| 53 | {"matrix": [7, 0], "x": 11, "y": 1}, | ||
| 54 | {"matrix": [7, 1], "x": 12, "y": 1}, | ||
| 55 | {"matrix": [7, 2], "x": 13, "y": 1}, | ||
| 56 | {"matrix": [7, 3], "x": 14, "y": 1}, | ||
| 57 | {"matrix": [7, 4], "x": 15, "y": 1}, | ||
| 58 | {"matrix": [7, 5], "x": 16, "y": 1}, | ||
| 59 | |||
| 60 | {"matrix": [2, 0], "x": 0, "y": 2}, | ||
| 61 | {"matrix": [2, 1], "x": 1, "y": 2}, | ||
| 62 | {"matrix": [2, 2], "x": 2, "y": 2}, | ||
| 63 | {"matrix": [2, 3], "x": 3, "y": 2}, | ||
| 64 | {"matrix": [2, 4], "x": 4, "y": 2}, | ||
| 65 | {"matrix": [2, 5], "x": 5, "y": 2}, | ||
| 66 | |||
| 67 | {"matrix": [8, 0], "x": 11, "y": 2}, | ||
| 68 | {"matrix": [8, 1], "x": 12, "y": 2}, | ||
| 69 | {"matrix": [8, 2], "x": 13, "y": 2}, | ||
| 70 | {"matrix": [8, 3], "x": 14, "y": 2}, | ||
| 71 | {"matrix": [8, 4], "x": 15, "y": 2}, | ||
| 72 | {"matrix": [8, 5], "x": 16, "y": 2}, | ||
| 73 | |||
| 74 | {"matrix": [3, 0], "x": 0, "y": 3}, | ||
| 75 | {"matrix": [3, 1], "x": 1, "y": 3}, | ||
| 76 | {"matrix": [3, 2], "x": 2, "y": 3}, | ||
| 77 | {"matrix": [3, 3], "x": 3, "y": 3}, | ||
| 78 | {"matrix": [3, 4], "x": 4, "y": 3}, | ||
| 79 | {"matrix": [3, 5], "x": 5, "y": 3}, | ||
| 80 | |||
| 81 | {"matrix": [9, 0], "x": 11, "y": 3}, | ||
| 82 | {"matrix": [9, 1], "x": 12, "y": 3}, | ||
| 83 | {"matrix": [9, 2], "x": 13, "y": 3}, | ||
| 84 | {"matrix": [9, 3], "x": 14, "y": 3}, | ||
| 85 | {"matrix": [9, 4], "x": 15, "y": 3}, | ||
| 86 | {"matrix": [9, 5], "x": 16, "y": 3}, | ||
| 87 | |||
| 88 | {"matrix": [4, 0], "x": 1, "y": 4}, | ||
| 89 | {"matrix": [4, 1], "x": 2, "y": 4}, | ||
| 90 | {"matrix": [4, 2], "x": 3, "y": 4}, | ||
| 91 | {"matrix": [4, 3], "x": 4, "y": 4}, | ||
| 92 | |||
| 93 | {"matrix": [10, 2], "x": 12, "y": 4}, | ||
| 94 | {"matrix": [10, 3], "x": 13, "y": 4}, | ||
| 95 | {"matrix": [10, 4], "x": 14, "y": 4}, | ||
| 96 | {"matrix": [10, 5], "x": 15, "y": 4}, | ||
| 97 | |||
| 98 | {"matrix": [4, 4], "x": 6, "y": 5}, | ||
| 99 | {"matrix": [4, 5], "x": 7, "y": 5}, | ||
| 100 | |||
| 101 | {"matrix": [10, 0], "x": 9, "y": 5}, | ||
| 102 | {"matrix": [10, 1], "x": 10, "y": 5}, | ||
| 103 | |||
| 104 | {"matrix": [5, 2], "x": 5, "y": 6, "h": 2}, | ||
| 105 | {"matrix": [5, 3], "x": 6, "y": 6, "h": 2}, | ||
| 106 | {"matrix": [5, 5], "x": 7, "y": 6}, | ||
| 107 | |||
| 108 | {"matrix": [11, 0], "x": 9, "y": 6}, | ||
| 109 | {"matrix": [11, 2], "x": 10, "y": 6, "h": 2}, | ||
| 110 | {"matrix": [11, 3], "x": 11, "y": 6, "h": 2}, | ||
| 111 | |||
| 112 | {"matrix": [5, 4], "x": 7, "y": 7}, | ||
| 113 | {"matrix": [11, 1], "x": 9, "y": 7} | ||
| 114 | ] | ||
| 115 | } | ||
| 116 | } | ||
| 117 | } | ||
diff --git a/keyboards/handwired/dactyl_cc/keymaps/default/config.h b/keyboards/handwired/dactyl_cc/keymaps/default/config.h new file mode 100644 index 0000000000..49d5477f0a --- /dev/null +++ b/keyboards/handwired/dactyl_cc/keymaps/default/config.h | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | // Copyright 2022 mjohns | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #pragma once | ||
| 5 | |||
| 6 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 7 | #define LOCKING_SUPPORT_ENABLE | ||
| 8 | |||
| 9 | /* Locking resynchronize hack */ | ||
| 10 | #define LOCKING_RESYNC_ENABLE | ||
| 11 | |||
| 12 | /* Enables This makes it easier for fast typists to use dual-function keys */ | ||
| 13 | #define PERMISSIVE_HOLD | ||
| 14 | |||
| 15 | /* mouse config */ | ||
| 16 | #define MOUSEKEY_DELAY 0 | ||
| 17 | // Lowering MOUSEKEY_INTERVAL raises the cursor speed significantly, you may want to lower MOUSEKEY_MAX_SPEED (default: 10) | ||
| 18 | #define MOUSEKEY_INTERVAL 20 | ||
| 19 | #define MOUSEKEY_MAX_SPEED 7 | ||
| 20 | #define MOUSEKEY_WHEEL_DELAY 0 | ||
| 21 | |||
| 22 | /* layer config */ | ||
| 23 | #define TAPPING_TOGGLE 1 | ||
| 24 | |||
| 25 | /* disable action features */ | ||
| 26 | //#define NO_ACTION_LAYER | ||
| 27 | //#define NO_ACTION_TAPPING | ||
| 28 | //#define NO_ACTION_ONESHOT | ||
diff --git a/keyboards/handwired/dactyl_cc/keymaps/default/keymap.c b/keyboards/handwired/dactyl_cc/keymaps/default/keymap.c new file mode 100644 index 0000000000..6422699684 --- /dev/null +++ b/keyboards/handwired/dactyl_cc/keymaps/default/keymap.c | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | // Copyright 2022 mjohns | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #include QMK_KEYBOARD_H | ||
| 5 | |||
| 6 | enum layers { | ||
| 7 | BASE, | ||
| 8 | NAV | ||
| 9 | }; | ||
| 10 | |||
| 11 | #define CTL_ESC LCTL_T(KC_ESC) | ||
| 12 | #define CTL_CAP LCTL_T(KC_CAPS) | ||
| 13 | #define ALT_BSP LALT_T(KC_BSPC) | ||
| 14 | #define LT_SCLN LT(NAV, KC_SCLN) | ||
| 15 | |||
| 16 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 17 | [BASE] = LAYOUT( | ||
| 18 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_HOME, | ||
| 19 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, | ||
| 20 | CTL_CAP, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, LT_SCLN, KC_QUOT, | ||
| 21 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, | ||
| 22 | KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, | ||
| 23 | TT(NAV), KC_DEL, KC_PGUP, KC_RCTL, | ||
| 24 | KC_BSPC, CTL_ESC, KC_LGUI, KC_PGDN, KC_ENT, KC_SPC, | ||
| 25 | KC_LALT, KC_RALT | ||
| 26 | ), | ||
| 27 | [NAV] = LAYOUT( | ||
| 28 | QK_BOOT, KC_NO, KC_MPRV, KC_MPLY, KC_MNXT, KC_NO, KC_BRIU, KC_P7, KC_P8, KC_P9, KC_NO, QK_BOOT, | ||
| 29 | _______, KC_VOLU, KC_WBAK, KC_MS_U, KC_WFWD, KC_WH_U, KC_BRID, KC_P4, KC_P5, KC_P6, KC_PMNS, _______, | ||
| 30 | _______, KC_VOLD, KC_MS_L, KC_MS_D, KC_MS_R, KC_WH_D, KC_PPLS, KC_P1, KC_P2, KC_P3, KC_PSLS, _______, | ||
| 31 | KC_NO, KC_F1, KC_F2, KC_F3, KC_F4, KC_NO, KC_PAST, KC_PCMM, KC_P0, KC_PDOT, KC_PENT, _______, | ||
| 32 | KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, | ||
| 33 | _______, _______, KC_HOME, _______, | ||
| 34 | KC_BTN1, KC_BTN2, _______, KC_END, _______, _______, | ||
| 35 | _______, ALT_BSP | ||
| 36 | ) | ||
| 37 | }; | ||
diff --git a/keyboards/handwired/dactyl_cc/keymaps/via/config.h b/keyboards/handwired/dactyl_cc/keymaps/via/config.h new file mode 100644 index 0000000000..49d5477f0a --- /dev/null +++ b/keyboards/handwired/dactyl_cc/keymaps/via/config.h | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | // Copyright 2022 mjohns | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #pragma once | ||
| 5 | |||
| 6 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 7 | #define LOCKING_SUPPORT_ENABLE | ||
| 8 | |||
| 9 | /* Locking resynchronize hack */ | ||
| 10 | #define LOCKING_RESYNC_ENABLE | ||
| 11 | |||
| 12 | /* Enables This makes it easier for fast typists to use dual-function keys */ | ||
| 13 | #define PERMISSIVE_HOLD | ||
| 14 | |||
| 15 | /* mouse config */ | ||
| 16 | #define MOUSEKEY_DELAY 0 | ||
| 17 | // Lowering MOUSEKEY_INTERVAL raises the cursor speed significantly, you may want to lower MOUSEKEY_MAX_SPEED (default: 10) | ||
| 18 | #define MOUSEKEY_INTERVAL 20 | ||
| 19 | #define MOUSEKEY_MAX_SPEED 7 | ||
| 20 | #define MOUSEKEY_WHEEL_DELAY 0 | ||
| 21 | |||
| 22 | /* layer config */ | ||
| 23 | #define TAPPING_TOGGLE 1 | ||
| 24 | |||
| 25 | /* disable action features */ | ||
| 26 | //#define NO_ACTION_LAYER | ||
| 27 | //#define NO_ACTION_TAPPING | ||
| 28 | //#define NO_ACTION_ONESHOT | ||
diff --git a/keyboards/handwired/dactyl_cc/keymaps/via/keymap.c b/keyboards/handwired/dactyl_cc/keymaps/via/keymap.c new file mode 100644 index 0000000000..aad8656a06 --- /dev/null +++ b/keyboards/handwired/dactyl_cc/keymaps/via/keymap.c | |||
| @@ -0,0 +1,64 @@ | |||
| 1 | // Copyright 2022 mjohns | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #include QMK_KEYBOARD_H | ||
| 5 | |||
| 6 | enum layers { | ||
| 7 | _BASE, | ||
| 8 | _NAV, | ||
| 9 | _SYS, | ||
| 10 | _BLANK | ||
| 11 | }; | ||
| 12 | |||
| 13 | #define LT_1BSP LT(1, KC_BSPC) | ||
| 14 | #define LT_2SPC LT(2, KC_SPC) | ||
| 15 | #define MH_DEL MEH_T(KC_DEL) | ||
| 16 | #define HY_ENT HYPR_T(KC_ENT) | ||
| 17 | #define CA_PGDN LCA_T(KC_PGDN) | ||
| 18 | #define CAG_END LCAG_T(KC_END) | ||
| 19 | #define AG_PGUP LAG_T(KC_PGUP) | ||
| 20 | #define CG_HOME MT(MOD_LGUI | MOD_LCTL, KC_HOME) | ||
| 21 | |||
| 22 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 23 | [_BASE] = LAYOUT( | ||
| 24 | KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_GRV, | ||
| 25 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, | ||
| 26 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, | ||
| 27 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, | ||
| 28 | KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, | ||
| 29 | KC_LCTL, KC_LALT, KC_RGUI, KC_RCTL, | ||
| 30 | LT_1BSP, MH_DEL, CG_HOME, AG_PGUP, HY_ENT, LT_2SPC, | ||
| 31 | CAG_END, CA_PGDN | ||
| 32 | ), | ||
| 33 | [_NAV] = LAYOUT( | ||
| 34 | _______, _______, _______, _______, _______, _______, _______, KC_NUM, KC_PEQL, KC_PSLS, KC_PAST, _______, | ||
| 35 | _______, _______, _______, _______, _______, _______, _______, KC_P7, KC_P8, KC_P9, KC_PMNS, _______, | ||
| 36 | _______, QK_BOOT, _______, _______, KC_SLEP, _______, _______, KC_P4, KC_P5, KC_P6, KC_PPLS, _______, | ||
| 37 | _______, _______, _______, _______, _______, _______, _______, KC_P1, KC_P2, KC_P3, KC_PENT, _______, | ||
| 38 | _______, _______, _______, _______, _______, _______, KC_PDOT, KC_PENT, | ||
| 39 | _______, _______, _______, KC_P0, | ||
| 40 | _______, _______, _______, _______, _______, MO(3), | ||
| 41 | _______, _______ | ||
| 42 | ), | ||
| 43 | [_SYS] = LAYOUT( | ||
| 44 | KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, | ||
| 45 | _______, KC_VOLU, KC_WBAK, KC_MS_U, KC_WFWD, KC_WH_U, _______, KC_NO, KC_NO, KC_NO, KC_NO, _______, | ||
| 46 | _______, KC_MUTE, KC_MS_L, KC_MS_D, KC_MS_R, KC_WH_D, _______, KC_PSCR, KC_PAUS, KC_INS, KC_SCRL, _______, | ||
| 47 | _______, KC_VOLD, KC_MPRV, KC_MPLY, KC_MNXT, KC_MSTP, _______, KC_NO, KC_NO, KC_NO, KC_NO, _______, | ||
| 48 | _______, _______, _______, _______, _______, _______, KC_UP, KC_RGHT, | ||
| 49 | _______, _______, _______, _______, | ||
| 50 | KC_BTN1, KC_BTN2, _______, _______, _______, _______, | ||
| 51 | _______, _______ | ||
| 52 | |||
| 53 | ), | ||
| 54 | [_BLANK] = LAYOUT( | ||
| 55 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 56 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 57 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 58 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 59 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 60 | KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 61 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, | ||
| 62 | KC_NO, KC_NO | ||
| 63 | ) | ||
| 64 | }; | ||
diff --git a/keyboards/handwired/dactyl_cc/keymaps/via/rules.mk b/keyboards/handwired/dactyl_cc/keymaps/via/rules.mk new file mode 100644 index 0000000000..1e5b99807c --- /dev/null +++ b/keyboards/handwired/dactyl_cc/keymaps/via/rules.mk | |||
| @@ -0,0 +1 @@ | |||
| VIA_ENABLE = yes | |||
diff --git a/keyboards/handwired/dactyl_cc/readme.md b/keyboards/handwired/dactyl_cc/readme.md new file mode 100644 index 0000000000..580539639b --- /dev/null +++ b/keyboards/handwired/dactyl_cc/readme.md | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | # Dactyl-CC | ||
| 2 | |||
| 3 |  | ||
| 4 | |||
| 5 | Modelled on the *Kinesis Advantage* (KA) 1|2, though missing it's combined function and program row, the *Dactyl CC* retains the finger and thumb key placements of the KA but opts to split board into physical halves. | ||
| 6 | |||
| 7 | * Keyboard Maintainer: [Michael Johns](https://github.com/mjohns) | ||
| 8 | * Hardware Supported: Pro micro controller or clones of | ||
| 9 | * Hardware Availability: [Dactyl CC GitHub](https://github.com/mjohns/dactyl-cc) | ||
| 10 | |||
| 11 | Make example for this keyboard (after setting up your build environment): | ||
| 12 | |||
| 13 | make handwired/dactyl_cc:default | ||
| 14 | |||
| 15 | Flashing example for this keyboard: | ||
| 16 | |||
| 17 | make handwired/dactyl_cc:default:flash | ||
| 18 | |||
| 19 | 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). | ||
| 20 | |||
| 21 | ## Bootloader | ||
| 22 | |||
| 23 | Enter the bootloader in 3 ways: | ||
| 24 | |||
| 25 | * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard | ||
| 26 | * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead | ||
| 27 | * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available | ||
diff --git a/keyboards/handwired/dactyl_cc/rules.mk b/keyboards/handwired/dactyl_cc/rules.mk new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/keyboards/handwired/dactyl_cc/rules.mk | |||
