mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-15 00:15:03 +00:00
7 lines
108 B
C
7 lines
108 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#ifdef KEYBOARD_salicylic_acid3_setta21_rev1
|
|
#include "rev1.h"
|
|
#endif
|