config.h 557 B

1234567891011121314151617181920
  1. #include "../../config.h"
  2. // USB Device descriptor parameter
  3. #define VENDOR_ID 0xFEED
  4. #define PRODUCT_ID 0x6060
  5. #define DEVICE_VER 0x0003
  6. #define MANUFACTURER Custom
  7. #define PRODUCT GH60 rev.CHN
  8. #define DESCRIPTION QMK keyboard firmware for GH60 with WS2812 support
  9. // Backlight configuration
  10. #define BACKLIGHT_LEVELS 3
  11. // Underlight configuration
  12. #define RGB_DI_PIN E2
  13. #define RGBLIGHT_TIMER
  14. #define RGBLED_NUM 6 // Number of LEDs
  15. #define RGBLIGHT_HUE_STEP 8
  16. #define RGBLIGHT_SAT_STEP 8
  17. #define RGBLIGHT_VAL_STEP 8