keychron_qmk_firmware/keyboards/keychron/q1/q1.h
lalalademaxiya1 29d64de4d1 Update q1.
2022-01-17 12:08:42 +08:00

38 lines
1.5 KiB
C

/* Copyright 2021 @ Keychron (https://www.keychron.com)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "quantum.h"
#if defined(KEYBOARD_keychron_q1_Q1_ANSI_ATMEGA32U4)
# include "Q1_ANSI_ATMEGA32U4.h"
#elif defined(KEYBOARD_keychron_q1_Q1_ANSI_ATMEGA32U4_EC11)
# include "Q1_ANSI_ATMEGA32U4_EC11.h"
#elif defined(KEYBOARD_keychron_q1_Q1_ISO_ATMEGA32U4)
# include "Q1_ISO_ATMEGA32U4.h"
#elif defined(KEYBOARD_keychron_q1_Q1_ISO_ATMEGA32U4_EC11)
# include "Q1_ISO_ATMEGA32U4_EC11.h"
#elif defined(KEYBOARD_keychron_q1_Q1_ANSI_STM32L432)
# include "Q1_ANSI_STM32L432.h"
#elif defined(KEYBOARD_keychron_q1_Q1_ANSI_STM32L432_EC11)
# include "Q1_ANSI_STM32L432_EC11.h"
#elif defined(KEYBOARD_keychron_q1_Q1_ISO_STM32L432)
# include "Q1_ISO_STM32L432.h"
#elif defined(KEYBOARD_keychron_q1_Q1_ISO_STM32L432_EC11)
# include "Q1_ISO_STM32L432_EC11.h"
#endif