Skip to content

Commit bb02822

Browse files
committed
2 parents e176877 + d505936 commit bb02822

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ When making this keyboard I wanted to build something that fulfilled a few requi
3838
<li> Easy configuration by editing a text file for each individual button</li>
3939
<li> It can act as a <b>shortcut keyboard</b> => no matter how long you press the button it only clicks once </li>
4040
<li> It can act as a <b>keyboard</b> => as long as you keep a button pressed the programmed buttons in the configuration file will be pressed; example : in Fusion360 oribiting around a 3D object is done by holding pressed SHIFT+Mouse Middle Button and moving the mouse pointer; this can be achieved by keeping pressed one button on the macro keyboard and moving: your own mouse, the joystick on the macro keyboard or the rotary encoders </li>
41-
<li> 2 firmware versions, one for <b>Shortcut keyboard</b> functionality and one for <b>Keyboard</b> functionality .</li>
42-
<li> In both firmware versions the keyboard can also type text for you i.e.: in case you want to use to type frequently used phrase or passowrd <b>(It's NOT SAFE to save your password in a shortcut keyboard and use it like this but sometimes convenience wins and the option is here but it's your choice if you want to use it or not)</li>
41+
<li> 2 firmware versions, one for <b> Shortcut keyboard </b> functionality and one for <b> Keyboard functionality </b> .</li>
42+
<li> In both firmware versions the keyboard can also type text for you i.e.: in case you want to use to type frequently used phrase or passowrd <b>(It's NOT SAFE to save your password in a shortcut keyboard and use it like this but sometimes convenience wins and the option is here but it's your choice if you want to use it or not)</b></li>
4343
<li> Access to the source code that was written for the Arduino IDE but it can be used in other IDE's</li>
4444
<li> .uf2 firmware releases with the original firmware released by me but also future updates in case there will be bugs that need to be fixed.</li>
45+
<li> For developers, this board also comes with exposed SWD interface that can be used if you need to </li>
4546
</ul>
4647

4748
<h4> Included in this Repo </h4>

docs/index.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
## Welcome to the MacroKB web resources page
22

3-
![Overall image](/images/Kb-github.png)
3+
![Presentation image](images/presentation.jpg)
44

55
The user manual can be found [here](manual.md).
66

77
More details are present in the Github repository [here](https://github.com/mikepdiy/Macro-Keyboard-with-Encoders/)
88

9+
![Manufacturing image](images/manufacturing.jpg)
910

11+
<h4> Tempted to grab one for yourself ? </h4>
12+
13+
14+
<a href="https://www.tindie.com/products/mikepdiy/macrokb-shortcut-keyboard/"><img src="https://d2ss6ovg47m0r5.cloudfront.net/badges/tindie-mediums.png" alt="I sell on Tindie" width="150" height="78"></a>
1015

1116

1217
### More details to be added soon

0 commit comments

Comments
 (0)