diff options
author | That-Canadian <poole.chris.11@gmail.com> | 2017-08-07 07:55:33 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-07 09:06:53 -0400 |
commit | 4fd5ee410c55857a4a5aae1e04079aae41fc32f7 (patch) | |
tree | 184804a99a2869e26f3008e95636fca6e473a68c | |
parent | 93b850048a45aca8a0758cb7be6d8c1e31f24d40 (diff) | |
download | qmk_firmware-4fd5ee410c55857a4a5aae1e04079aae41fc32f7.tar.gz qmk_firmware-4fd5ee410c55857a4a5aae1e04079aae41fc32f7.zip |
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.
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | keyboards/minidox/eeprom-lefthand.eep | 2 | ||||
-rw-r--r-- | keyboards/minidox/eeprom-righthand.eep | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e40308193c..da6579504d 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,7 @@ util/Win_Check_Output.txt # ignore image files *.png *.jpg -*.gif
\ No newline at end of file +*.gif + +# Do not ignore MiniDox left/right hand eeprom files +!keyboards/minidox/*.eep
\ No newline at end of file diff --git a/keyboards/minidox/eeprom-lefthand.eep b/keyboards/minidox/eeprom-lefthand.eep new file mode 100644 index 0000000000..b9666a74c0 --- /dev/null +++ b/keyboards/minidox/eeprom-lefthand.eep @@ -0,0 +1,2 @@ +:0B0000000000000000000000000001F4
+:00000001FF
diff --git a/keyboards/minidox/eeprom-righthand.eep b/keyboards/minidox/eeprom-righthand.eep new file mode 100644 index 0000000000..94cc5be7fc --- /dev/null +++ b/keyboards/minidox/eeprom-righthand.eep @@ -0,0 +1,2 @@ +:0B0000000000000000000000000000F5
+:00000001FF
|