mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
dc7cc26dff
* Line ending stuff again * Added initial files for Christmas Tree PCB * Updated Readme and info json's, also config. * Cleaned up keymap file, added proper comments for keymap. Removed readme leftover from original copy of planck folder structure.
5 lines
80 B
C
5 lines
80 B
C
#include "christmas_tree.h"
|
|
|
|
void matrix_init_kb(void) {
|
|
matrix_init_user();
|
|
}
|