From ca5eb9f664cd58cf4e396c54f5fc16c44224fdea Mon Sep 17 00:00:00 2001 From: gumorr <102767971+gumorr@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:17:29 -0600 Subject: [Keyboard] Add gummykey (#19695) Co-authored-by: Drashna Jaelre Co-authored-by: jack <0x6a73@protonmail.com> --- keyboards/gummykey/config.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 keyboards/gummykey/config.h (limited to 'keyboards/gummykey/config.h') diff --git a/keyboards/gummykey/config.h b/keyboards/gummykey/config.h new file mode 100644 index 0000000000..30f6269abc --- /dev/null +++ b/keyboards/gummykey/config.h @@ -0,0 +1,26 @@ +// Copyright 2023 Gummor (@gumorr) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + + +#define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 } +#define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2 } + +#define USE_I2C + +/* + * Feature disable options + * These options are also useful to firmware size reduction. + */ + +/* disable debug print */ +//#define NO_DEBUG + +/* disable print */ +//#define NO_PRINT + +/* disable action features */ +//#define NO_ACTION_LAYER +//#define NO_ACTION_TAPPING +//#define NO_ACTION_ONESHOT -- cgit v1.2.3 [cgit] Unable to lock slot /tmp/cgit/a6300000.lock: Permission denied (13)