summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/dactyl_manuform/dactyl_manuform.h
blob: 3222e6a617ddc726dbe5e46732e56dabef80ded0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#pragma once



#ifdef KEYBOARD_handwired_dactyl_manuform_6x6
    #include "6x6.h"
#elif KEYBOARD_handwired_dactyl_manuform_5x6
    #include "5x6.h"
#elif KEYBOARD_handwired_dactyl_manuform_4x5
    #include "4x5.h"
#endif

//void promicro_bootloader_jmp(bool program);
#include "quantum.h"


#ifdef USE_I2C
#include <stddef.h>
#ifdef __AVR__
	#include <avr/io.h>
	#include <avr/interrupt.h>
#endif
#endif