qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1223B)


      1 # Noxary Valhalla V2
      2 
      3 ![valhalla](https://imgur.com/281HMjnh.jpg)
      4 
      5 An ergonomic 65% by Noxary
      6 
      7 * Keyboard Maintainer: [Gondolindrim](https://github.com/Gondolindrim)
      8 * Hardware Supported: proprietary PCB
      9 * Hardware Availability: group buy ran by Gondolindrim. Closed in february 22, 2024.
     10 
     11 
     12 ## How to flash
     13 
     14 ### Enter bootloader
     15 
     16 The DFU state in the bootloader can be accessed in 3 ways:
     17 
     18 * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
     19 * **Physical reset button**: press the button on the front of the PCB, next to caps lock, for at least five seconds
     20 * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
     21 
     22 ## Compile firmware
     23 
     24 Make example for this keyboard (after setting up your build environment):
     25 
     26     make noxary/valhalla_v2:default
     27 
     28 To directly flash the PCB after it is put into a DFU state, use
     29 
     30     make noxary/valhalla_v2:default:flash
     31 
     32 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).