Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
serisman authored Sep 27, 2024
1 parent fbb1bdf commit 72edfcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KiCad PCBs/HIDman-micro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Compatible with HIDman firmware: https://github.com/rasteri/HIDman

```
make clean
make BOARD_TYPE=HIDMAN_MICRO flash
make BOARD_TYPE=HIDMAN_MICRO OSC_TYPE=OSC_INTERNAL flash
... or (if you want to swap Keyboard-Data with Mouse-Clock for easier soldering of combo PS/2 port) ...
make clean
make BOARD_TYPE=HIDMAN_MICRO BOARD_OPTIONS=OPT_SWAP_KBD_MSC flash
make BOARD_TYPE=HIDMAN_MICRO BOARD_OPTIONS=OPT_SWAP_KBD_MSC OSC_TYPE=OSC_INTERNAL flash
```

### Schematic
Expand Down

0 comments on commit 72edfcd

Please sign in to comment.