Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[keyboard] update bm40hsrgb with RGB Matrix support #10044

Merged
merged 16 commits into from
Aug 18, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bm40rgb: rename kb.c/h to bm40rgb.c/h
rgoulter committed Aug 15, 2020
commit e2a709d0a22cfc5b8b03657fa43929509f7225b5
1 change: 1 addition & 0 deletions keyboards/bm40rgb/bm40rgb.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "bm40rgb.h"
5 changes: 1 addition & 4 deletions keyboards/bm40rgb/kb.h → keyboards/bm40rgb/bm40rgb.h
Original file line number Diff line number Diff line change
@@ -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 change: 0 additions & 1 deletion keyboards/bm40rgb/kb.c

This file was deleted.