aboutsummaryrefslogtreecommitdiff
path: root/keyboards/pinky/pinky.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/pinky/pinky.h')
-rw-r--r--keyboards/pinky/pinky.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/keyboards/pinky/pinky.h b/keyboards/pinky/pinky.h
index 9cc5d8d58..67dfbe337 100644
--- a/keyboards/pinky/pinky.h
+++ b/keyboards/pinky/pinky.h
@@ -13,17 +13,13 @@
13 * You should have received a copy of the GNU General Public License 13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16#ifndef PINKY_H
17#define PINKY_H
18 16
19#include "quantum.h" 17#pragma once
20
21#ifdef KEYBOARD_pinky_3
22 #include "3.h"
23#endif
24 18
25#ifdef KEYBOARD_pinky_4 19#include "quantum.h"
26 #include "4.h"
27#endif
28 20
21#if defined(KEYBOARD_pinky_3)
22# include "3.h"
23#elif defined(KEYBOARD_pinky_4)
24# include "4.h"
29#endif 25#endif