aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/wheatfield/blocked65/config.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-01-25 17:11:19 -0800
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-01-25 17:11:19 -0800
commit569ed9db9da5cdc4fc78584b51a66c7689d79806 (patch)
treea9726120b9a9acb944daf96fc7a0fcee864b1687 /keyboards/wheatfield/blocked65/config.h
parent0306e487e2cd6a77ad840d0a441b478747b7ccd0 (diff)
downloadfirmware-569ed9db9da5cdc4fc78584b51a66c7689d79806.tar.gz
firmware-569ed9db9da5cdc4fc78584b51a66c7689d79806.tar.bz2
firmware-569ed9db9da5cdc4fc78584b51a66c7689d79806.zip
Revert Commit 1d3b9eea940908d02b6c2deda5d744a73cd838da (#4942)
Was not supposed to merge 4763 yet This reverts commit 1d3b9eea940908d02b6c2deda5d744a73cd838da.
Diffstat (limited to 'keyboards/wheatfield/blocked65/config.h')
-rwxr-xr-xkeyboards/wheatfield/blocked65/config.h53
1 files changed, 0 insertions, 53 deletions
diff --git a/keyboards/wheatfield/blocked65/config.h b/keyboards/wheatfield/blocked65/config.h
deleted file mode 100755
index 36ec18f14..000000000
--- a/keyboards/wheatfield/blocked65/config.h
+++ /dev/null
@@ -1,53 +0,0 @@
-#pragma once
-
-#include "config_common.h"
-
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0xFEED
-#define PRODUCT_ID 0x6060
-#define DEVICE_VER 0x0001
-#define MANUFACTURER Dou
-#define PRODUCT Blocked65
-#define DESCRIPTION 65% keyboard with arrow cluster blocker
-
-/* key matrix size */
-#define MATRIX_ROWS 5
-#define MATRIX_COLS 15
-
-/* key matrix pins */
-#define MATRIX_ROW_PINS { B0, B1, B2, B3, B7 }
-#define MATRIX_COL_PINS { D0, D1, D2, D3, D5, D4, D6, D7, B4, F7, F6, F5, F4, F1, F0 }
-#define UNUSED_PINS
-
-/* COL2ROW or ROW2COL */
-#define DIODE_DIRECTION ROW2COL
-
-/* number of backlight levels */
-
-#define BACKLIGHT_PIN B6
-
-#ifdef BACKLIGHT_PIN
-#define BACKLIGHT_LEVELS 6
-#endif
-
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCING_DELAY 5
-
-/* 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
-
-/* key combination for command */
-#define IS_COMMAND() ( \
- keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
-#define RGB_DI_PIN E2
-#define RGBLIGHT_ANIMATIONS
-#define RGBLED_NUM 2
-#define RGBLIGHT_HUE_STEP 8
-#define RGBLIGHT_SAT_STEP 8
-#define RGBLIGHT_VAL_STEP 8
-