mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
Force platform pin defs to be included (#16611)
* Force platform pin defs to be included * Always grab first header
This commit is contained in:
parent
e9458fd694
commit
7e6f1c9e08
|
@ -18,6 +18,6 @@
|
|||
// useful for direct pin mapping
|
||||
#define NO_PIN (pin_t)(~0)
|
||||
|
||||
#if __has_include_next("pin_defs.h")
|
||||
# include_next "pin_defs.h" /* Include the platforms pin_defs.h */
|
||||
#if __has_include("_pin_defs.h")
|
||||
# include "_pin_defs.h" /* Include the platforms pin defs */
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user