[Keyboard] Added xealousbrown keyboard (#4945)
* Added xealousbrown keyboard. * Changed to pragma once in config.h * Update keyboards/handwired/xealousbrown/rules.mk Added bootloader. Co-Authored-By: alex-ong <the.onga@gmail.com> * Update keyboards/handwired/xealousbrown/config.h Commented out IS_COMMAND() since it is already default value. Co-Authored-By: alex-ong <the.onga@gmail.com>
This commit is contained in:
parent
996ada1ba2
commit
0d76319370
7 changed files with 242 additions and 0 deletions
8
keyboards/handwired/xealousbrown/xealousbrown.c
Normal file
8
keyboards/handwired/xealousbrown/xealousbrown.c
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include "xealousbrown.h"
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
// put your keyboard start-up code here
|
||||
// runs once when the firmware starts up
|
||||
|
||||
matrix_init_user();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue