mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
a557a5b2c5
* Refactor deltasplit75 to use split_common * Refactor deltasplit75 to use split_common - small tidy up
7 lines
95 B
C
7 lines
95 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#ifdef KEYBOARD_deltasplit75_v2
|
|
# include "v2.h"
|
|
#endif
|