#pragma once
#define VENDOR_ID 0xCB10
#define PRODUCT_ID 0x1258
#define DEVICE_VER 0x0100
#define MANUFACTURER Keebio
#define PRODUCT FoldKB Rev. 1
#define MATRIX_ROWS 10
#define MATRIX_COLS 8
#define DIODE_DIRECTION COL2ROW
#define MATRIX_ROW_PINS { B1, B2, C7, B4, D7 }
#define MATRIX_COL_PINS { F4, F1, F0, B7, B3, D2, D3, D5 }
#define SPLIT_HAND_PIN F7
#define ENCODERS_PAD_A { F5 }
#define ENCODERS_PAD_B { F6 }
#define DEBOUNCE 5
#define BACKLIGHT_PIN B5
#define SOFT_SERIAL_PIN D0
#define LOCKING_SUPPORT_ENABLE
#define LOCKING_RESYNC_ENABLE
#define RGB_DI_PIN E6
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 16
#define RGBLED_SPLIT { 8, 8 }
#define RGBLIGHT_LED_MAP { 0, 1, 2, 3, 12, 13, 14, 15, 4, 5, 6, 7, 8, 9, 10, 11 }
#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_MODE_RAINBOW_SWIRL + 2)