You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
352 B

  1. #pragma once
  2. #include "config_common.h"
  3. /* USB Device descriptor parameter */
  4. #define VENDOR_ID 0x20A0
  5. #define PRODUCT_ID 0x422D
  6. #define MANUFACTURER mehkee
  7. #define PRODUCT 96kee
  8. /* matrix size */
  9. #define MATRIX_ROWS 8
  10. #define MATRIX_COLS 15
  11. #define RGBLED_NUM 16
  12. #define RGBLIGHT_ANIMATIONS
  13. /* key combination for command */