-
-
Notifications
You must be signed in to change notification settings - Fork 40.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
small corrections to the total number of leds to space65 (#5001) #5006
Conversation
idk why but git is putting the whole file as one big diff instead of just the line that should be endited (L62) |
I have a fix for this coming in this weekend along with other optimizations. This is a result of me looking at the webpage and reading brightness setting which is 5 as LED count. |
git fetch upstream
git rebase upstream/master Assuming upstream points to qmk/qmk_firmware, At this point, you'll have a merge conflict, but it will only be the line you edited. Open the file, fix the conflict, save, That should update your PR with only the one line you changed. Extended instructions here: https://docs.qmk.fm/#/newbs_best_practices?id=resolving-merge-conflicts Since @mechmerlin already has a fix, I'll let you two talk about who should do/will be doing what. |
@noroadsleft you are correct, it was an oversight from me because i squashed my random commits from previous work and just added the config.h as a new commit, i'll look into it and improve my rebase/squash practice. Many thanks for the explanation ! |
* 'master' of https://github.com/qmk/qmk_firmware: (43 commits) Remove duplicate make invocations Fix file size check for parallel make (qmk#5012) [Keyboard] 40percent.club's Half 'n' half keyboard port (qmk#5005) update canoe/readme (qmk#5014) [Keyboard][S65-X] BACKLIGHT_CAPS_LOCK (qmk#4770) space65-5001 init, small corrections to the total number of leds (qmk#5006) [Keyboard] add dz60rgb keyboard (qmk#4992) [Keyboard] Jj40 doc (qmk#4914) [Keyboard] Redox Wireless configurator bugfix (qmk#4961) added aanzee pcb support (qmk#4962) Sweet16 Keymap by Spaceman added (qmk#5003) [Keyboard] Gray Studio Directory (qmk#5002) Fix link and name spelling in Space65's readme (qmk#5004) [Keymap] Updates to ortho_4x12/buswerks keymap (qmk#4996) [Keyboard] Gray Studio Space 65 Support (qmk#5001) Moving cannonkeys boards to one place, eeprom fix (qmk#4999) convert to unix line-endings [skip ci] S60x Make Default standard layout and have separate Mac OS one (qmk#4964) [Keyboard] Bug Fix To Unigo66 (qmk#4995) Contribute the MechMerlin QMK Configurator docs (qmk#4986) ...
* master: (463 commits) New Keyboard: Sentraq Number Pad RGB DIY Kit (qmk#5047) ergodash Keyboard readme documentation (qmk#5046) [Keyboard] ADB converter lock LED fix (qmk#5035) [Keymap] Added , to fix errors (qmk#5034) Stanrc85 layout update/cleanup (qmk#5029) Add hand-swap config to Gergo layout (qmk#5033) [Keymap] Adds Preonic keymap for muzfuz. Small Planck addition. (qmk#5019) Change return type of layer_switch_get_layer() to uint8_t (qmk#5011) Space65 Updates (qmk#5008) [Keyboard] Add 1upkeyboards 1up80hte (Tsangan style PCB) (qmk#4988) Update info.json (qmk#5015) Fixed TGR Alice pinout and number of LEDs (qmk#5018) Generalized nyquist layout for 5x12 boards. Removed duplicate readme.md that was cased the same and caused issues. Remove duplicate make invocations Fix file size check for parallel make (qmk#5012) [Keyboard] 40percent.club's Half 'n' half keyboard port (qmk#5005) update canoe/readme (qmk#5014) [Keyboard][S65-X] BACKLIGHT_CAPS_LOCK (qmk#4770) space65-5001 init, small corrections to the total number of leds (qmk#5006) [Keyboard] add dz60rgb keyboard (qmk#4992) ...
The space65 uses 6 LEDs(3 top and 3 side) instead of 5. Just a small correction :)
Description
Types of changes
Issues Fixed or Closed by this PR
Checklist: