Skip to content

Commit

Permalink
Enforce whitespace consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjadev64 committed Jan 23, 2024
1 parent b061b88 commit c5b1d58
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 480 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/forge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: rpm
path: out/make/rpm/x64
path: out/make/rpm/x64
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ node_modules/

configs.js
out/
build/
build/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Join the [Discord server](https://discord.gg/26Nf8rHvaj) for questions, support,

1. Download a pre-built distributable for your platform from GitHub Actions [here](https://github.com/ninjadev64/OpenDeck/actions).
2. If you're using Elgato hardware on Linux, apply the required udev subsystem rules as described [here](https://github.com/Julusian/node-elgato-stream-deck#linux).
3. If you're using ProntoKey hardware on Windows, install the CP210x Universal Windows Driver from [here](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads).
3. If you're using ProntoKey hardware on Windows, install the CP210x Universal Windows Driver from [here](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads).
4. If you're using ProntoKey hardware over Bluetooth, switch to Bluetooth mode in OpenDeck settings.

### Updating
Expand Down Expand Up @@ -81,4 +81,4 @@ Example: `pk-D4:D4:DA:E4:79:5E.lldr3mliu9vfj083d1l.key.0.0`

### Running and building

This project uses npm to manage dependencies. You can use `npm run start` while developing, and to package the application using Electron Forge, use `npm run make`.
This project uses npm to manage dependencies. You can use `npm run start` while developing, and to package the application using Electron Forge, use `npm run make`.
Loading

0 comments on commit c5b1d58

Please sign in to comment.