mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
Modified gitignore file to allow the left and right hand eeprom files 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.
This commit is contained in:
parent
aa67e3cedb
commit
15822a8e44
3 changed files with 8 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -42,3 +42,6 @@ util/Win_Check_Output.txt
|
||||||
*.png
|
*.png
|
||||||
*.jpg
|
*.jpg
|
||||||
*.gif
|
*.gif
|
||||||
|
|
||||||
|
# Do not ignore MiniDox left/right hand eeprom files
|
||||||
|
!keyboards/minidox/*.eep
|
2
keyboards/minidox/eeprom-lefthand.eep
Normal file
2
keyboards/minidox/eeprom-lefthand.eep
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
:0B0000000000000000000000000001F4
|
||||||
|
:00000001FF
|
2
keyboards/minidox/eeprom-righthand.eep
Normal file
2
keyboards/minidox/eeprom-righthand.eep
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
:0B0000000000000000000000000000F5
|
||||||
|
:00000001FF
|
Loading…
Reference in a new issue