]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/dactyl_manuform/dactyl_manuform.h
Keyboard: Added dactyl-manuform 4x6 and keymap. (#4058)
[qmk_firmware.git] / keyboards / handwired / dactyl_manuform / dactyl_manuform.h
1 #pragma once
2
3 #ifdef KEYBOARD_handwired_dactyl_manuform_4x5
4     #include "4x5.h"
5 #elif KEYBOARD_handwired_dactyl_manuform_4x6
6     #include "4x6.h"
7 #elif KEYBOARD_handwired_dactyl_manuform_5x6
8     #include "5x6.h"
9 #elif KEYBOARD_handwired_dactyl_manuform_5x7
10     #include "5x7.h"
11 #elif KEYBOARD_handwired_dactyl_manuform_6x6
12     #include "6x6.h"
13 #endif
14
15 //void promicro_bootloader_jmp(bool program);
16 #include "quantum.h"
17
18
19 #ifdef USE_I2C
20 #include <stddef.h>
21 #ifdef __AVR__
22         #include <avr/io.h>
23         #include <avr/interrupt.h>
24 #endif
25 #endif
26
27