<spanclass="line"><span>⚠ Support here is basic - Consider using 'qmk new-keyboard' instead</span></span>
<spanclass="line"><span>Ψ Imported a new keyboard named gh62.</span></span>
<spanclass="line"><span>Ψ To start working on things, `cd` into keyboards/gh62,</span></span>
<spanclass="line"><span>Ψ or open the directory in your preferred text editor.</span></span>
<spanclass="line"><span>Ψ And build with qmk compile -kb gh62 -km default.</span></span></code></pre></div><h2id="flashing-the-firmware"tabindex="-1">Flashing the Firmware <aclass="header-anchor"href="#flashing-the-firmware"aria-label="Permalink to "Flashing the Firmware""></a></h2><p>Install <ahref="https://github.com/qmk/qmk_toolbox"target="_blank"rel="noreferrer">QMK Toolbox</a>.</p><p><imgsrc="https://raw.githubusercontent.com/noroadsleft/qmk_images/master/docs/hand_wire/qmk_toolbox.png"alt="QMK Toolbox"title="QMK Toolbox 0.0.16 on Windows 8.1"></p><p>Under "Local File" navigate to your newly created .hex file. Under "Microcontroller", select the corresponding one for your controller board (common ones available <ahref="#common-microcontroller-boards">here</a>).</p><p>Plug in your keyboard and press the reset button (or short the Reset and Ground pins if there is no button) and click the "Flash" button in QMK toolbox.</p><h2id="testing-your-firmware"tabindex="-1">Testing Your Firmware <aclass="header-anchor"href="#testing-your-firmware"aria-label="Permalink to "Testing Your Firmware""></a></h2><p>Use a website such as <ahref="https://config.qmk.fm/#/test"target="_blank"rel="noreferrer">QMK Configurator's Keyboard Tester</a>, <ahref="https://www.keyboardtester.com/tester.html"target="_blank"rel="noreferrer">Keyboard Tester</a>, or <ahref="https://keyboardchecker.com/"target="_blank"rel="noreferrer">Keyboard Checker</a> or just open a text editor and try typing - you should get the characters that you put into your keymap. Test each key, and make a note of the ones that aren't working. Here's a quick trouble-shooting guide for non-working keys:</p><ol><li>Flip the keyboard back over and short the keyswitch's contacts with a piece wire - this will eliminate the possibility of the keyswitch being bad and needing to be replaced.</li><li>Check the solder points on the keyswitch - these need to be plump and whole. If you touch it with a moderate amount of force and it comes apart, it's not strong enough.</li><li>Check the solder joints on the diode - if the diode is loose, part of your row may register, while the other may not.</li><li>Check the solder joints on the columns - if your column wiring is loose, part or all of the column may not work.</li><li>Check the solder joints on both sides of the wires going to/from the Teensy - the wires need to be fully soldered and connect to both sides.</li><li>Check the <code><project_name>.h</code> file for errors and incorrectly placed <code>KC_NO</code>s - if you're unsure where they should be, instead duplicate a k<em>xy</em> variable.</li><li>Check to make sure you actually compiled the firmware and flashed the Teensy correctly. Unless you got error messages in the terminal, or a pop-up during flashing, you probably did everything correctly.</li><li>Use a multimeter to check that the switch is actually closing when actuated (completing the circuit when pressed down).</li></ol><p>If you've done all of these things, keep in mind that sometimes you might have had multiple things affecting the keyswitch, so it doesn't hurt to test the keyswitch by shorting it out at the end.</p><h2id="finishing-up"tabindex="-1">Finishing up <aclass="header-anchor"href="#finishing-up"aria-label="Permalink to "Finishing up""></a></h2><p>Once you have confirmed that the keyboard is working, if you have used a seperate (non handwire specific) controller you will want to secure it in place. This can be done in many different ways e.g. hot glue, double sided sticky tape, 3D printed caddy, electrical tape.</p><p>If you found this fullfilling you could experiment by adding additional features such as <ahref="https://geekhack.org/index.php?topic=94258.0"target="_blank"rel="noreferrer">in switch LEDs</a>, <ahref="https://www.reddit.com/r/MechanicalKeyboards/comments/5s1l5u/photoskeyboard_science_i_made_a_handwired_rgb/"target="_blank"rel="noreferrer">in switch RGB<