You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
901 B

  1. # idb 60 PCB
  2. Firmware for the idb 60 PCB
  3. * Keyboard Maintainer: [pngu](https://github.com/itspngu)
  4. * Hardware Supported: idb 60 PCB
  5. * Hardware Availability: [Case & PCB Files (CC-by-SA 4.0)](https://github.com/itspngu/idb_60)
  6. * Project Website: [idb Keyboards » 60](https://idb-keyboards.xyz/60)
  7. Make example for this keyboard (after setting up your build environment):
  8. make idb/idb_60:default
  9. Or to make and flash:
  10. make idb/idb_60:default:flash
  11. To compile VIA firmware:
  12. make idb/idb_60:via
  13. LAYOUT_* Macros:
  14. * *LAYOUT_default*: ANSI WKL with full Backspace
  15. * *LAYOUT_all*: All split keys are available
  16. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).