logo

qmk_firmware

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

readme.md (1282B)


  1. # Anvil Native
  2. The Native is a hot-swap 75% board with per-key LED ligthing in the Anvil brand lineup.
  3. * Keyboard maintainer: [ebastler](https://github.com/ebastler)
  4. * Hardware supported: Anvil Native ISO/ANSI
  5. * Hardware availability: Buy at [nvil.gg](https://www.nvil.gg/products/native-custom-keyboard-iso-de-ansi-de)
  6. Enter Bootloader:
  7. * Bootmagic: Keep ESC (top left key) pressed while plugging the board in
  8. * Physical reset button on the bottom of the PCB
  9. Make example for this keyboard (after setting up your build environment):
  10. qmk compile -kb teleport/native/iso -km default
  11. qmk compile -kb teleport/native/ansi -km default
  12. If you want the default keymap with all features present on the board when sold, pick the `perfmode` keymaps instead:
  13. qmk compile -kb teleport/native/iso -km perfmode
  14. qmk compile -kb teleport/native/ansi -km perfmode
  15. Flash example for this keyboard:
  16. qmk flash -kb teleport/native/iso -km default
  17. qmk flash -kb teleport/native/ansi -km default
  18. 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).