forked from mirror/qmk_firmware
bm40rgb: rename kb.c/h to bm40rgb.c/h
This commit is contained in:
1
keyboards/bm40rgb/bm40rgb.c
Normal file
1
keyboards/bm40rgb/bm40rgb.c
Normal file
@@ -0,0 +1 @@
|
||||
#include "bm40rgb.h"
|
||||
@@ -1,5 +1,4 @@
|
||||
#ifndef KB_H
|
||||
#define KB_H
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
@@ -14,5 +13,3 @@
|
||||
{ K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211 }, \
|
||||
{ K300, K301, K302, K303, K304, K305, KC_NO, K307, K308, K309, K310, K311 } \
|
||||
}
|
||||
|
||||
#endif
|
||||
@@ -1 +0,0 @@
|
||||
#include "kb.h"
|
||||
Reference in New Issue
Block a user