[Keyboard] Keyboard Naked48 Update (#7085)

* Keyboard Naked48 Update

Support for SPLIT_KEYBOARD
Readme updates
Keymap updates
Support for RGB matrix (salicylic keymap)

* Keymap Update

Change KC_NO to KC_TRANSPARENT.
Update the old part.
This commit is contained in:
Salicylic-acid3
2019-10-20 12:03:46 -07:00
committed by Drashna Jaelre
parent a41066beed
commit 233a1e9bcd
40 changed files with 391 additions and 2169 deletions
+2 -7
View File
@@ -1,12 +1,7 @@
#pragma once
#include "quantum.h"
#ifdef KEYBOARD_naked48_rev1
#include "rev1.h"
#endif
#include "quantum.h"
#ifdef PROTOCOL_LUFA
#include "lufa.h"
#include "split_util.h"
#endif