bm40rgb: rename kb.c/h to bm40rgb.c/h

This commit is contained in:
Richard 2020-07-26 14:49:02 +07:00 committed by Richard Goulter
parent a22858837e
commit e2a709d0a2
No known key found for this signature in database
GPG Key ID: 27303675F13A25C5
3 changed files with 2 additions and 5 deletions

View File

@ -0,0 +1 @@
#include "bm40rgb.h"

View File

@ -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

View File

@ -1 +0,0 @@
#include "kb.h"