mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-05-30 03:31:16 +02:00
8 lines
93 B
C
8 lines
93 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#ifdef KEYBOARD_adkb96_rev1
|
|
#include "rev1.h"
|
|
#endif
|