This website requires JavaScript.
Explore
Help
Sign In
steven-y-e
/
qmk
Watch
1
Star
0
Fork
You've already forked qmk
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a260cbbea6
qmk
/
keyboards
/
deltasplit75
/
deltasplit75.h
8 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
[Keyboard] Refactor deltasplit75 to use split_common (#8083) * Refactor deltasplit75 to use split_common * Refactor deltasplit75 to use split_common - small tidy up
2020-02-04 21:59:20 -05:00
#
pragma once
Added to blank spaces at end of protosplit to make it compile under make v2
2017-07-27 16:32:28 -04:00
#
include
"quantum.h"
[Keyboard] Refactor deltasplit75 to use split_common (#8083) * Refactor deltasplit75 to use split_common * Refactor deltasplit75 to use split_common - small tidy up
2020-02-04 21:59:20 -05:00
#
ifdef KEYBOARD_deltasplit75_v2
#
include "v2.h"
#
endif