Nanashi13 / Rehid-configs-files-3DS

Collection of .json files for remap controls on 3DS using Rehid.
19 stars 6 forks source link

Restructure files and add a script to create QR codes for json files #2

Closed hax0kartik closed 3 years ago

hax0kartik commented 3 years ago

Finding the correct titleids was quite a problem and was cumbersome. I had this bright idea, where I thought it would be better if somehow on every change, the QR codes get generated automatically which can then be scanned by the rehidhelper app.

This change implements that and I have also restructured the folder tree, so it now looks like this:-

configs 
    |
    +--- game1
           |
           +---rehid.json
           +---qr.png
    +--- game2
           |
           +---rehid.json
           +---qr.png

This should move the focus from finding the correct tids, to actually making more configs for the community. You need not run the script yourself, you just need to add new configs, qr geneation will be handled automatically. For this to work correctly you either need to give me write access to the repo or you need to generate Personal Access Token and then add it to the SECRETS in settings tab as KEY

Nanashi13 commented 3 years ago

Already send you an invitation to give you access to the repo :)

hax0kartik commented 3 years ago

@Nanashi13 Apparently giving access to me did not work, you need to create your own Personal Access Token from here https://github.com/settings/tokens then goto settings, scroll down and on the left side you should see "Secrets"

Then you need to click on "New Repository Secret" image

Enter "KEY" as name and paste the Personal access token in value image