diff options
author | Sergey Vlasov <sigprof@gmail.com> | 2021-11-06 16:07:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-06 13:07:53 +0000 |
commit | e0a64c80726f100c1e8708995a1d96dca37dff31 (patch) | |
tree | 79cea2544af26b5bee2afeedea88a61b16cc1881 | |
parent | d2ed21c36a43fec45fe0509f4686793a074c842d (diff) | |
download | qmk_firmware-e0a64c80726f100c1e8708995a1d96dca37dff31.tar.gz qmk_firmware-e0a64c80726f100c1e8708995a1d96dca37dff31.zip |
Fixup broken build after #15040 (#15073)
Rename keyboard files after moving them into revision directories.
-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 a7a3352097..4029a5466c 100644 --- a/keyboards/kprepublic/bm60poker/rev1/bm60poker.c +++ b/keyboards/kprepublic/bm60poker/rev1/rev1.c @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "bm60poker.h" +#include "rev1.h" #ifdef RGB_MATRIX_ENABLE led_config_t g_led_config = { { diff --git a/keyboards/kprepublic/bm60poker/rev1/bm60poker.h b/keyboards/kprepublic/bm60poker/rev1/rev1.h index 02a28377e6..02a28377e6 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 1b4840934f..352118c1b1 100644 --- a/keyboards/kprepublic/bm60rgb/rev1/bm60rgb.c +++ b/keyboards/kprepublic/bm60rgb/rev1/rev1.c @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "bm60rgb.h" +#include "rev1.h" led_config_t g_led_config = { { { 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 b648660d25..b648660d25 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 4e292bc549..f708e74c27 100644 --- a/keyboards/kprepublic/bm60rgb_iso/rev1/bm60rgb_iso.c +++ b/keyboards/kprepublic/bm60rgb_iso/rev1/rev1.c @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "bm60rgb_iso.h" +#include "rev1.h" #if defined(RGB_MATRIX_ENABLE) 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 fce8925a7a..fce8925a7a 100644 --- a/keyboards/kprepublic/bm60rgb_iso/rev1/bm60rgb_iso.h +++ b/keyboards/kprepublic/bm60rgb_iso/rev1/rev1.h |