logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (2315B)


  1. # 3dfoxc
  2. ![3dfoxc](https://cdn.thingiverse.com/assets/12/3a/3e/5f/47/64A223C2-57E8-4124-B6AB-3031A0BA7973.jpeg)
  3. A [3d-printed whitefox](https://www.thingiverse.com/thing:2952008) with an Elite-C microcontroller.
  4. This is a build of [matt3o's "How to Build a Custom Keyboard" guide](https://matt3o.com/book/), except that I have replaced the Teensy with an [Elite-C v4](https://keeb.io/products/elite-c-low-profile-version-usb-c-pro-micro-replacement-atmega32u4). Presumably you could replace it with anything compatible. The USB-C port had to be enlarged with dremel, and the mount for the Teensy was ground off and replaced with everyone's favorite rapid modeling polymer ... hot glue.
  5. * Keyboard Maintainer: [david l goodrich](mailto:dlg@dsrw.org)
  6. * Hardware Supported:
  7. * [3d-printed whitefox](https://www.thingiverse.com/thing:2952008)
  8. * Elite-C microcontroller
  9. * Hardware Availability: [keebio](https://keeb.io/products/elite-c-low-profile-version-usb-c-pro-micro-replacement-atmega32u4), [1up](https://1upkeyboards.com/shop/controllers/elite-c-v4-controller/), [keyhive](https://keyhive.xyz/shop/elite-c), [splitkb](https://splitkb.com/products/elite-c-low-profile-rev4-microcontroller)
  10. ## Wiring
  11. Badly, because I have never done this before. Build pics available upon request, I guess.
  12. ![wiring diagram](https://user-images.githubusercontent.com/6492494/148123622-36cae91e-97f3-40f7-a6fc-4d59b1a3ef02.png)
  13. ## Flashing
  14. Make example for this keyboard (after setting up your build environment):
  15. make handwired/3dfoxc:default
  16. Flashing example for this keyboard (use the `dfu` target for the Elite-C!):
  17. make handwired/3dfoxc:default:dfu
  18. 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).
  19. ## Bootloader
  20. Enter the bootloader in 3 ways:
  21. * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
  22. * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
  23. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available