|
|
2 lat temu | |
|---|---|---|
| .. | ||
| keymaps | 5922751b17 [Keyboard] Add converter/xmk (#18433) | 3 lat temu |
| config.h | 5922751b17 [Keyboard] Add converter/xmk (#18433) | 3 lat temu |
| keyboard.json | abe4d9cdca Migrate build target markers to keyboard.json - E (#23529) | 2 lat temu |
| post_rules.mk | 5922751b17 [Keyboard] Add converter/xmk (#18433) | 3 lat temu |
| readme.md | 5922751b17 [Keyboard] Add converter/xmk (#18433) | 3 lat temu |
| rules.mk | 5922751b17 [Keyboard] Add converter/xmk (#18433) | 3 lat temu |
| xmk.c | b066c86e43 bad_kb_funcs1 | 2 lat temu |
| xmk_matrix.c | 3c144fac5e Clean up usage of `QMK_KEYBOARD_H` (#20167) | 3 lat temu |
| xmk_matrix.h | 3c144fac5e Clean up usage of `QMK_KEYBOARD_H` (#20167) | 3 lat temu |
| xmk_shell.c | 5922751b17 [Keyboard] Add converter/xmk (#18433) | 3 lat temu |
converter/xmk is the QMK keyboard definition for 𝑥MK.
Make example for this keyboard (after setting up your build environment):
make converter/xmk:default
Flashing example for this keyboard:
make converter/xmk:default:flash
To flash pre-compiled firmware to a pro-micro on Linux without using the qmk CLI:
avrdude -p atmega32u4 -c avr109 -U flash:w:converter_xmk_default.hex:i -P /dev/ttyACM0
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
Enter the bootloader in 4 ways:
boot command to the converter/xmk shell, e.g. echo "boot" > /dev/ttyACM0QK_BOOT if it is available