Compare commits

...

3 commits

Author SHA1 Message Date
4c02f89513
Fix 100/1000 ALT encoder
# Changelog
## Changes to the Stream Deck Profiles
### Stream Deck Plus
- No changes

### Stream Deck XL
- No changes

## Changes to the X-KeyPad profile
- The 100/1000 setting will be correctly used now when using the ALT encoder

Fixes #23

Signed-off-by: Sander Datema <mail@sanderdatema.nl>
2023-09-18 17:00:52 +02:00
57d67cd487
New copy script
Signed-off-by: Sander Datema <mail@sanderdatema.nl>
2023-09-18 16:58:38 +02:00
ebf142a4a6
Rename FO keys to Copilot for consistancy
### Stream Deck XL
**ECAM Section**:
- Renamed `PF Flight Director FO` to `PF Flight Director Copilot` for consistancy

## Changes to the X-KeyPad profile
- Renamed `PF Chrono FO` to `PF Chrono Copilot` for consistancy
- Renamed `PF ECAM Clear FO` to `PF ECAM Clear Copilot` for consistancy
- Renamed `PF Flight Director FO` to `PF Flight Director Copilot` for consistancy

Signed-off-by: Sander Datema <mail@sanderdatema.nl>
2023-08-04 23:22:55 +02:00
5 changed files with 163 additions and 1044 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

11
copy-std.sh Executable file
View file

@ -0,0 +1,11 @@
echo Copying X-KeyPad profile
cp "/Users/sander/X-Plane 12/Aircraft/ToLissA319/X-KeyPad-SD_a319_StdDef.json" "./X-KeyPad/X-KeyPad-SD_a319_StdDef.json"
echo Copying to StdDef version
cp "./X-KeyPad/X-KeyPad-SD_a319_StdDef.json" "./X-KeyPad/X-KeyPad-SD_a319.json"
echo Zip Stream Deck Plus profile
rm ./Stream\ Deck/A319\ Flight\ Deck\ Plus.streamDeckProfile
7z a -tzip ./Stream\ Deck/A319\ Flight\ Deck\ Plus.streamDeckProfile ~/Library/Application\ Support/com.elgato.StreamDeck/ProfilesV2/C4F8C103-FD34-43C3-858A-AD82481D4E5C.sdProfile
echo Zip Stream Deck profile
rm ./Stream\ Deck/A319\ Flight\ Deck\ XL.streamDeckProfile
7z a -tzip ./Stream\ Deck/A319\ Flight\ Deck\ XL.streamDeckProfile ~/Library/Application\ Support/com.elgato.StreamDeck/ProfilesV2/78FCD59E-199B-4E2B-95AD-D1AB3A8A0557.sdProfile