From 15822a8e44a4d3d02ae5d5e9deedd27ffc2c6709 Mon Sep 17 00:00:00 2001 From: That-Canadian Date: Mon, 7 Aug 2017 07:55:33 -0400 Subject: 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. --- keyboards/minidox/eeprom-righthand.eep | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 keyboards/minidox/eeprom-righthand.eep (limited to 'keyboards/minidox/eeprom-righthand.eep') 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 -- cgit v1.2.3 From 26650731d1825d8ca8c5e96d10a80bc8cd7b78e4 Mon Sep 17 00:00:00 2001 From: That-Canadian Date: Sun, 13 Aug 2017 14:24:04 -0400 Subject: Added "EECONFIG_HANDEDNESS" to the eeconfig.h , because when RGB was enabled it was overwritting the old EECONFIG_HANDEDNESS address (10), so it is now on a non-conflicting addres (14). Updated MiniDox split_util.h and eeprom files to reflect this change. I recommend adding this to any split board that used these files, my changes will not effect them currently. --- keyboards/minidox/eeprom-righthand.eep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/minidox/eeprom-righthand.eep') diff --git a/keyboards/minidox/eeprom-righthand.eep b/keyboards/minidox/eeprom-righthand.eep index 94cc5be7fc..7ea44f52ef 100644 --- a/keyboards/minidox/eeprom-righthand.eep +++ b/keyboards/minidox/eeprom-righthand.eep @@ -1,2 +1,2 @@ -:0B0000000000000000000000000000F5 +:0F000000000000000000000000000000000000F1 :00000001FF -- cgit v1.2.3