Move fw into direct subdir
This commit is contained in:
parent
7c0a0f40e9
commit
7b85ba8d4f
53 changed files with 4 additions and 4 deletions
20
fw/README.md
Normal file
20
fw/README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# HID implementation for IBM-dials-retrofit
|
||||
|
||||
Works, currently hardcoded:
|
||||
|
||||
- Dial 1: Volume Up/Down
|
||||
- Dial 2: nothing
|
||||
- Dial 3: KiCAD switch layer (v)
|
||||
- Dial 4: KiCAD rotate part (r|R)
|
||||
- Dial 5: KiCAD change grid settings (n|N)
|
||||
- Dial 6: nothing
|
||||
- Dial 7: KiCAD change track width (w|W)
|
||||
- Dial 8: KiCAD zoom (+|-)
|
||||
|
||||
Build with `make`
|
||||
|
||||
Flash with `dfu-util -a 0 -s 0x08000000:leave -D build/hid-dials.bin`
|
||||
|
||||
Todo:
|
||||
|
||||
- [ ] Add filesystem and csv alike config files
|
||||
Loading…
Add table
Add a link
Reference in a new issue