Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename dactyl_manuform variant 3x5_3 #21015

Merged
merged 11 commits into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"keyboard_name": "Dactyl Minidox (3x5+3)",
"manufacturer": "DLFord",
"keyboard_name": "Dactyl Minidox",
"manufacturer": "dlford",
"url": "https://www.dlford.io/keyboard-build-guide-per-key-rgb-leds/",
"maintainer": "dlford",
"usb": {
Expand All @@ -20,10 +20,13 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "D0"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"development_board": "promicro",
"layout_aliases": {
"LAYOUT": "LAYOUT_split_3x5_3"
},
"community_layouts": ["split_3x5_3"],
"layouts": {
"LAYOUT_split_3x5_3": {
Expand Down
27 changes: 27 additions & 0 deletions keyboards/handwired/dactyl_minidox/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Dactyl Minidox

![DactylMinidox](https://i.imgur.com/PqjgeRfh.jpg)

A 36 key (3x5_3), split bodied keyboard derived from the [Dactyl ManuForm](/keyboards/handwired/dactyl_manuform/).

* Keyboard Maintainer: [Dan Ford](https://github.com/dlford)
* Hardware Supported: Pro Micro controller, or clone of
* Hardware Availability: [Build Guide](https://www.dlford.io/keyboard-build-guide-per-key-rgb-leds/)

Make example for this keyboard (after setting up your build environment):

make handwired/dactyl_minidox:default

Flashing example for this keyboard:

make handwired/dactyl_minidox: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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
# AUDIO_ENABLE = yes # Audio output

RGB_MATRIX_ENABLE = yes # Enable WS2812 RGB matrix
SPLIT_KEYBOARD = yes

RGBLIGHT_SUPPORTED = yes
RGB_MATRIX_SUPPORTED = yes