logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

info.json (1762B)


  1. {
  2. "manufacturer": "Keychron",
  3. "keyboard_name": "Keychron Q1",
  4. "url": "https://github.com/Keychron",
  5. "maintainer": "keychron-contrib",
  6. "processor": "STM32L432",
  7. "bootloader": "stm32-dfu",
  8. "usb": {
  9. "vid": "0x3434"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": true,
  16. "rgb_matrix": true,
  17. "dip_switch": true
  18. },
  19. "eeprom": {
  20. "wear_leveling": {
  21. "backing_size": 4096
  22. }
  23. },
  24. "dip_switch": {
  25. "matrix_grid": [ [5, 4] ]
  26. },
  27. "matrix_pins": {
  28. "cols": ["C14", "C15", "A0", "A1", "A2", "A3", "A4", "A5", null, null, null, null, null, null, null, null],
  29. "rows": ["B5", "B4", "B3", "A15", "A14", "A13"],
  30. "custom": true,
  31. "custom_lite": true
  32. },
  33. "diode_direction": "ROW2COL",
  34. "rgb_matrix": {
  35. "driver": "snled27351",
  36. "animations": {
  37. "band_spiral_val": true,
  38. "breathing": true,
  39. "cycle_all": true,
  40. "cycle_left_right": true,
  41. "cycle_up_down": true,
  42. "rainbow_moving_chevron": true,
  43. "cycle_out_in": true,
  44. "cycle_out_in_dual": true,
  45. "cycle_pinwheel": true,
  46. "cycle_spiral": true,
  47. "dual_beacon": true,
  48. "rainbow_beacon": true,
  49. "jellybean_raindrops": true,
  50. "pixel_rain": true,
  51. "typing_heatmap": true,
  52. "digital_rain": true,
  53. "solid_reactive_simple": true,
  54. "solid_reactive_multiwide": true,
  55. "solid_reactive_multinexus": true,
  56. "splash": true,
  57. "solid_splash": true
  58. },
  59. "sleep": true
  60. }
  61. }