aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hidtech/bastyl/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hidtech/bastyl/config.h')
-rw-r--r--keyboards/hidtech/bastyl/config.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/keyboards/hidtech/bastyl/config.h b/keyboards/hidtech/bastyl/config.h
new file mode 100644
index 000000000..ed33d8451
--- /dev/null
+++ b/keyboards/hidtech/bastyl/config.h
@@ -0,0 +1,40 @@
1/*
2 * Copyright 2020 Quentin LEBASTARD <qlebastard@gmail.com>
3 * Copyright 2020 Anthony MARIN <anthony@hidtech.ca>
4 *
5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation, either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
19#pragma once
20#include "config_common.h"
21#define VENDOR_ID 0xA76A
22#define PRODUCT_ID 0x1827
23#define DEVICE_VER 0x0001
24#define MANUFACTURER HID Technologies
25#define PRODUCT Bastyl
26
27#define MATRIX_ROWS 10
28#define MATRIX_COLS 6
29#define DIODE_DIRECTION ROW2COL
30#define MATRIX_ROW_PINS { D7, B5, F7, F6, B6 }
31#define MATRIX_COL_PINS { B4, E6, C6, B1, B3, B2 }
32#define RGB_DI_PIN D2
33#define RGBLED_NUM 38
34#define RGBLIGHT_SPLIT
35#define RGBLIGHT_ANIMATIONS
36#define DEBOUNCE 5
37#define SOFT_SERIAL_PIN D0
38#define LOCKING_SUPPORT_ENABLE
39#define LOCKING_RESYNC_ENABLE
40#define MASTER_RIGHT