keyboard.json 184 B

123456789101112
  1. {
  2. "bootloader": "caterina",
  3. "bluetooth": {
  4. "driver": "bluefruit_le"
  5. },
  6. "build": {
  7. "lto": true
  8. },
  9. "features":{
  10. "bluetooth": true
  11. }
  12. }