logo

qmk_firmware

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

readme.md (2532B)


  1. # Bluetreus - a conversion of an Atreus to use a Bluetooth microcontroller
  2. I have created a keymap for this with Bluetooth control on layer 2 so that you
  3. can switch the keyboard between auto, USB only, and Bluetooth only. I'm
  4. working on fixing turning on auto by default, but have still not succeeded.
  5. To build it and flash it, do:
  6. ```
  7. make atreus/feather:clash:flash
  8. ```
  9. ## Wiring it up
  10. Physically, SDA to pin 13 on the new board are connected to what 9-1 were
  11. connected to on the old board. Pin 0 from the old board is brought over to the
  12. other side with a jumper wire to pin a2. TX, RX, A5, A4, A3 on the new board
  13. connect to what a0 to 12 connected to on the old board. GND attaches to g.
  14. You have to bend some of the pins at about a 45 degree angle to make them line up.
  15. Here's a side view of what the most bent pins look like:
  16. ![Side View](https://i.imgur.com/S6ngibe.jpg)
  17. Here's a top view, USB port down, wireless antenna up. Note: the USB port orientation is opposite what it used to be.
  18. ![Top View](https://i.imgur.com/DBjkxU2.jpg)
  19. ### New board:
  20. This is an [Adafruit Feather BLE](https://learn.adafruit.com/adafruit-feather-32u4-bluefruit-le/pinouts)
  21. |QMK | Screen Print | Feather |SCREEN|QMK REF |
  22. |----|--------------|-------------|------|---------|
  23. | D1 | SDA | RADIO | dfu | |
  24. | D0 | SCL | | 1/TX | D3 |
  25. | C6 | 5 | | 0/RX | D2 |
  26. | D7 | 6 | | MISO | B3/Blue |
  27. | B5 | 9 | | MOSI | B2/Blue |
  28. | B6 | 10 | | SCK | B1/Blue |
  29. | B7 | 11 | | A5 | F0 |
  30. | D6 | 12 | | a4 | F1 |
  31. | C7 | 13 | | a3 | F4 |
  32. | | usb | | a2 | F5 |
  33. | | e0 | | a1 | F6 |
  34. | | bat | | a0 | |
  35. | | Battery | | GND | |
  36. | | Connector | | ARf | |
  37. | | | | | USB PORT | 3V | |
  38. | | v v | | RST | |
  39. ### Old board:
  40. This is an A Star, non-flipped
  41. |QMK| Scrn | A | Scrn|QMK |
  42. |---|------|-----|-----|----|
  43. | b5| 9 | USB | a0 | F7 |
  44. | b4| 8 | port| a1 | F6 |
  45. | e6| 7 | | 10 | B6 |
  46. | d7| 6 | | 11 | B7 |
  47. | c6| 5 | | 12 | D6 |
  48. | d4| 4 | | rst | RST|
  49. | d0| 3 | | 3v | x |
  50. | d1| 2 | | 5v | x |
  51. | d3| 1 | | g | G |
  52. | d2| 0 | | v | x |