From 79f0451282f23382b8cf121bea36ac44f74603ce Mon Sep 17 00:00:00 2001 From: seanpringle Date: Fri, 21 Sep 2012 16:52:12 +1000 Subject: [PATCH] config --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index ea48151..d36b69b 100644 --- a/config.h +++ b/config.h @@ -22,8 +22,8 @@ // The layout can be flipped so SPOT1 is on the right. // If you do this, review the directional move/focus key bindings too. -//#define SPOT1_ALIGN SPOT1_LEFT -#define SPOT1_ALIGN SPOT1_RIGHT +#define SPOT1_ALIGN SPOT1_LEFT +//#define SPOT1_ALIGN SPOT1_RIGHT // Width of SPOT1 as percentage of screen width. #define SPOT1_WIDTH_PCT 67