|
|
1 year ago | |
|---|---|---|
| .. | ||
| keymaps | f3bae56808 Update keycodes for keyboards with RGB Matrix (#24484) | 1 year ago |
| config.h | a90b45e832 Migrate RGB Matrix config to info.json - RS (#22909) | 2 years ago |
| display.c | c6a3802051 [Keyboard] Add stront keyboard (#21035) | 3 years ago |
| display.h | c6a3802051 [Keyboard] Add stront keyboard (#21035) | 3 years ago |
| halconf.h | c6a3802051 [Keyboard] Add stront keyboard (#21035) | 3 years ago |
| keyboard.json | 7a939ec218 Remove some encoder resolution that duplicate defaults (#25517) | 1 year ago |
| lv_conf.h | c6a3802051 [Keyboard] Add stront keyboard (#21035) | 3 years ago |
| lvgl_helpers.c | c6a3802051 [Keyboard] Add stront keyboard (#21035) | 3 years ago |
| lvgl_helpers.h | c6a3802051 [Keyboard] Add stront keyboard (#21035) | 3 years ago |
| mcuconf.h | c6a3802051 [Keyboard] Add stront keyboard (#21035) | 3 years ago |
| readme.md | c6a3802051 [Keyboard] Add stront keyboard (#21035) | 3 years ago |
| rules.mk | 26e84c513c Migrate SERIAL_DRIVER to json (#23925) | 2 years ago |
| stront.c | 20ae67ba01 Remove duplicate calls to `housekeeping_task_user` (#24201) | 2 years ago |
| stront.h | bb9dd05c6a [Bug] Minimise force-included files (#25194) | 1 year ago |
Split keyboard with 38 keys, LCD display and Cirque trackpad.
Make example for this keyboard (after setting up your build environment):
make stront:default
Flashing example for this keyboard:
make stront:default:flash
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
default - sample keymap with home row mods. Not recommended for longer use - create your own.hid - default keymap with HID support. Requires additional software running on computer, see https://github.com/zzeneg/qmk-hid-host.i2c - default keymap with I2C Cirque instead of default SPIzzeneg - my highly customized layout, you can use as a referenceKeymaps have EE_HANDS enabled, so any side can be master (though using side with touchpad as master is recommended). You have to specify left/right side by flashing with different commands:
qmk flash -kb stront -km default -bl uf2-split-left
or
qmk flash -kb stront -km default -bl uf2-split-right
If your keyboard is flashed already, you can do it by pressing key combinations - hold inner thumb key, then hold outer thumb key to activate SYSTEM layer. Now press outer bottom pinky key for left side or inner bottom index key for right side. See keymap for better understanding. Reconnect the keyboard to apply changes.
Enter the bootloader in 2 ways:
QK_BOOT - by default you need to hold inner thumb key, then hold outer thumb key and press middle thumb key (see keymap.c for details). It's a complicated combination to avoid accidental activations.RP2040 Zero has physical boot/reset buttons but they are unaccessible after the keyboards is assembled, so always keep a QK_BOOT key and/or bootmagic feature in your keymaps.
