Author Topic: Working with QMK  (Read 1780 times)

0 Members and 1 Guest are viewing this topic.

Offline Axiomatik

  • Thread Starter
  • Posts: 49
Working with QMK
« on: Mon, 05 June 2017, 13:32:17 »
I recently purchased a Sentraq S60-X RGB and have loved the flexibility the QMK provides, however I have a few open questions about how to work with QMK.

1. What are the default RGB keycodes ( Fn+z/x/c) for Sentraq?

2. How do I save my progress in QMK so that I can easily make revisions without having to start over each time? I'm still learning what I want my layout to be and I don't want to have to create a new layout from scratch each time.

3. When loading the new hex file, must I reset the keyboard each time? Meaning I would have to reinstall the driver via FLIP

Thanks,

Axiomatik
-Axiomatik

Offline tk

  • Posts: 16
Re: Working with QMK
« Reply #1 on: Mon, 05 June 2017, 20:44:14 »
1. This might help with the default keycodes, specifically the _SFX layer. Maybe customize that keymap.c to suit your needs? (I suggest brackets.io if you're in need of a decent text editor)


2. settings / save configuration — This will save a .json file to your computer. next time you want to make changes, click upload at the initial screen.

disclaimer: Seems to be a slight bug with this feature, as i've had to upload the .json a couple times for it to load at all.


3 – May or may not be helpful, but I've been flashing an AMJ60 with QMK Flasher, and all I've done is press reset on the PCB, then flash the hex file. Flashing the sentraq may be different, though.


Offline Axiomatik

  • Thread Starter
  • Posts: 49
Re: Working with QMK
« Reply #2 on: Tue, 06 June 2017, 11:25:15 »
1. This might help with the default keycodes, specifically the _SFX layer. Maybe customize that keymap.c to suit your needs? (I suggest brackets.io if you're in need of a decent text editor)


2. settings / save configuration — This will save a .json file to your computer. next time you want to make changes, click upload at the initial screen.

disclaimer: Seems to be a slight bug with this feature, as i've had to upload the .json a couple times for it to load at all.


3 – May or may not be helpful, but I've been flashing an AMJ60 with QMK Flasher, and all I've done is press reset on the PCB, then flash the hex file. Flashing the sentraq may be different, though.

This seems very helpful!! Thank you.

Still would like to know what RBG codes to use, but being able to rev will at least make guess and check possible.
-Axiomatik