You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
2.3 KiB

  1. # Architeuthis Dux
  2. ![Architeuthis Dux](https://raw.githubusercontent.com/tapioki/cephalopoda/main/Images/architeuthis_dux.png)
  3. AKA A. dux, A.D., "Giant squid"
  4. 34 keys, same stagger as [D. gigas](https://github.com/tapioki/cephalopoda/tree/main/Dosidicus%20gigas), but with two thumb keys included. Pinky, ring, index, and inner columns splayed at 15, 5, 0, -5, -5 degrees. SplitKB Tenting Puck support. All PCB files are available on the [project's github page](https://github.com/tapioki/cephalopoda/tree/main/Architeuthis%20dux)
  5. Thank you [Perce](https://madebyperce.com/) for the logo.
  6. ## Case Options
  7. * [Flat Case](https://github.com/madebyperce/aduxcase)
  8. * [Tented Case](https://github.com/jdart/adux-tent)
  9. * [Case with Plates](https://github.com/sadekbaroudi/cephalopoda/tree/main/Architeuthis%20dux/case)
  10. ## Keyboard Info
  11. * Keyboard Maintainer: [@tapioki](https://github.com/tapioki)
  12. * Hardware Supported: Architeuthis Dux
  13. * Hardware Availability: Order PCBs with gerber files from the [repository](https://github.com/tapioki/cephalopoda/tree/main/Architeuthis%20dux)
  14. Make example for this keyboard (after setting up your build environment):
  15. make a_dux:default
  16. 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).
  17. ## Setting Handedness
  18. Firmware uses [handedness by EEPROM](https://docs.qmk.fm/#/feature_split_keyboard?id=handedness-by-eeprom) as default and it must be *configured once* on each side. The make commands are:
  19. make a_dux:default:dfu-split-left
  20. make a_dux:default:dfu-split-right
  21. [QMK Toolbox](http://qmk.fm/toolbox) can also be used to set EEPROM handedness. Place the controller in bootloader mode and select menu option Tools -> EEPROM -> Set Left/Right Hand
  22. ## Bootloader
  23. Enter the bootloader in 3 ways:
  24. * **Bootmagic reset**: Hold down the top left key on the left half (or the top right right key on the right half) and plug in the controller on that side.
  25. * **Physical reset pins**: Briefly short the RST and GND pins on the microcontroller using tweezers, a paperclip, or any other conductive material.
  26. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is configured.