Skip to content

Commit

Permalink
Modified gitignore file to allow the left and right hand eeprom files…
Browse files Browse the repository at this point in the history
… for the MiniDox to be added. They need to be there for proper flashing of the board. They do not change between builds, so no need to re-build them.
  • Loading branch information
That-Canadian authored and jackhumbert committed Aug 7, 2017
1 parent 93b8500 commit 4fd5ee4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ util/Win_Check_Output.txt
# ignore image files
*.png
*.jpg
*.gif
*.gif

# Do not ignore MiniDox left/right hand eeprom files
!keyboards/minidox/*.eep
2 changes: 2 additions & 0 deletions keyboards/minidox/eeprom-lefthand.eep
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
:0B0000000000000000000000000001F4
:00000001FF
2 changes: 2 additions & 0 deletions keyboards/minidox/eeprom-righthand.eep
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
:0B0000000000000000000000000000F5
:00000001FF

0 comments on commit 4fd5ee4

Please sign in to comment.