summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/xealous/config.h
diff options
context:
space:
mode:
authorAlex Ong <the.onga@gmail.com>2019-04-05 06:44:33 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-05 06:44:33 +0200
commitdad66cad40131bbc5b7c85bdf107c664a721ba07 (patch)
treed5088e28ecab6d9222f31ce82cf99d25f276944c /keyboards/handwired/xealous/config.h
parent7e5c107d43890eb517184d6fddff9a6da165fc3d (diff)
downloadqmk_firmware-dad66cad40131bbc5b7c85bdf107c664a721ba07.tar.gz
qmk_firmware-dad66cad40131bbc5b7c85bdf107c664a721ba07.tar.xz
[Keyboard] Simplified handwired/xealous since most of the features are in core now. (#5556)
Diffstat (limited to 'keyboards/handwired/xealous/config.h')
-rw-r--r--keyboards/handwired/xealous/config.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/keyboards/handwired/xealous/config.h b/keyboards/handwired/xealous/config.h
index 7bce502c1..251e85d4c 100644
--- a/keyboards/handwired/xealous/config.h
+++ b/keyboards/handwired/xealous/config.h
@@ -20,20 +20,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
/* Use I2C or Serial, not both */
-
#define USE_I2C
-#define SCL_CLOCK 400000UL
-
-// #define USE_SERIAL
-/* serial.c configuration for split keyboard */
-// #define SOFT_SERIAL_PIN D0
+#define SCL_CLOCK 800000UL
/* Select hand configuration */
-
#define MASTER_LEFT
-// #define MASTER_RIGHT
-// #define EE_HANDS
-
//#define DEBUG_MATRIX_SCAN_RATE //Use this to determine scan-rate.
#define FORCE_NKRO
@@ -41,6 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define QMK_KEYS_PER_SCAN 4 //if we press four keys simultaneously, lets process them simultaneously...
#define DIODE_DIRECTION COL2ROW
+
#ifdef AUDIO_ENABLE
#define C6_AUDIO
#define STARTUP_SONG SONG(STARTUP_SOUND)