From 6ab94e0b318884bbcb95e2ea3835f951502e1d99 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 14 Oct 2020 12:47:28 +0200 Subject: Move firmware into subdirectory --- hid-dials/README.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 hid-dials/README.md (limited to 'hid-dials/README.md') diff --git a/hid-dials/README.md b/hid-dials/README.md deleted file mode 100644 index a6f5438..0000000 --- a/hid-dials/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# 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 -- cgit