mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
a557a5b2c5
* Refactor deltasplit75 to use split_common * Refactor deltasplit75 to use split_common - small tidy up
8 lines
95 B
C
8 lines
95 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#ifdef KEYBOARD_deltasplit75_v2
|
|
# include "v2.h"
|
|
#endif
|