mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-17 12:46:01 +00:00
minimize includes in cocot46plus.c
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
20ec3767c9
commit
61960ab4d1
@ -15,12 +15,8 @@ You should have received a copy of the GNU General Public License
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "quantum.h"
|
|
||||||
#include <math.h>
|
|
||||||
#include "cocot46plus.h"
|
#include "cocot46plus.h"
|
||||||
#include "wait.h"
|
#include <math.h>
|
||||||
#include "debug.h"
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
// Invert vertical scroll direction
|
// Invert vertical scroll direction
|
||||||
#ifndef COCOT_SCROLL_INV_DEFAULT
|
#ifndef COCOT_SCROLL_INV_DEFAULT
|
||||||
|
Loading…
Reference in New Issue
Block a user