logo

qmk_firmware

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

keyboard.json (329B)


  1. {
  2. "keyboard_name": "Onekey Bluepill STM32F103",
  3. "development_board": "bluepill",
  4. "matrix_pins": {
  5. "cols": ["B0"],
  6. "rows": ["A7"]
  7. },
  8. "backlight": {
  9. "pin": "A0"
  10. },
  11. "ws2812": {
  12. "pin": "A1"
  13. },
  14. "apa102": {
  15. "data_pin": "A1",
  16. "clock_pin": "A2"
  17. }
  18. }