summaryrefslogtreecommitdiffstats
path: root/keyboards/smithrune/iron160/readme.md
diff options
context:
space:
mode:
authorÁlvaro A. Volpato <alvaro.augusto.volpato@gmail.com>2023-04-05 15:28:27 -0300
committerGitHub <noreply@github.com>2023-04-05 12:28:27 -0600
commit596319c92fb8d61918a89133804ba232158e2323 (patch)
tree1e44918bc08e05c353d02bb173fe2fa664212f04 /keyboards/smithrune/iron160/readme.md
parent4d17fe2a995470ae265a418a0b1c5818a55c9c1d (diff)
Add Iron160 I160-S and I160-H PCBs support (#20077)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/smithrune/iron160/readme.md')
-rw-r--r--keyboards/smithrune/iron160/readme.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/smithrune/iron160/readme.md b/keyboards/smithrune/iron160/readme.md
new file mode 100644
index 0000000000..2c4fe63d46
--- /dev/null
+++ b/keyboards/smithrune/iron160/readme.md
@@ -0,0 +1,34 @@
+# Iron 160 QMK folder
+
+![Iron160](https://i.imgur.com/8B2l2pnh.jpg)
+
+## Introduction
+
+This is the QMK Firmware repository for the Iron160 PCB, a keyboard designed by [Smith and Rune](https://smithrune.com/) and PCB designed by [Gondolindrim](http://github.com/Gondolindrim), who is also the firwmare maintainer.
+
+There are two variants of the PCB: a solderable (I160-S) and a hotswap (I160-H) PCB. Both support a myriad of alternative layouts, as well as RGB LEDs for underglow light.
+
+## How to flash
+
+### Enter bootloader
+
+The DFU state in the bootloader can be accessed in 3 ways:
+
+* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key, escape in the default keymap) and plug in the keyboard;
+* **Physical reset button**: press the button on the front of the PCB, next to caps lock, for at least five seconds;
+* **Keycode in layout**: Press the key mapped to `QK_BOOT`; in the default layout, that is top left key ('escape') in layer 1.
+
+### How to compile and flash
+
+After checking what PCB you own and setting up your build environment, you can compile the Iron 165R2 default keymap by using one of the options below.
+
+ make smithrune/iron160/iron160_s:default
+ make smithrune/iron160/iron160_h:default
+
+And use dfu-util in the command line or through a GUI like QMK toolbox to upload the firmware to the PCB. To directly flash the PCB after it is put into a DFU state, use:
+
+
+ make smithrune/iron160/iron160_s:default:flash
+ make smithrune/iron160/iron160_h:default:flash
+
+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).