Build
[BETA]
Create a New Keymap
Edit Keymap
Customize The Layout To Your Liking
Build Your Firmware
Create New Keymap
Copy folder form Keymaps
Rename you folder, such as 48keys_1 or 68keys_david_1
Edit Keymap
Basic - with Graphical user interface
Go to QMK Configurator
Select keyboard: Iris
Edit keymap
Download keymap.json
Go to QMK json converter
Upload Json file
Copy and edit the code on Visual Studio Code
Advanced - use the code
Go to next section, edit the code on Visual Studio Code
Customize the Layout
Create 2-8 layers
If you are beginner, we suggest 2-4 layers and please don’t change any key on Adjust layer
Build Your Firmware
Open terminal on Visual Studio Code
Go to qmk: cd ~/dev/qmk_firmware
Add SDK: export NRFSDK15_ROOT=~/Dev/nRF5_SDK_15.0.0_a53641a
Export hex file - Left: make designer_keyboard_ble/master:48keys
Make uf2 file: python uf2conv.py ~/Dev/qmk_firmware/.build/designer_keyboard_ble_master_48keys.hex -c -f 0xADA52840
Export hex file - Right: make designer_keyboard_ble/slave:48keys
Make uf2 file: python uf2conv.py ~/Dev/qmk_firmware_J2/.build/designer_keyboard_ble_slave_48keys.hex -c
Congratulations! Done!