make doxygen not complain about big tables of macros in the Model 01

hardware
pull/365/head
Jesse Vincent 7 years ago
parent b9af46b1ef
commit 5015b4e9eb

@ -59,6 +59,10 @@ class Model01 {
#define SCANBIT(row,col) ((uint32_t)1 << ((row) * 8 + (7 - (col)))) #define SCANBIT(row,col) ((uint32_t)1 << ((row) * 8 + (7 - (col))))
#ifndef DOXYGEN_SHOULD_SKIP_THIS
#define R0C0 SCANBIT(0, 0) #define R0C0 SCANBIT(0, 0)
#define R0C1 SCANBIT(0, 1) #define R0C1 SCANBIT(0, 1)
#define R0C2 SCANBIT(0, 2) #define R0C2 SCANBIT(0, 2)
@ -194,6 +198,9 @@ class Model01 {
#define LED_APOSTROPHE 62 #define LED_APOSTROPHE 62
#define LED_MINUS 63 #define LED_MINUS 63
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
#define KEYMAP_STACKED( \ #define KEYMAP_STACKED( \
r0c0, r0c1, r0c2, r0c3, r0c4, r0c5, r0c6, \ r0c0, r0c1, r0c2, r0c3, r0c4, r0c5, r0c6, \
r1c0, r1c1, r1c2, r1c3, r1c4, r1c5, r1c6, \ r1c0, r1c1, r1c2, r1c3, r1c4, r1c5, r1c6, \

Loading…
Cancel
Save