qmk_firmware/keyboards/durgod/dgk6x/dgk6x.h
Nick Brassel 7f805cc779
VIA Protocol 12 + fixes (#19916)
Co-authored-by: Wilba <wilba@wilba.tech>
Co-authored-by: zvecr <git@zvecr.com>
2023-02-23 09:19:00 +11:00

32 lines
1007 B
C

/* Copyright 2021 Jessica Sullivan and Don Kjer
*
* 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"
#ifdef KEYBOARD_durgod_dgk6x_hades
# include "hades.h"
#elif defined KEYBOARD_durgod_dgk6x_venus
# include "venus.h"
#elif defined KEYBOARD_durgod_dgk6x_galaxy
# include "galaxy.h"
#endif
/* Function Prototype */
void off_all_leds(void);
void on_all_leds(void);