Skip to content

Commit f2392c9

Browse files
authored
Adds macOS path to teensy files on README.md (#37)
1 parent e20ca98 commit f2392c9

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,32 @@ To remove the XInput modifications, restore your Teensy hardware folder from bac
2121

2222
#### Arduino IDE 1.x
2323

24-
For IDE version 1.x the Teensy hardware files are located in your Arduino IDE installation directory. On Windows this is typically in your "Program Files" folder:
24+
For IDE version 1.x the Teensy hardware files are located in your Arduino IDE installation directory.
2525

26+
On Windows this is typically in your "Program Files" folder:
2627
```
2728
C:\Program Files (x86)\Arduino\hardware\teensy\avr
2829
```
2930

31+
On macOS this is the folder path:
32+
```
33+
~/Library/Arduino/hardware/teensy/avr
34+
```
35+
3036
#### Arduino IDE 2.x
3137

32-
For IDE version 2.x the Teensy hardware files are located in your application data folder. On Windows this is typically at the following path:
38+
For IDE version 2.x the Teensy hardware files are located in your application data folder.
3339

40+
On Windows this is typically at the following path:
3441
```
3542
%AppData%\..\Local\Arduino15\packages\teensy\hardware\avr\{version}
3643
```
3744

45+
On macOS this is the folder path:
46+
```
47+
~/Library/Arduino15/packages/teensy/hardware/avr/{version}
48+
```
49+
3850
Where `{version}` is the installed version number of the Teensyduino software.
3951

4052
Version 2 of the IDE is reported to have issues with caching board files, which may prevent this project from loading or functioning properly. Consider using the version 1 IDE if you run into problems with installation.

0 commit comments

Comments
 (0)