From 2e3cec9253a2d623ac86137788e87475668e7cd2 Mon Sep 17 00:00:00 2001 From: Athene Allen Date: Fri, 5 Mar 2021 22:13:24 +0000 Subject: [PATCH] Backout accidentally committed config changes --- Firmware/OpeNITHM/Config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Firmware/OpeNITHM/Config.h b/Firmware/OpeNITHM/Config.h index a705285..fa0023f 100644 --- a/Firmware/OpeNITHM/Config.h +++ b/Firmware/OpeNITHM/Config.h @@ -10,7 +10,7 @@ // board and have hand-wired your controller, it's strongly advised to use // the pinout and configurations for OPENITHM_V1_1 // #define OPENITHM_V1_0 // Version 1.0 (No version number on board) -#define OPENITHM_V1_1 // Version 1.1 (v1.1 on board under logo) +// #define OPENITHM_V1_1 // Version 1.1 (v1.1 on board under logo) // #define OPENITHM_V2_0 // Version 2.0 (v2.0 in upper left of board) // #define OPENITHM_V2_1 // Version 2.1 (v2.1 in upper left of board) // #define OPENITHM_FULL_V1_0 // Version 1.0 of the fully integrated board with touch sensors (Not common) @@ -30,7 +30,7 @@ // Uncomment this if you have lighted separators between the keys in your controller. // This option is *not* applicable to the standard 3D printed controller builds. -//#define KEY_DIVIDERS +#define KEY_DIVIDERS // Uncomment this if one of the following applies to you: // * You are using OPENITHM_V2_0 or below and have bridged pins 17 and 24 on your Teensy, or @@ -43,7 +43,7 @@ // *** FOR CALIBRATING AND DEBUGGING // Uncomment this line to output the touch values to the Serial port (for use with Arduino's Serial Plotter) -//#define SERIAL_KEY_PLOT +// #define SERIAL_KEY_PLOT // Uncomment this line if you want RAW touch values (vs. normalized) // #define SERIAL_RAW_VALUES @@ -52,7 +52,7 @@ #define PLOT_PIN -1 // Uncomment this line to output the air sensor values to the Serial port -#define SERIAL_AIR_READINGS +// #define SERIAL_AIR_READINGS // Uncomment this if you wish to ignore a falsely calibrated air sensor // #define IGNORE_AIR_CALIBRATION