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.

19 lines
431 B

  1. {
  2. "keyboard_name": "Charybdis (4x6) STeMCell",
  3. "usb": {
  4. "device_version": "2.0.0"
  5. },
  6. "ws2812": {
  7. "driver": "pwm"
  8. },
  9. "matrix_pins": {
  10. "cols": ["F6", "F5", "B6", "D7", "E6", "B4"],
  11. "rows": ["F4", "F7", "C6", "D4", "B5"]
  12. },
  13. "diode_direction": "ROW2COL",
  14. "split": {
  15. "soft_serial_pin": "D2"
  16. },
  17. "processor": "STM32F411",
  18. "bootloader": "stm32-dfu"
  19. }