Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
biemster authored Mar 31, 2023
1 parent fa68350 commit 5f5ef65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ Custom firmware for a 3-key + rotary encoder macropad (https://hackaday.io/proje
- if on original firmware: connect P1.5 to GND and connect USB
- if on this firmware: press key1 while connecting USB
- `$ make flash`

### configure keys:
1. `$ isp55e0 --data-dump flashdata.bin`
2. edit first 6 bytes of this binary (3 keys, plus 3 for the knob), and write it back:
3. `$ isp55e0 --data-flash flashdata.bin`

0 comments on commit 5f5ef65

Please sign in to comment.