Skip to content

Commit

Permalink
Fixup broken build after qmk#15040 (qmk#15073)
Browse files Browse the repository at this point in the history
Rename keyboard files after moving them into revision directories.
  • Loading branch information
sigprof committed Nov 6, 2021
1 parent d2ed21c commit e0a64c8
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http:https://www.gnu.org/licenses/>.
*/
#include "bm60poker.h"
#include "rev1.h"

#ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = { {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http:https://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 },
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http:https://www.gnu.org/licenses/>.
*/
#include "bm60rgb_iso.h"
#include "rev1.h"

#if defined(RGB_MATRIX_ENABLE)
led_config_t g_led_config = { {
Expand Down

0 comments on commit e0a64c8

Please sign in to comment.