Move single LAYOUTs to data driven (#20365)
This commit is contained in:
@@ -18,18 +18,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// clang-format off
|
||||
#if defined(KEYBOARD_bastardkb_charybdis_3x5)
|
||||
# include "3x5.h"
|
||||
#elif defined(KEYBOARD_bastardkb_charybdis_3x6)
|
||||
# include "3x6.h"
|
||||
#elif defined(KEYBOARD_bastardkb_charybdis_4x6)
|
||||
# include "4x6.h"
|
||||
#else
|
||||
# error "Unsuported format"
|
||||
#endif
|
||||
// clang-format on
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#ifdef POINTING_DEVICE_ENABLE
|
||||
|
||||
Reference in New Issue
Block a user