Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Conor-Burns committed Dec 5, 2023
0 parents commit f58f876
Show file tree
Hide file tree
Showing 31 changed files with 5,234 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: directory-listing
on: [push]

jobs:
pages-directory-listing:
runs-on: ubuntu-latest
name: Directory Listings Index
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
ref: dummy-data #checkout different branch

- name: Generate Directory Listings
uses: jayanta525/github-pages-directory-listing@v4.0.0
with:
FOLDER: data #directory to generate index

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: 'data' # upload generated folder

deploy:
needs: pages-directory-listing
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

# Deploy to the github-pages environment
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

# Specify runner + deployment step
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
Binary file added firmware/Helios/0xcb_helios_default.uf2
Binary file not shown.
1,766 changes: 1,766 additions & 0 deletions firmware/NewHorizons/0xcb_newhorizons_32u4_vial.hex

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file added firmware/NukeFlash/flash_nuke.uf2
Binary file not shown.
Binary file not shown.
1,744 changes: 1,744 additions & 0 deletions firmware/Splaytoraid/0xcb_splaytoraid_vial.hex

Large diffs are not rendered by default.

Binary file added firmware/TOTEM/totem_ble-zmk_left.uf2
Binary file not shown.
Binary file added firmware/TOTEM/totem_ble-zmk_right.uf2
Binary file not shown.
Binary file added firmware/TOTEM/totem_vial_left.uf2
Binary file not shown.
Binary file added firmware/TOTEM/totem_vial_right.uf2
Binary file not shown.
Binary file added firmware/TutelPad/0xcb_tutelpad2040_vial.uf2
Binary file not shown.
1,684 changes: 1,684 additions & 0 deletions firmware/TutelPad/0xcb_tutelpad_vial.hex

Large diffs are not rendered by default.

Binary file added firmware/Zilpzalp/zilpzalp_vial.uf2
Binary file not shown.
Binary file added images/favicon.ico
Binary file not shown.
Binary file added images/logo-300px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-75px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added products/0305-2-15-80-47-80-10-0/datasheet.pdf
Binary file not shown.
Binary file added products/1N4148W/datasheet.pdf
Binary file not shown.
Binary file added products/MSK12C02/datasheet.pdf
Binary file not shown.
Binary file added products/PEC11R-4220F-S0024/datasheet.pdf
Binary file not shown.
Binary file added products/S2B-PH-K-S(LF)(SN)/datasheet.pdf
Binary file not shown.
Binary file added products/SKHLLBA010/datasheet.pdf
Binary file not shown.
Binary file added products/SKRTLAE010/datasheet.pdf
Binary file not shown.
Binary file added products/Semtech-1N4148/datasheet.pdf
Binary file not shown.
Binary file added products/Semtech-1N4729A/datasheet.pdf
Binary file not shown.
Binary file added products/piezobuzzer/datasheet.pdf
Binary file not shown.
Binary file added products/sk6812mini-e/datasheet.pdf
Binary file not shown.
Binary file added products/sk6812mini/datasheet.pdf
Binary file not shown.
Binary file added products/ws2812b-rgb-led/datasheet.pdf
Binary file not shown.

0 comments on commit f58f876

Please sign in to comment.