Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
2 people authored and Le Zhang committed Nov 15, 2023
1 parent 95791b8 commit bc7cec8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 1 addition & 3 deletions keyboards/converter/usb_usb/hasu/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Processor frequency
# 16000000 is default for 32U4
# F_CPU = 16000000
# This file intentionally left blank
4 changes: 1 addition & 3 deletions keyboards/converter/usb_usb/leonardo/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Processor frequency
# 16000000 is default for 32U4
# F_CPU = 16000000
# This file intentionally left blank
3 changes: 0 additions & 3 deletions keyboards/converter/usb_usb/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ If you are sure you have this correct, try changeing the default in `usb_usb/rul
The Pro Micro variant uses a 3.3V Pro Micro and thus runs at 8MHz, hence the following line in `usb_usb/pro_micro/rules.mk`:
`F_CPU = 8000000`

The converter sold by Hasu runs at 16MHz and so the corresponding line in `usb_usb/hasu/rules.mk` is:
`F_CPU = 16000000`

Getting the Hardware
--------------------
There are two options to get a converter: You can buy one from Hasu or build one yourself.
Expand Down

0 comments on commit bc7cec8

Please sign in to comment.