From 010427c902c48dbc07ad30c6adaf3711d3f985eb Mon Sep 17 00:00:00 2001 From: seanpringle Date: Thu, 27 Dec 2012 11:18:48 +1000 Subject: [PATCH] revert default layout change --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 6c407c3..226eb0d 100644 --- a/config.h +++ b/config.h @@ -32,8 +32,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