keyboard.json 366 B

12345678910111213141516
  1. {
  2. "development_board": "blackpill_f401",
  3. "features": {
  4. "bootmagic": true,
  5. "mousekey": true,
  6. "extrakey": true,
  7. "nkro": true,
  8. "rgblight": true,
  9. "encoder": true,
  10. "dip_switch": true,
  11. "steno": true,
  12. "oled": true,
  13. "pointing_device": true,
  14. "dynamic_tapping_term": true
  15. }
  16. }