logo

qmk_firmware

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

keyboard.json (317B)


  1. {
  2. "keyboard_name": "Onekey Elite-C",
  3. "development_board": "elite_c",
  4. "matrix_pins": {
  5. "cols": ["F4"],
  6. "rows": ["F5"]
  7. },
  8. "backlight": {
  9. "pin": "B6"
  10. },
  11. "ws2812": {
  12. "pin": "F6"
  13. },
  14. "apa102": {
  15. "data_pin": "F6",
  16. "clock_pin": "B1"
  17. }
  18. }