diff options
author | Drashna Jaelre <drashna@live.com> | 2021-09-11 23:21:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 23:21:28 -0700 |
commit | f6a67c10bd0fe59d0b468ba870bb511d9787a34c (patch) | |
tree | 2c15f6dfbbc06498d04b81cb8ab5cfcb8b8102ce /keyboards/redox/media/config.h | |
parent | 5af17997359d91ee0a7340d1e17514fe8c8a46f1 (diff) |
[Keyboard] Fix Redox Media compilation errors (#14345)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/redox/media/config.h')
-rw-r--r-- | keyboards/redox/media/config.h | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/keyboards/redox/media/config.h b/keyboards/redox/media/config.h deleted file mode 100644 index 70fb2aa164..0000000000 --- a/keyboards/redox/media/config.h +++ /dev/null @@ -1,60 +0,0 @@ -/* -Copyright 2021 Shiftux <shiftux@gmail.com> - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. -*/ - -#pragma once - -#include "config_common.h" - -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x0000 -#define DEVICE_VER 0x0100 -#define MANUFACTURER shiftux -#define PRODUCT The Redox Keyboard - -/* key matrix size */ -// Rows are doubled-up -#define MATRIX_ROWS 12 -#define MATRIX_COLS 7 - -// wiring of each half -#define MATRIX_ROW_PINS { D4, C6, D7, E6, B4, B5 } -#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6, D1 } - -/* COL2ROW or ROW2COL */ -#define DIODE_DIRECTION COL2ROW - -/* define if matrix has ghost */ -//#define MATRIX_HAS_GHOST - -/* number of backlight levels */ -// #define BACKLIGHT_LEVELS 3 - -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 - -/* serial.c configuration for split keyboard */ -#define SOFT_SERIAL_PIN D0 - -/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ -#define LOCKING_SUPPORT_ENABLE -/* Locking resynchronize hack */ -#define LOCKING_RESYNC_ENABLE - -#define ENCODERS_PAD_A { F4 } -#define ENCODERS_PAD_B { F5 } -#define ENCODER_RESOLUTION 4
\ No newline at end of file |