summaryrefslogtreecommitdiff
path: root/keyboards/jj40/README.md
diff options
context:
space:
mode:
authorOscillope <jvrosenman@gmail.com>2017-10-14 01:04:36 -0400
committerJack Humbert <jack.humb@gmail.com>2017-10-13 19:04:36 -1000
commitc70b419ec06b22dba869f40c32e23563ee0f620f (patch)
tree6e7db95be8015128dde5669e3568db8074dc5a87 /keyboards/jj40/README.md
parentbccf263cd06a8f854caa79ae511e5c40442de491 (diff)
Add multiple layout support and Linux flash utility to JJ40 (#1837)
* Adds support for multiple layouts. Adds custom keymap for "offset" layout. * Adds a tool to help detach the keyboard from the Linux HID driver before programming. * Adds a tool to help detach the keyboard from the Linux HID driver before programming.
Diffstat (limited to 'keyboards/jj40/README.md')
-rw-r--r--keyboards/jj40/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/jj40/README.md b/keyboards/jj40/README.md
index 6b48c15159..03b7533de0 100644
--- a/keyboards/jj40/README.md
+++ b/keyboards/jj40/README.md
@@ -48,3 +48,6 @@ $ bootloadHID -r jj40_default.hex
done, just reflash the board with the original firmware.
2. Sometimes USB hubs can act weird, so try connecting the board directly
to your computer or plugging/unplugging the USB hub.
+3. If you get an error such as "Resource Unavailable" when attemting to flash
+ on Linux, you may want to compile and run `tools/usb_detach.c`. See `tools/README.md`
+ for more info.