Move split layouts to data driven (#20290)

This commit is contained in:
Ryan
2023-04-01 13:09:53 +11:00
committed by GitHub
parent 297779385f
commit e40b6ca3b0
98 changed files with 2631 additions and 3783 deletions

View File

@@ -17,16 +17,6 @@
#pragma once
// clang-format off
#if defined(KEYBOARD_bastardkb_dilemma_3x5_2_splinky) || defined (KEYBOARD_bastardkb_dilemma_3x5_2_assembled)
# include "3x5_2.h"
#elif defined(KEYBOARD_bastardkb_dilemma_3x5_3)
# include "3x5_3.h"
#else
# error "Unsuported format"
#endif
// clang-format on
#include "quantum.h"
#ifdef POINTING_DEVICE_ENABLE