logo

qmk_firmware

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

readme.md (2130B)


  1. # Drashna's Blackpill Tractyl Manuform (5x6) with a right side trackball
  2. * System Timer on TIM5
  3. * VBUS mod, using PB10 -- does work, but not on my tractyl... bad soldering probably
  4. * Split Hand Pin, using PC14
  5. * Full Duplex Serial/USART using PA2 and PA3 on USART2
  6. * PWM Audio using PB1 and TIM3 and GPT on TIM4
  7. * PWM WS2812 RGB using PA1 TIM2
  8. * 8KB SPI EEPROM chip sharing PA5-PA7 on SPI1 with PA4 as CS pin
  9. * pmw3360 sensor sharing PA5-PA7 on SPI1, with B0 as CS pin
  10. * Encoder using PA13 and PA14
  11. * SSD1306 OLED display (128x64) using PB8-PB9 on I2C1
  12. * Pull-up resistor (22k) on PA10 to fix reset issue.
  13. * Pull-up resistor (5.1k) on PA1 for WS2812 LED support, and wire it's VCC to the 5V pin.
  14. * Pins PA9 is meant for VBUS sense, and has an internal pulldown resistor. A 5.1k pullup resistor can work (but should be avoided)
  15. * Pins PA11 and A12 are not useable because they're used for USB connection, and can't be shared.
  16. * Pin PB2 is used by BOOT1, and is unusable
  17. ## Keyboard Info
  18. * Keyboard Maintainer: [Drashna Jael're](https://github.com/drashna)
  19. * Hardware Supported: [Design files](https://gitlab.com/keyboards1/dm_r_track/-/tree/master/boolean), [WeAct BlackPill (F411)](https://github.com/WeActStudio/WeActStudio.MiniSTM32F4x1), [PMW3360 Optical Sensor](https://www.tindie.com/products/jkicklighter/pmw3360-motion-sensor/)
  20. Make example for this keyboard (after setting up your build environment):
  21. make handwired/tractyl_manuform/5x6_right/f411:default
  22. Flashing example for this keyboard:
  23. make handwired/tractyl_manuform/5x6_right/f411:default:flash
  24. 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).
  25. ## Bootloader
  26. * **Bootmagic reset**: Hold down the top right key on the right side, or the top left key on the left side while plugging in.
  27. * **Physical reset button**: Briefly press the "USER" button on the BlackPill
  28. * **Keycode in layout**: Press the key mapped to `QK_BOOT`.