From 323d3dddec9a2974a66ff7ebb21a7ff89bcd50a1 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 12 Jan 2014 11:59:29 -0700 Subject: [PATCH] config.h for LADD scoreboard --- config.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.h b/config.h index 8e7fd4b..35383a8 100644 --- a/config.h +++ b/config.h @@ -8,17 +8,17 @@ #define JAM_DIGITS 3 // Show an indicator (J/L/t) to the left of the jam clock -//#define JAM_INDICATOR +#define JAM_INDICATOR // The jam clock is split across the period clock (easier folding, harder wiring) -//#define JAM_SPLIT +#define JAM_SPLIT // Set these to the PORTA pins you use -#define NESCLK 0 -#define NESLTCH 1 -#define NESOUT 2 -#define SIN 3 -#define SCLK 4 -#define SLTCH 5 +#define NESCLK 3 +#define NESLTCH 4 +#define NESOUT 5 +#define SIN 0 +#define SCLK 1 +#define SLTCH 2 #endif