aboutsummaryrefslogtreecommitdiff
path: root/keyboards/s60_x/keymaps/bluebear/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/s60_x/keymaps/bluebear/config.h')
-rw-r--r--keyboards/s60_x/keymaps/bluebear/config.h29
1 files changed, 6 insertions, 23 deletions
diff --git a/keyboards/s60_x/keymaps/bluebear/config.h b/keyboards/s60_x/keymaps/bluebear/config.h
index 5c0d08833..35754b523 100644
--- a/keyboards/s60_x/keymaps/bluebear/config.h
+++ b/keyboards/s60_x/keymaps/bluebear/config.h
@@ -15,30 +15,14 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifndef CONFIG_H 18#ifndef CONFIG_USER_H
19#define CONFIG_H 19#define CONFIG_USER_H
20 20
21#include "config_common.h" 21#include "config_common.h"
22 22
23/* USB Device descriptor parameter */ 23/* USB Device descriptor parameter */
24#define VENDOR_ID 0xFEED 24#undef DEVICE_VER
25#define PRODUCT_ID 0x6060
26#define DEVICE_VER 0x0003 25#define DEVICE_VER 0x0003
27#define MANUFACTURER Sentraq
28#define PRODUCT S60-RGB
29#define DESCRIPTION QMK keyboard firmware for Sentraq S60-RGB
30
31/* key matrix size */
32#define MATRIX_ROWS 5
33#define MATRIX_COLS 15
34
35// ROWS: Top to bottom, COLS: Left to right
36
37#define MATRIX_ROW_PINS { B5, B4, D7, D6, D4 }
38#define MATRIX_COL_PINS { D0, D1, D2, D3, D5, B6, C6, C7, F1, F0, E6, B3, B2, B1, B0 }
39#define UNUSED_PINS
40
41#define BACKLIGHT_PIN B7
42 26
43/* COL2ROW or ROW2COL */ 27/* COL2ROW or ROW2COL */
44#define DIODE_DIRECTION COL2ROW 28#define DIODE_DIRECTION COL2ROW
@@ -65,10 +49,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
65 49
66/* Underlight configuration 50/* Underlight configuration
67 */ 51 */
68 52#undef RGBLIGHT_HUE_STEP
69#define RGB_DI_PIN F6 53#undef RGBLIGHT_SAT_STEP
70#define RGBLIGHT_TIMER 54#undef RGBLIGHT_VAL_STEP
71#define RGBLED_NUM 10 // Number of LEDs
72#define RGBLIGHT_HUE_STEP 10 55#define RGBLIGHT_HUE_STEP 10
73#define RGBLIGHT_SAT_STEP 17 56#define RGBLIGHT_SAT_STEP 17
74#define RGBLIGHT_VAL_STEP 17 57#define RGBLIGHT_VAL_STEP 17