forked from Mdashdotdashn/LittleGPTracker
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added packaging resources for bittboy (#123)
Co-authored-by: djdiskmachine <[email protected]>
- Loading branch information
1 parent
afd7b9a
commit 4fbc159
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!-- | ||
Bittboy config | ||
Re-assigned layout since no shoulder buttons | ||
--> | ||
<CONFIG> | ||
<!-- | ||
<ROOTFOLDER value="/mnt/SDCARD/Tracks"/> | ||
<SAMPLELIB value="/mnt/SDCARD/Samples"/> | ||
--> | ||
<!-- uncomment to dump events to stdout | ||
<DUMPEVENT value="YES"/> | ||
--> | ||
<KEY_A value="left shift" /><!--T2--> | ||
<KEY_B value="left alt" /><!--A--> | ||
<KEY_LSHOULDER value="escape" /><!--select--> | ||
<KEY_START value="space" /><!--T1--> | ||
<KEY_RSHOULDER value="return" /><!--start--> | ||
|
||
<!-- uncomment to render --> | ||
<!-- | ||
<RENDER value="FILE"/> | ||
--> | ||
|
||
</CONFIG> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
LD_PRELOAD=./librtmidi.so ./lgpt-bittboy.elf > lgpt.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters