Fixup broken build after #15040 (#15073) Rename keyboard files after moving them into revision directories.
6 files changed, 3 insertions(+), 3 deletions(-) R keyboards/kprepublic/bm60poker/rev1/{bm60poker => rev1}.c R keyboards/kprepublic/bm60poker/rev1/{bm60poker => rev1}.h R keyboards/kprepublic/bm60rgb/rev1/{bm60rgb => rev1}.c R keyboards/kprepublic/bm60rgb/rev1/{bm60rgb => rev1}.h R keyboards/kprepublic/bm60rgb_iso/rev1/{bm60rgb_iso => rev1}.c R keyboards/kprepublic/bm60rgb_iso/rev1/{bm60rgb_iso => rev1}.h
R keyboards/kprepublic/bm60poker/rev1/bm60poker.c => keyboards/kprepublic/bm60poker/rev1/rev1.c +1 -1
@@ 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 = { {
R keyboards/kprepublic/bm60poker/rev1/bm60poker.h => keyboards/kprepublic/bm60poker/rev1/rev1.h +0 -0
R keyboards/kprepublic/bm60rgb/rev1/bm60rgb.c => keyboards/kprepublic/bm60rgb/rev1/rev1.c +1 -1
@@ 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 },
R keyboards/kprepublic/bm60rgb/rev1/bm60rgb.h => keyboards/kprepublic/bm60rgb/rev1/rev1.h +0 -0
R keyboards/kprepublic/bm60rgb_iso/rev1/bm60rgb_iso.c => keyboards/kprepublic/bm60rgb_iso/rev1/rev1.c +1 -1
@@ 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 = { {
R keyboards/kprepublic/bm60rgb_iso/rev1/bm60rgb_iso.h => keyboards/kprepublic/bm60rgb_iso/rev1/rev1.h +0 -0