aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ploopyco/trackball/rev1
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ploopyco/trackball/rev1')
-rw-r--r--keyboards/ploopyco/trackball/rev1/readme.md30
-rw-r--r--keyboards/ploopyco/trackball/rev1/rules.mk2
2 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/ploopyco/trackball/rev1/readme.md b/keyboards/ploopyco/trackball/rev1/readme.md
new file mode 100644
index 000000000..c0b022372
--- /dev/null
+++ b/keyboards/ploopyco/trackball/rev1/readme.md
@@ -0,0 +1,30 @@
1See the [main readme](../readme.md) for more details.
2
3This is just the rev 1.001-1.004 trackball
4
5# Programming QMK-DFU onto the PloopyCo Trackball (Advanced)
6
7If you would rather have DFU on this board, you can use the QMK-DFU bootloader on the device. To do so, you want to run:
8
9 make ploopyco/trackball:default:production
10
11Once you have that, you'll need to [ISP Flash](https://docs.qmk.fm/#/isp_flashing_guide) the chip with the new "production" hex file created (or the production hex), and set the fuses:
12
13
14| Fuse | Setting |
15|----------|------------------|
16| Low | `0xDF` |
17| High | `0xD8` or `0x98` |
18| Extended | `0xCB` |
19
20Original (Caterina) settings:
21
22| Fuse | Setting |
23|----------|------------------|
24| Low | `0xFF` |
25| High | `0xD8` |
26| Extended | `0xFE` |
27
28If you're using QMK DFU, you'll also need to add `BOOTLOADER=qmk-dfu` to your keymap's rules.mk file, to ensure that the reboot/reset works correctly. Otherwise, it will jump right back into the firmware, like nothing happened.
29
30Additionally, once you've flashed the qmk-dfu bootloader onto your device, you will no longer be able to use the Arduino IDE to flash the board. You'll need to use the command line or QMK Toolbox to flash it.
diff --git a/keyboards/ploopyco/trackball/rev1/rules.mk b/keyboards/ploopyco/trackball/rev1/rules.mk
index e69de29bb..6ded83e74 100644
--- a/keyboards/ploopyco/trackball/rev1/rules.mk
+++ b/keyboards/ploopyco/trackball/rev1/rules.mk
@@ -0,0 +1,2 @@
1# Bootloader selection
2BOOTLOADER = caterina