You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
322 B

// Copyright 2022 Vitaly Volkov (@vlkv)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#ifdef KEYBOARD_avalanche_v1
#include "v1.h"
#elif KEYBOARD_avalanche_v2
#include "v2.h"
#elif KEYBOARD_avalanche_v3
#include "v3.h"
#elif KEYBOARD_avalanche_v4
#include "v4.h"
#endif
#include "quantum.h"