diff options
| -rw-r--r-- | keyboards/kprepublic/bm60poker/rev1/rev1.c (renamed from keyboards/kprepublic/bm60poker/rev1/bm60poker.c) | 2 | ||||
| -rw-r--r-- | keyboards/kprepublic/bm60poker/rev1/rev1.h (renamed from keyboards/kprepublic/bm60poker/rev1/bm60poker.h) | 0 | ||||
| -rw-r--r-- | keyboards/kprepublic/bm60rgb/rev1/rev1.c (renamed from keyboards/kprepublic/bm60rgb/rev1/bm60rgb.c) | 2 | ||||
| -rw-r--r-- | keyboards/kprepublic/bm60rgb/rev1/rev1.h (renamed from keyboards/kprepublic/bm60rgb/rev1/bm60rgb.h) | 0 | ||||
| -rw-r--r-- | keyboards/kprepublic/bm60rgb_iso/rev1/rev1.c (renamed from keyboards/kprepublic/bm60rgb_iso/rev1/bm60rgb_iso.c) | 2 | ||||
| -rw-r--r-- | keyboards/kprepublic/bm60rgb_iso/rev1/rev1.h (renamed from keyboards/kprepublic/bm60rgb_iso/rev1/bm60rgb_iso.h) | 0 |
6 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/kprepublic/bm60poker/rev1/bm60poker.c b/keyboards/kprepublic/bm60poker/rev1/rev1.c index a7a335209..4029a5466 100644 --- a/keyboards/kprepublic/bm60poker/rev1/bm60poker.c +++ b/keyboards/kprepublic/bm60poker/rev1/rev1.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include "bm60poker.h" | 16 | #include "rev1.h" |
| 17 | 17 | ||
| 18 | #ifdef RGB_MATRIX_ENABLE | 18 | #ifdef RGB_MATRIX_ENABLE |
| 19 | led_config_t g_led_config = { { | 19 | led_config_t g_led_config = { { |
diff --git a/keyboards/kprepublic/bm60poker/rev1/bm60poker.h b/keyboards/kprepublic/bm60poker/rev1/rev1.h index 02a28377e..02a28377e 100644 --- a/keyboards/kprepublic/bm60poker/rev1/bm60poker.h +++ b/keyboards/kprepublic/bm60poker/rev1/rev1.h | |||
diff --git a/keyboards/kprepublic/bm60rgb/rev1/bm60rgb.c b/keyboards/kprepublic/bm60rgb/rev1/rev1.c index 1b4840934..352118c1b 100644 --- a/keyboards/kprepublic/bm60rgb/rev1/bm60rgb.c +++ b/keyboards/kprepublic/bm60rgb/rev1/rev1.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include "bm60rgb.h" | 16 | #include "rev1.h" |
| 17 | 17 | ||
| 18 | led_config_t g_led_config = { { | 18 | led_config_t g_led_config = { { |
| 19 | { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 }, | 19 | { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 }, |
diff --git a/keyboards/kprepublic/bm60rgb/rev1/bm60rgb.h b/keyboards/kprepublic/bm60rgb/rev1/rev1.h index b648660d2..b648660d2 100644 --- a/keyboards/kprepublic/bm60rgb/rev1/bm60rgb.h +++ b/keyboards/kprepublic/bm60rgb/rev1/rev1.h | |||
diff --git a/keyboards/kprepublic/bm60rgb_iso/rev1/bm60rgb_iso.c b/keyboards/kprepublic/bm60rgb_iso/rev1/rev1.c index 4e292bc54..f708e74c2 100644 --- a/keyboards/kprepublic/bm60rgb_iso/rev1/bm60rgb_iso.c +++ b/keyboards/kprepublic/bm60rgb_iso/rev1/rev1.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include "bm60rgb_iso.h" | 16 | #include "rev1.h" |
| 17 | 17 | ||
| 18 | #if defined(RGB_MATRIX_ENABLE) | 18 | #if defined(RGB_MATRIX_ENABLE) |
| 19 | led_config_t g_led_config = { { | 19 | led_config_t g_led_config = { { |
diff --git a/keyboards/kprepublic/bm60rgb_iso/rev1/bm60rgb_iso.h b/keyboards/kprepublic/bm60rgb_iso/rev1/rev1.h index fce8925a7..fce8925a7 100644 --- a/keyboards/kprepublic/bm60rgb_iso/rev1/bm60rgb_iso.h +++ b/keyboards/kprepublic/bm60rgb_iso/rev1/rev1.h | |||
