From ccf8f422c51978bf30c67f72d9ccc5c9d37b8044 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Thu, 24 Feb 2022 08:47:44 +0530
Subject: [PATCH] change default cwl/cwr gpio lines

---
 gpio.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gpio.c b/gpio.c
index 31aa86f..9ae5822 100644
--- a/gpio.c
+++ b/gpio.c
@@ -71,8 +71,8 @@
 // by Controller1 and Controller2_V1
 // (and keep #2,3 reserved for I2C extensions)
 //
-int CWL_BUTTON=9;
-int CWR_BUTTON=11;
+int CWL_BUTTON=17; // was 9
+int CWR_BUTTON=21;  //was 11
 int SIDETONE_GPIO=10;
 int ENABLE_GPIO_SIDETONE=0;
 int ENABLE_CW_BUTTONS=1;
-- 
2.45.2