summaryrefslogtreecommitdiff
path: root/keyboards/boardsource/microdox/config.h
diff options
context:
space:
mode:
authorjack <0x6A73@pm.me>2022-04-19 05:03:51 -0600
committerGitHub <noreply@github.com>2022-04-19 21:03:51 +1000
commitad31ea3f515630f922ccad54cc879e13a05020fa (patch)
tree131213d8230e2b3407c069d1e400b092b2d3d17c /keyboards/boardsource/microdox/config.h
parent9ead40db0cde5568b4be4b199615cc284ed4e7a8 (diff)
boardsource/microdox V2 (#16569)
Diffstat (limited to 'keyboards/boardsource/microdox/config.h')
-rw-r--r--keyboards/boardsource/microdox/config.h27
1 files changed, 16 insertions, 11 deletions
diff --git a/keyboards/boardsource/microdox/config.h b/keyboards/boardsource/microdox/config.h
index 7e6347dbda..f2ba806ae7 100644
--- a/keyboards/boardsource/microdox/config.h
+++ b/keyboards/boardsource/microdox/config.h
@@ -19,20 +19,22 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
-#define VENDOR_ID 0xF7E0
-#define PRODUCT_ID 0x0412
-#define DEVICE_VER 0x0000
-#define MANUFACTURER Boardsource
-#define PRODUCT microdox
+#define VENDOR_ID 0xF7E0
+#define PRODUCT_ID 0x0412
+#define DEVICE_VER 0x0000
+#define MANUFACTURER Boardsource
+#define PRODUCT microdox
/* key matrix size */
// Rows are doubled-up
#define MATRIX_ROWS 8
#define MATRIX_COLS 5
-#define MATRIX_ROW_PINS { B2, B6, B4, B5 }
+#define MATRIX_ROW_PINS \
+ { B2, B6, B4, B5 }
// wiring of each half
-#define MATRIX_COL_PINS { F4, F5, F6, F7, B1 }
+#define MATRIX_COL_PINS \
+ { F4, F5, F6, F7, B1 }
#define USE_SERIAL
#define SOFT_SERIAL_PIN D2
/* define if matrix has ghost */
@@ -53,12 +55,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define LOCKING_RESYNC_ENABLE
/* ws2812 RGB LED */
-#define RGBLIGHT_ANIMATIONS
#define RGB_DI_PIN D3
-#define RGBLED_SPLIT { 6, 6 }
-#define EE_HANDS
#ifdef RGBLIGHT_ENABLE
-#define RGBLED_NUM 12 // Number of LEDs
+# define RGBLED_NUM 12 // Number of LEDs
+# define RGBLED_SPLIT \
+ { 6, 6 }
+# define RGBLIGHT_EFFECT_BREATHING
+# define RGBLIGHT_EFFECT_RAINBOW_SWIRL
+# define RGBLIGHT_EFFECT_STATIC_GRADIENT
+
#endif
/*