]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/zinc/reva/reva.h
Add user-overridable callback for cancelling UCIS input (#5564)
[qmk_firmware.git] / keyboards / zinc / reva / reva.h
1 #pragma once
2
3 #include "../zinc.h"
4
5 //void promicro_bootloader_jmp(bool program);
6 #include "quantum.h"
7
8 #ifdef RGBLIGHT_ENABLE
9 //rgb led driver
10 #include "ws2812.h"
11 #endif
12
13 #ifdef USE_I2C
14 #include <stddef.h>
15 #ifdef __AVR__
16   #include <avr/io.h>
17   #include <avr/interrupt.h>
18 #endif
19 #endif
20
21 //void promicro_bootloader_jmp(bool program);
22
23
24
25 // Standard Keymap
26 // (TRRS jack on both halves are to the left side)
27 #define LAYOUT( \
28   L00, L01, L02, L03, L04, L05,           R00, R01, R02, R03, R04, R05, \
29   L10, L11, L12, L13, L14, L15,           R10, R11, R12, R13, R14, R15, \
30   L20, L21, L22, L23, L24, L25,           R20, R21, R22, R23, R24, R25, \
31   L30, L31, L32, L33, L34, L35,           R30, R31, R32, R33, R34, R35  \
32   ) \
33   { \
34     { L00, L01, L02, L03, L04, L05}, \
35     { L10, L11, L12, L13, L14, L15}, \
36     { L20, L21, L22, L23, L24, L25}, \
37     { L30, L31, L32, L33, L34, L35}, \
38     { R00, R01, R02, R03, R04, R05 }, \
39     { R10, R11, R12, R13, R14, R15 }, \
40     { R20, R21, R22, R23, R24, R25 }, \
41     { R30, R31, R32, R33, R34, R35 }, \
42   }
43
44 #define LAYOUT_ortho_4x12 LAYOUT