mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-22 18:09:12 +02:00
* 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.
8 lines
92 B
C
8 lines
92 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#ifdef KEYBOARD_naked48_rev1
|
|
#include "rev1.h"
|
|
#endif
|