Macros
One keys send set of command.
-
eg: One key command for rectangle, circle, move, rotate
-
eg: One key send 0, 0, Enter for draw a 100x100 rectangle
-
eg: Right keyboard for numpad for rotate 45 degree
Macros - Send String
One key to send 30-40 character on BLE mode.
-
eg: Type your email: vexc@vexc-how-design.com and then enter.
-
eg: Type your phone number: +44 7828 046858 and the tab, save time to fill form.
-
eg: Type website address and then enter.
QMK
What is QMK?
QMK (Quantum Mechanical Keyboard) is an open source community centered around developing computer input devices. The community encompasses all sorts of input devices, such as keyboards, mice, and MIDI devices.
We are one of the folk of QMK firmware.
Functions
Layer Keys
eg: Hold to switch to layer
eg: Toggle layer On/Off
eg: Tap KC, hold to switch to layer
Remap any keys
eg: A - Z
eg: 1 - 0
eg: F1 - F24
Mod Combo Keys
eg: Cmd + Shift
eg: Cmd + Shift + Alt
Mod Tap Keys
Tap KC, hold for Mod, such as Ctrl, Shift and Alt
Combo Keys
eg: Shift + W
eg: Cmd + Shift + S
eg: Cmd + Shift + Alt + I
Application Keys
eg: Sleep, Wake
eg: Cut, Copy, Paste
eg: Brightness up and down
Multimedia Keys
eg: Next track/ Prev track
eg: Vol up or down
eg: Mute
Mouse Keys
Left click, Right click, Mid Click
Wheel up, down, left and right
Move mouse up, down, left and right
Keyboard Adjust Keys
BLE mode On / Off
USD mode On / Off
Reset all bluetooth connect setting
Connect or pair Device 1- 5
Reset Device setting 1 - 5
Dfu mode for flash keymap
Deep Sleep mode for save battery
Display Battery Level
... etc.
Step by Step
We simplify the QMK setup, you just follow the guide and copy and paste the code.
There are 4 main sections to this guide:
1. Setup QMK
2. Building Firmware
3. Flashing Firmware
4. Testing