mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-18 05:32:05 +00:00
bm40rgb: rename kb.c/h to bm40rgb.c/h
This commit is contained in:
parent
a22858837e
commit
e2a709d0a2
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
|
#pragma once
|
||||||
#define KB_H
|
|
||||||
|
|
||||||
#include "quantum.h"
|
#include "quantum.h"
|
||||||
|
|
||||||
@ -14,5 +13,3 @@
|
|||||||
{ K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211 }, \
|
{ 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 } \
|
{ K300, K301, K302, K303, K304, K305, KC_NO, K307, K308, K309, K310, K311 } \
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
@ -1 +0,0 @@
|
|||||||
#include "kb.h"
|
|
Loading…
Reference in New Issue
Block a user