Skip to content

Commit

Permalink
add readme, gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
onnenon committed Nov 27, 2024
1 parent 93567c3 commit d6f20c2
Show file tree
Hide file tree
Showing 14 changed files with 239,155 additions and 19 deletions.
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/

# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*-backups
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
~*.lck
\#auto_saved_files#

# Netlist files (exported from Eeschema)
*.net

# Autorouter files (exported from Pcbnew)
*.dsn
*.ses

# Exported BOM files
*.xml
*.csv
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Hotdog Pad
Empty file removed boards/shields/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions boards/shields/hotdog_pad/hotdog_pad.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

kscan0: kscan_0 {
compatible = "zmk,kscan-gpio-direct";
wakeup-source;

input-gpios
= <&xiao_d 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
Expand Down
19 changes: 0 additions & 19 deletions build.yaml

This file was deleted.

Loading

0 comments on commit d6f20c2

Please sign in to comment.