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.

24 lines
461 B

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