qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 7ff557351a611b0f235c4f8880f171d0b64a1cc1
parent 17979ddf43d2b6a55a2048d35d9f04e4c57c38be
Author: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Date:   Sun, 23 Sep 2018 18:47:43 -0700

Keyboard: Crkbd: move I2C and Serial defines to keyboard's config.h (#3970)

* Crkbd: move I2C and Serial defines to keyboard's config.h

per @drashna on Discord

* Crkbd: remove misleading comment re: I2C and Serial

USE_I2C and USE_SERIAL are usually a "one or the other"-type deal, but this keyboard uses both.

Diffstat:
Mkeyboards/crkbd/keymaps/mine/config.h | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/keyboards/crkbd/keymaps/mine/config.h b/keyboards/crkbd/keymaps/mine/config.h @@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* Use I2C or Serial */ - -#define USE_I2C -#define USE_SERIAL //#define USE_MATRIX_I2C /* Select hand configuration */