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.

38 lines
2.0 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. ## Cases can be found here:
  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: [GitHub](https://github.com/tapioki/cephalopoda/tree/main/Architeuthis%20dux)
  14. Make examples for this keyboard (after setting up your build environment):
  15. make a_dux:default
  16. make a_dux:default:avrdude-split-left
  17. make a_dux:default:avrdude-split-right
  18. ## Bootloader
  19. Enter the bootloader in 3 ways:
  20. * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard. (With `EE_HANDS` configured, hold down the top right key on the right half to place the right controller in bootloader mode)
  21. * **Physical reset**: Briefly short the RST and GND pins on the microcontroller using tweezers, a paperclip, or any other conductive material.
  22. * **Keycode in layout**: Press the key mapped to `RESET` if it is available
  23. 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).