qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (2532B)


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