GithubHelp home page GithubHelp logo

Comments (5)

lesshonor avatar lesshonor commented on June 19, 2024

I am not sure what you mean by "sync qmk_firmware to tip of tree". screenshot of user branch that is almost 4000 commits behind QMK master

QMK has some documentation on working with git which you may find helpful.

Be warned that in the intervening years, xd75 has been moved to xiudi/xd75. There have likely been many other changes which could break your keymaps. I would honestly recommend doing a git fetch upstream && git checkout upstream/master so you can scope things out with a detached HEAD before taking any plunges. Best of luck.

from qmk_firmware.

xster avatar xster commented on June 19, 2024

oops my bad. I didn't in fact merge correctly with tip of tree. Thought I did yesterday :S

qmk compile -kb xd75 -km default does indeed build on qmk/qmk_firmware:master. Sorry for the noise.

from qmk_firmware.

xster avatar xster commented on June 19, 2024

Perhaps what I should be really asking is that there seems to be a regression on xd75 on head with the backlight feature.

Putting aside my userspace keymap for the time being, setting

BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
to yes no longer seems to work with the default keymap. But the hardware itself does have LEDs on the board and a per key LED which used to work in the past.

from qmk_firmware.

zvecr avatar zvecr commented on June 19, 2024

The following compiles fine on develop

diff --git a/keyboards/xiudi/xd75/keyboard.json b/keyboards/xiudi/xd75/keyboard.json
index a928b43f9b..7d0e6c1bfc 100644
--- a/keyboards/xiudi/xd75/keyboard.json
+++ b/keyboards/xiudi/xd75/keyboard.json
@@ -15,6 +15,7 @@
         "extrakey": true,
         "mousekey": true,
         "nkro": false,
+        "backlight": true,
         "rgblight": true
     },
     "matrix_pins": {
@@ -24,6 +25,7 @@
     "diode_direction": "COL2ROW",
     "backlight": {
         "pin": "F5",
+        "driver": "timer",
         "levels": 6,
         "on_state": 0
     },

from qmk_firmware.

xster avatar xster commented on June 19, 2024

I see. I suppose it works on master too with

BACKLIGHT_ENABLE = yes
BACKLIGHT_DRIVER = timer

Unclear how users would know to set BACKLIGHT_DRIVER as well. Perhaps this was implicit at one point further up in the tree when rules.mk for this keyboard used to set the MCU, etc. Not sure if related.

Either way, I can build my keymap on master now. Thanks!

from qmk_firmware.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.