Closed Daniel-Khodabakhsh closed 7 years ago
Hello,
Do you have RGB version of the S60-X or other version?
Hey! I have the non-RGB version, the first one on Massdrop I believe. (Before the S60-X-RGB was available).
It's strange,
pins for cols and rows are the same between your link and the default case in QMK.
Humm, do you think it's due to the warning I'm getting when running make s60_x
?
I'm also using fedora 25's repo version of dfu-programmer
to flash, which is at version 0.6.2-5.fc24
.
[dan@localhost qmk_firmware]$ make s60_x QMK Firmware v0.5.99 WARNING: Some git sub-modules are out of date or modified, please consider runnning: git submodule sync --recursive git submodule update --init --recursive
You can ignore this warning if you are not compiling any ChibiOS keyboards, or if you have modified the ChibiOS libraries yourself.
Making s60_x/default with keymap ansi_qwertz [OK] Making s60_x/default with keymap bluebear [OK] Making s60_x/default with keymap custom [OK] Making s60_x/default with keymap dbroqua [OK] Making s60_x/default with keymap default [OK] Making s60_x/default with keymap hasu [OK] Making s60_x/default with keymap hhkb [OK] Making s60_x/default with keymap iso [OK] Making s60_x/default with keymap jpec [OK] Making s60_x/default with keymap plain [OK] Making s60_x/default with keymap poker [OK] Making s60_x/default with keymap poker_bit [OK] Making s60_x/default with keymap poker_set [OK] Making s60_x/default with keymap spacefn [OK]
The hex file I'm using is s60_x_default_default.hex
.
all seems ok.
This may be due to the backlight being set as B7 - it's not enable for the S60-X project, but it is for the default
subproject. Do you happen to know what the actual backlight pin is? If there isn't one, it should be disabled in the subproject.
Thanks Jack, There's no backlight or any LED so I'll try that out and let you know if it works.
Changing BACKLIGHT_ENABLE to 'no' breaks the make s60_x
command. Upon executing this command, only the s60_x_default_ansi_qwertz.hex
file is generated (even though the output is the same as I mentioned above, with [OK] for each keymap).
No error messages are outputted either.
Tried to clean my make environment, created a new layout triggered a more thorough make s60_x
execution and I was able to generate a hex file.
Setting BACKLIGHT_ENABLE to no fixed it! The first row is now working!
The S60-X firmwares (s60_x-default-*) do not work on the original S60-X. Uploading the hex leads to the topmost row of keys being unresponsive (ESC to Backspace).
This problem doesn't occur with the VinnyCordeiro's tmk_keyboard/s60-x version of the firmware.