aboutsummaryrefslogtreecommitdiff
path: root/wirish/boards.h
diff options
context:
space:
mode:
Diffstat (limited to 'wirish/boards.h')
-rw-r--r--wirish/boards.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/wirish/boards.h b/wirish/boards.h
index 84ff44f..593d434 100644
--- a/wirish/boards.h
+++ b/wirish/boards.h
@@ -70,7 +70,11 @@ typedef struct PinMapping {
} PinMapping;
/* LeafLabs Maple rev3, rev5 */
-#ifdef BOARD_maple
+#ifdef BOARD_maple_audio
+#define BOARD_maple // audioboard has same pinmap as regular maple
+#endif
+
+#ifdef BOARD_maple
#define CYCLES_PER_MICROSECOND 72
#define SYSTICK_RELOAD_VAL 71999 /* takes a cycle to reload */