summaryrefslogtreecommitdiff
path: root/keyboards/handwired/atreus50/config.h
diff options
context:
space:
mode:
authorXyverz <xyverz@gmail.com>2017-04-02 14:48:33 -0700
committerXyverz <xyverz@gmail.com>2017-04-02 14:48:33 -0700
commit787304647961f4cb654188ddb88c22dd7991ab87 (patch)
treefb6ef8c78e3191f9cdfa44ec113062d6861ad3dc /keyboards/handwired/atreus50/config.h
parent571f39da663632b2f0592f1ad41d2985763bfcc2 (diff)
removed my handwired boards to a new branch.
Diffstat (limited to 'keyboards/handwired/atreus50/config.h')
-rw-r--r--keyboards/handwired/atreus50/config.h58
1 files changed, 0 insertions, 58 deletions
diff --git a/keyboards/handwired/atreus50/config.h b/keyboards/handwired/atreus50/config.h
deleted file mode 100644
index 0248032a01..0000000000
--- a/keyboards/handwired/atreus50/config.h
+++ /dev/null
@@ -1,58 +0,0 @@
-#ifndef CONFIG_H
-#define CONFIG_H
-
-#include "config_common.h"
-
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0xFEED
-#define PRODUCT_ID 0x6060
-#define DEVICE_VER 0x0001
-#define MANUFACTURER qmkbuilder
-#define PRODUCT Atreus50
-#define DESCRIPTION Keyboard
-
-/* key matrix size */
-#define MATRIX_ROWS 4
-#define MATRIX_COLS 13
-
-/* key matrix pins */
-#define MATRIX_ROW_PINS { F4, F5, F6, F7 }
-#define MATRIX_COL_PINS { D3, D2, D1, D0, D4, C6, D7, E6, B4, B5, B6, B2, B3 }
-#define UNUSED_PINS
-
-/* COL2ROW or ROW2COL */
-#define DIODE_DIRECTION COL2ROW
-
-/* number of backlight levels */
-
-#ifdef BACKLIGHT_PIN
-#define BACKLIGHT_LEVELS 3
-#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)) \
-)
-
-/* prevent stuck modifiers */
-#define PREVENT_STUCK_MODIFIERS
-
-
-#ifdef RGB_DI_PIN
-#define RGBLIGHT_ANIMATIONS
-#define RGBLED_NUM 0
-#define RGBLIGHT_HUE_STEP 8
-#define RGBLIGHT_SAT_STEP 8
-#define RGBLIGHT_VAL_STEP 8
-#endif
-
-#endif \ No newline at end of file