config.h 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. Copyright 2021 Evan Sailer, Jetpacktuxedo, & QMK Firmware
  3. Permission is hereby granted, free of charge, to any person obtaining a copy
  4. of this software and associated documentation files (the "Software"), to
  5. deal in the Software without restriction, including without limitation the
  6. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  7. sell copies of the Software, and to permit persons to whom the Software is
  8. furnished to do so, subject to the following conditions:
  9. The above copyright notice and this permission notice shall be included in all
  10. copies or substantial portions of the Software.
  11. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  12. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  13. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  14. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  15. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  16. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  17. SOFTWARE.
  18. */
  19. #pragma once
  20. #include "config_common.h"
  21. #define VENDOR_ID 0xFEAE
  22. #define PRODUCT_ID 0x8947
  23. #define DEVICE_VER 0x0001
  24. #define MANUFACTURER trash man
  25. #define PRODUCT Ketch
  26. #define MATRIX_ROWS 6
  27. #define MATRIX_COLS 8
  28. #define MATRIX_ROW_PINS { F5, F1, F0, F7, B6, F6 }
  29. #define MATRIX_COL_PINS { D0, D1, D2, D3, D4, D5, D6, D7 }
  30. #define DIODE_DIRECTION COL2ROW
  31. #define DEBOUNCE 5
  32. #define USB_MAX_POWER_CONSUMPTION 100
  33. #define RGB_DI_PIN F4
  34. #define RGBLED_NUM 10
  35. #define RGBLIGHT_ANIMATIONS
  36. #define RGBLIGHT_SLEEP
  37. #define NO_USB_STARTUP_CHECK