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.

55 lines
2.3 KiB

  1. # Raise
  2. ![](https://cdn.shopify.com/s/files/1/0374/9448/9228/files/Dygma-Raise-Hero2.png)
  3. * Keyboard Maintainer: [ibash](https://github.com/ibash)
  4. * Hardware Supported: [F411 Blackpill](https://github.com/WeActTC/MiniSTM32F4x1) with the [Dygma Raise](http://www.dygma.com)
  5. * Hardware Availability: See below
  6. Make example for this keyboard (after setting up your build environment):
  7. make handwired/dygma/raise/ansi:default
  8. Flashing example for this keyboard:
  9. make handwired/dygma/raise/ansi:default:flash
  10. 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).
  11. ## Hardware
  12. QMK does not currently support the [Dygma Neuron](https://dygma.com/products/neuron-black) because QMK does not support SAMD21 which the Neuron has.
  13. Instead this code uses a [STM32 Blackpill](https://github.com/WeActTC/MiniSTM32F4x1) to create a Neuron replacement.
  14. ## Required Hardware
  15. 1. [STM32 Blackpill from WeAct Studio](https://github.com/WeActTC/MiniSTM32F4x1) (via [aliexpress](https://www.aliexpress.com/item/1005001456186625.html) or [adafruit](https://www.adafruit.com/product/4877)).
  16. 2. 2x USB-C breakouts (via [keeb](https://keeb.io/collections/diy-parts/products/usb-c-breakout-board) or [adafruit](https://www.adafruit.com/product/4090)).
  17. 3. 2x 2.7KΩ resistors (via [digikey](https://www.digikey.com/en/products/detail/yageo/CFR-25JB-52-2K7/684)).
  18. 4. Breadboard or PCB proto board, wires, solder, etc.
  19. ## Wiring
  20. Briefly each raise hand uses I2C to communicate with the Neuron:
  21. 1. USB D+ is the I2C clock line.
  22. 2. USB D- is the I2C data line.
  23. 3. The resistors are pullup resistors for the I2C lines.
  24. 4. Each hand draws power from the USB port.
  25. <img src="https://i.imgur.com/ai9rcHa.png" width="600">
  26. <p float="left">
  27. <img src="https://i.imgur.com/GvXfnpf.jpg" width="200">
  28. <img src="https://i.imgur.com/kFKFjrU.jpg" width="200">
  29. </p>
  30. We are also prototyping a [custom pcb](https://www.reddit.com/r/DygmaLab/comments/ojgm95/pcb_for_running_qmk_on_the_raise/?utm_source=share&utm_medium=web2x&context=3).
  31. <p>
  32. <img src="https://i.imgur.com/xfzIxkW.png" width="200">
  33. </p>