Skip to content

Commit

Permalink
[Keyboard] Simplified handwired/xealous since most of the features ar…
Browse files Browse the repository at this point in the history
…e in core now. (#5556)
  • Loading branch information
alex-ong authored and drashna committed Apr 5, 2019
1 parent 7e5c107 commit dad66ca
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 398 deletions.
12 changes: 2 additions & 10 deletions keyboards/handwired/xealous/config.h
Expand Up @@ -20,27 +20,19 @@ 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

#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)
Expand Down
63 changes: 0 additions & 63 deletions keyboards/handwired/xealous/debounce.c

This file was deleted.

0 comments on commit dad66ca

Please sign in to comment.