This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

19 lines
383 B
C

#pragma once
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0x20A0
#define PRODUCT_ID 0x422D
#define DEVICE_VER 0x0200
#define MANUFACTURER mehkee
#define PRODUCT 96kee
/* matrix size */
#define MATRIX_ROWS 8
#define MATRIX_COLS 15
#define RGBLED_NUM 16
#define RGBLIGHT_ANIMATIONS
/* key combination for command */