forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Keyboard] Add dactyl_manuform_pi_pico (qmk#23891)
Adds new keyboard under handwired/dactyl_manuform_pi_pico It is a dactyl_manuform(5x6) running on Pi Pico micro controller
- Loading branch information
Showing
4 changed files
with
229 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Copyright 2023 Gustaw.xyz (@Gustaw.xyz) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#pragma once | ||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET | ||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U | ||
#define SERIAL_USART_FULL_DUPLEX | ||
#define SERIAL_USART_TX_PIN GP9 | ||
#define SERIAL_USART_RX_PIN GP8 |
123 changes: 123 additions & 0 deletions
123
keyboards/handwired/dactyl_manuform_pi_pico/keyboard.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
{ | ||
"manufacturer": "GustawXYZ", | ||
"keyboard_name": "dactyl_manuform_pi_pico", | ||
"maintainer": "GustawXYZ", | ||
"bootloader": "rp2040", | ||
"processor": "RP2040", | ||
"url": "https://github.com/GustawXYZ/dactyl_manuform_pi_pico", | ||
"usb": { | ||
"device_version": "1.0.0", | ||
"pid": "0x0000", | ||
"vid": "0xFEED" | ||
}, | ||
"features": { | ||
"bootmagic": true, | ||
"command": false, | ||
"console": false, | ||
"extrakey": true, | ||
"mousekey": true, | ||
"nkro": true | ||
}, | ||
"split": { | ||
"enabled": true, | ||
"handedness": { | ||
"pin": "GP22" | ||
}, | ||
"serial": { | ||
"driver": "vendor" | ||
}, | ||
"transport": { | ||
"watchdog": true | ||
} | ||
}, | ||
"diode_direction": "COL2ROW", | ||
"matrix_pins": { | ||
"cols": ["GP10", "GP11", "GP12", "GP13", "GP14", "GP15"], | ||
"rows": ["GP21", "GP20", "GP19", "GP18", "GP17", "GP16"] | ||
}, | ||
"layouts": { | ||
"LAYOUT": { | ||
"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": [6, 0], "x": 11, "y": 0}, | ||
{"matrix": [6, 1], "x": 12, "y": 0}, | ||
{"matrix": [6, 2], "x": 13, "y": 0}, | ||
{"matrix": [6, 3], "x": 14, "y": 0}, | ||
{"matrix": [6, 4], "x": 15, "y": 0}, | ||
{"matrix": [6, 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": [7, 0], "x": 11, "y": 1}, | ||
{"matrix": [7, 1], "x": 12, "y": 1}, | ||
{"matrix": [7, 2], "x": 13, "y": 1}, | ||
{"matrix": [7, 3], "x": 14, "y": 1}, | ||
{"matrix": [7, 4], "x": 15, "y": 1}, | ||
{"matrix": [7, 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": [8, 0], "x": 11, "y": 2}, | ||
{"matrix": [8, 1], "x": 12, "y": 2}, | ||
{"matrix": [8, 2], "x": 13, "y": 2}, | ||
{"matrix": [8, 3], "x": 14, "y": 2}, | ||
{"matrix": [8, 4], "x": 15, "y": 2}, | ||
{"matrix": [8, 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": [3, 5], "x": 5, "y": 3}, | ||
|
||
{"matrix": [9, 0], "x": 11, "y": 3}, | ||
{"matrix": [9, 1], "x": 12, "y": 3}, | ||
{"matrix": [9, 2], "x": 13, "y": 3}, | ||
{"matrix": [9, 3], "x": 14, "y": 3}, | ||
{"matrix": [9, 4], "x": 15, "y": 3}, | ||
{"matrix": [9, 5], "x": 16, "y": 3}, | ||
|
||
{"matrix": [4, 2], "x": 2, "y": 4}, | ||
{"matrix": [4, 3], "x": 3, "y": 4}, | ||
|
||
{"matrix": [10, 2], "x": 13, "y": 4}, | ||
{"matrix": [10, 3], "x": 14, "y": 4}, | ||
|
||
{"matrix": [4, 4], "x": 4, "y": 5}, | ||
{"matrix": [4, 5], "x": 5, "y": 5}, | ||
|
||
{"matrix": [10, 0], "x": 11, "y": 5}, | ||
{"matrix": [10, 1], "x": 12, "y": 5}, | ||
|
||
{"matrix": [5, 4], "x": 6, "y": 6}, | ||
{"matrix": [5, 5], "x": 7, "y": 6}, | ||
|
||
{"matrix": [11, 0], "x": 9, "y": 6}, | ||
{"matrix": [11, 1], "x": 10, "y": 6}, | ||
|
||
{"matrix": [5, 2], "x": 6, "y": 7}, | ||
{"matrix": [5, 3], "x": 7, "y": 7}, | ||
|
||
{"matrix": [11, 2], "x": 9, "y": 7}, | ||
{"matrix": [11, 3], "x": 10, "y": 7} | ||
] | ||
} | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
keyboards/handwired/dactyl_manuform_pi_pico/keymaps/default/keymap.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
// Copyright 2023 QMK | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#include QMK_KEYBOARD_H | ||
|
||
enum layers { | ||
_QWERTY, | ||
_SYMBOLS, | ||
_GAMING, | ||
_ARROWS, | ||
_WINMGR, | ||
}; | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
[_QWERTY] = LAYOUT( | ||
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, | ||
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, | ||
KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, | ||
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, | ||
LALT(KC_LSFT), LALT(KC_SPC), LALT(KC_SPC), LGUI(KC_LALT), | ||
KC_SPC, TT(_SYMBOLS), TT(_ARROWS), LALT(KC_ENTER), | ||
KC_LCTL, KC_LGUI, KC_LGUI, KC_RCTL, | ||
KC_LALT, TT(_WINMGR), TT(_GAMING), KC_LALT), | ||
|
||
[_SYMBOLS] = LAYOUT( | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_CAPS_LOCK, LSFT(KC_BSLS), KC_BSLS, LSFT(KC_LBRC), LSFT(KC_RBRC), KC_TRNS, KC_TRNS, LSFT(KC_7), LSFT(KC_8), LSFT(KC_9), LCTL(KC_EQUAL), LGUI(KC_EQUAL), | ||
TO(_QWERTY), LSFT(KC_EQUAL), KC_MINUS, LSFT(KC_9), LSFT(KC_0), KC_GRAVE, KC_BSLS, LSFT(KC_4), LSFT(KC_5), LSFT(KC_6), LCTL(KC_MINUS), LGUI(KC_MINUS), | ||
KC_TRNS, KC_EQUAL, LSFT(KC_MINUS), KC_LBRC, KC_RBRC, LSFT(KC_GRAVE), LSFT(KC_BSLS), LSFT(KC_1), LSFT(KC_2), LSFT(KC_3), KC_COMMA, KC_CALC, | ||
KC_TRNS, KC_TRNS, LSFT(KC_0), KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, LSFT(KC_0), | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
QK_RBT, KC_TRNS, KC_TRNS, KC_TRNS), | ||
|
||
[_GAMING] = LAYOUT( | ||
KC_6, KC_1, KC_2, KC_3, KC_4, KC_5, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_7, KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_TRNS, KC_TRNS, KC_UP, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_ESC, KC_LSFT, KC_A, KC_S, KC_D, KC_F, KC_TRNS, KC_LEFT, KC_DOWN, KC_RGHT, KC_TRNS, KC_TRNS, | ||
KC_8, KC_LCTL, KC_Z, KC_X, KC_C, KC_V, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_9, KC_0, KC_TRNS, KC_TRNS, | ||
KC_SPC, MO(_ARROWS), KC_TRNS, KC_ENTER, | ||
KC_G, KC_M, KC_TRNS, KC_TRNS, | ||
KC_LALT, TO(_QWERTY), TO(_QWERTY), KC_TRNS), | ||
|
||
[_ARROWS] = LAYOUT( | ||
KC_F12, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, | ||
KC_NUM, KC_KP_SLASH, KC_P7, KC_P8, KC_P9, KC_MINUS, LCTL(KC_LEFT), LCTL(KC_DOWN), LCTL(KC_UP), LCTL(KC_RGHT), KC_TRNS, KC_DELETE, | ||
TO(_QWERTY), KC_KP_PLUS, KC_P4, KC_P5, KC_P6, KC_DOT, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_END, KC_PSCR, | ||
KC_UNDS, KC_KP_MINUS, KC_P1, KC_P2, KC_P3, KC_COMMA, KC_HOME, KC_MPLY, KC_MPRV, KC_MNXT, KC_MUTE, KC_INS, | ||
KC_KP_DOT, KC_P0, KC_VOLD, KC_VOLU, | ||
KC_P0, TO(_WINMGR), KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, QK_RBT), | ||
|
||
[_WINMGR] = LAYOUT( | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_F1, LGUI(KC_7), LGUI(KC_8), LGUI(KC_9), KC_F4, KC_F7, SGUI(KC_7), SGUI(KC_8), SGUI(KC_9), KC_F10, KC_TRNS, | ||
TO(_QWERTY), KC_F2, LGUI(KC_4), LGUI(KC_5), LGUI(KC_6), KC_F5, KC_F8, SGUI(KC_4), SGUI(KC_5), SGUI(KC_6), KC_F11, KC_TRNS, | ||
KC_TRNS, KC_F3, LGUI(KC_1), LGUI(KC_2), LGUI(KC_3), KC_F6, KC_F9, SGUI(KC_1), SGUI(KC_2), SGUI(KC_3), KC_F12, KC_TRNS, | ||
KC_TRNS, LGUI(KC_0), SGUI(KC_0), KC_TRNS, | ||
LGUI(KC_0), KC_TRNS, KC_TRNS, SGUI(KC_0), | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
LCTL(LGUI(KC_Q)), KC_TRNS, KC_TRNS, KC_TRNS) | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# dactyl_manuform_pi_pico | ||
|
||
![dactyl_manuform_pi_pico](https://i.imgur.com/T9b74bI.jpg) | ||
|
||
This is a dactyl_manuform 5x6 running Rasrberry Pi Pico. | ||
It's based on alcor_dactyl but with more reasonable GPIO layout for Pi Pico | ||
and clasic dactyl_manuform layout (pinkies have only 4 rows). | ||
|
||
Build instructions: https://github.com/GustawXYZ/dactyl_manuform_pi_pico/ | ||
|
||
* Keyboard Maintainer: [Gustaw.xyz](https://github.com/Gustaw.xyz) | ||
* Hardware Supported: Raspberry Pi Pico and other RP2040 | ||
* Hardware Availability: https://www.raspberrypi.com/products/raspberry-pi-pico/ | ||
* 3D Print model: https://github.com/abstracthat/dactyl-manuform | ||
|
||
Make example for this keyboard (after setting up your build environment): | ||
|
||
make handwired/dactyl_manuform_pi_pico:default | ||
|
||
Flashing example for this keyboard: | ||
|
||
make handwired/dactyl_manuform_pi_pico: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 layout**: Press the key mapped to `QK_BOOT` if it is available |