Skip to content
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

[Bug] Develop - Change uint32_t to layer_state_t #13596

Merged
merged 2 commits into from
Jul 19, 2021
Merged

Conversation

Xelus22
Copy link
Contributor

@Xelus22 Xelus22 commented Jul 19, 2021

Description

Error:
https://github.com/Xelus22/QMK-VIA-Hex-Develop/runs/3103052314?check_suite_focus=true#step:13:548

Fixes compile time errors and docs by changing
uint32_t layer_state_set_user(uint32_t state)
to
layer_state_t layer_state_set_user(layer_state_t state)

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

  • fix compile time errors

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@github-actions github-actions bot added cli qmk cli command core dependencies documentation keyboard keymap python translation via Adds via keymap and/or updates keyboard for via support labels Jul 19, 2021
@Xelus22 Xelus22 changed the base branch from master to develop July 19, 2021 12:03
@Xelus22 Xelus22 changed the title [Bug] Develop - Satisfaction75 Fix [Bug] Develop - Change uint32_t to layer_state_t Jul 19, 2021
@fauxpark fauxpark requested a review from a team July 19, 2021 15:03
@drashna drashna merged commit b73a29a into qmk:develop Jul 19, 2021
monksoffunk added a commit to monksoffunk/qmk_firmware that referenced this pull request Oct 23, 2021
monksoffunk added a commit to monksoffunk/qmk_firmware that referenced this pull request Oct 23, 2021
[Bug] Develop - Change uint32_t to layer_state_t qmk#13596
@Xelus22 Xelus22 deleted the sat75 branch November 13, 2021 12:10
nhongooi pushed a commit to nhongooi/qmk_firmware that referenced this pull request Dec 5, 2021
* fix sat75

* update uint32_t to layer_state
slipperypenguin added a commit to slipperypenguin/qmk_firmware that referenced this pull request Jun 2, 2022
BorisTestov pushed a commit to BorisTestov/qmk_firmware that referenced this pull request May 23, 2024
* fix sat75

* update uint32_t to layer_state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation keyboard keymap translation via Adds via keymap and/or updates keyboard for via support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants