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.

23 lines
424 B

  1. {
  2. "keyboard_name": "Onekey Blackpill STM32F401",
  3. "development_board": "blackpill_f401",
  4. "usb": {
  5. "shared_endpoint": {
  6. "keyboard": true
  7. }
  8. },
  9. "matrix_pins": {
  10. "cols": ["B0"],
  11. "rows": ["A7"]
  12. },
  13. "backlight": {
  14. "pin": "A0"
  15. },
  16. "ws2812": {
  17. "pin": "A1"
  18. },
  19. "apa102": {
  20. "data_pin": "A1",
  21. "clock_pin": "A2"
  22. }
  23. }