From 55492f8a601d3665150a8b66990256169cbdcd9a Mon Sep 17 00:00:00 2001 From: seanpringle Date: Sat, 22 Sep 2012 15:46:50 +1000 Subject: [PATCH] config --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index d36b69b..ea48151 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