summaryrefslogtreecommitdiff
path: root/keyboards/bioi/f60/config.h
diff options
context:
space:
mode:
authorkb-elmo <lorwel@mailbox.org>2021-10-11 11:50:52 +0200
committerGitHub <noreply@github.com>2021-10-11 02:50:52 -0700
commitdaece508dab75ec531c437b2fc0e8a8d13ffa318 (patch)
treea2c84fc5b24a2c09c4cf15033a1e11940e3f029b /keyboards/bioi/f60/config.h
parent064f6d96c345ec17f32e8ce2d3ba17861ec8962c (diff)
[Keyboard] Add BIOI F60 (#14763)
Diffstat (limited to 'keyboards/bioi/f60/config.h')
-rw-r--r--keyboards/bioi/f60/config.h72
1 files changed, 72 insertions, 0 deletions
diff --git a/keyboards/bioi/f60/config.h b/keyboards/bioi/f60/config.h
new file mode 100644
index 0000000000..a0d498b90e
--- /dev/null
+++ b/keyboards/bioi/f60/config.h
@@ -0,0 +1,72 @@
+/*
+Copyright 2021 kb-elmo<mail@elmo.space>
+
+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 0x8101
+#define PRODUCT_ID 0x4660
+#define DEVICE_VER 0x0001
+#define MANUFACTURER Basic IO Instruments
+#define PRODUCT BIOI F60
+
+/* key matrix size */
+#define MATRIX_ROWS 5
+#define MATRIX_COLS 14
+
+/* Keyboard Matrix Assignments */
+#define MATRIX_ROW_PINS { B0, E6, F1, F5, F4 }
+#define MATRIX_COL_PINS { F6, C7, C6, B6, B5, B4, D7, D6, D4, D5, D3, D2, D0, D1 }
+
+/* COL2ROW, ROW2COL */
+#define DIODE_DIRECTION COL2ROW
+
+/* Indicator LEDs */
+#define LED_CAPS_LOCK_PIN F0
+
+#define BACKLIGHT_PIN B7
+#define BACKLIGHT_LEVELS 8
+#define BACKLIGHT_BREATHING
+
+#define RGB_DI_PIN B1
+#ifdef RGB_DI_PIN
+# define RGBLED_NUM 5
+# define RGBLIGHT_HUE_STEP 8
+# define RGBLIGHT_SAT_STEP 8
+# define RGBLIGHT_VAL_STEP 8
+# define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */
+# define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
+# define RGBLIGHT_EFFECT_BREATHING
+# define RGBLIGHT_EFFECT_RAINBOW_MOOD
+# define RGBLIGHT_EFFECT_RAINBOW_SWIRL
+# define RGBLIGHT_EFFECT_SNAKE
+# define RGBLIGHT_EFFECT_KNIGHT
+# define RGBLIGHT_EFFECT_CHRISTMAS
+# define RGBLIGHT_EFFECT_STATIC_GRADIENT
+# define RGBLIGHT_EFFECT_RGB_TEST
+# define RGBLIGHT_EFFECT_ALTERNATING
+# define WS2812_BYTE_ORDER WS2812_BYTE_ORDER_RGB
+#endif
+
+/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
+#define DEBOUNCE 5
+
+/* disable these deprecated features by default */
+#define NO_ACTION_MACRO
+#define NO_ACTION_FUNCTION