-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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
what did i miss #33
Closed
Closed
what did i miss #33
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- watchdog is timed out before disabling it by mbed startup - old booloader disable watchdog while new(2015/01) doesn't
git-subtree-dir: tmk_core git-subtree-split: 05caaccec92694bb24c8c3c3a9940b96efd4605c
7967731 Update README git-subtree-dir: tmk_core git-subtree-split: 7967731b8bcb1f0c26f7f1f909273e6ad7ae8f36
Keypresses would be forgotten if they began while ghosting, even if they were still pressed after ghosting ended.
57d27a8 Merge branch 'core_update_150924' into core 024abe3 core: Fix NKRO ifdef 7aa2d30 core: Fix for disabling NKRO in Boot protocol 95651fd core: Fix message print of debug command c20cd29 lufa: Fix endpoint bank mode for ATMega32u2 82ac21f next_usb: Fix next_kbd_set_leds() 537d9c7 Change to KC_BOOTLOADER(KC_BTLD) f2b3772 Add an assignable RESET key fc99257 Fix parenthesis e852582 Fix weak modifier clear in action macro c2a6c5c core: Fix lufa suspend callback(#234) fa548c5 usb_usb: Ignore error usage(0x01-03) report 513d95c usb_usb: Support locking key indicator LED cd78802 core: Add keymap section ldscript for ATMega32U2 70c9abd Add description for non-US keys on keycode.h 538c192 lufa: Fix console flush #223 87628c9 Revert "Make action_for_key a weak symbol" 3c0a1ba Make action_for_key a weak symbol 6bb0d7d ibm4704_usb: Fix protocol handling b6ef5cf Add keyboard_setup() and matrix_setup() f4bb8b2 ibm4704_usb: Fix interrupt of clock(rising edge) 0c1fcc1 usb_usb: Change debug LED pin config 595710d Reduce code size of magic commands 6bed174 Add description of AVR bootloader and boot section 54c6a01 Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' d18d42e Merge branch 'core-update2' into core febec88 Add compile options '-fdata-sections' git-subtree-dir: tmk_core git-subtree-split: 57d27a8e39173a589b4abae74851f95c39940174
drashna
referenced
this pull request
in drashna/qmk_firmware
Jul 9, 2019
RGB Matrix: Custom effects on a kb/user level
satt99
pushed a commit
to satt99/qmk_firmware
that referenced
this pull request
Jul 26, 2020
* Add OLED support Pulled in OLED drivers from upstream, and fixed bugs in i2c drivers * Get rid of debugging logs * Make other OLED command arrays not live in ROM TWIM transfers are powered by EasyDMA, which can only handle data in RAM.
stdvar
pushed a commit
to stdvar/qmk_firmware
that referenced
this pull request
Jul 17, 2021
* add initial support for Redragon K580 (resolves qmk#33) * [Redragon K530] Initial support for Redragon K530 Draconic * updated keymaps * add k580 to build script * updated chconf & halconf * sync upstream, move side leds to default keymap * [Redragon K580] Condense LED matrix configuration * [Redragon K580] Add side leds to rgb matrix * [Redragon K580] Fix side LED channel mismatch * fixed macro key LEDs and removed side LED control (as they are part of the matrix now), thanks @jath03 Co-authored-by: Adam Honse <[email protected]> Co-authored-by: jath03 <[email protected]>
rizalfr
referenced
this pull request
in rizalfr/qmk_firmware
Jul 20, 2021
… 0.4) (#33) Co-authored-by: bluepylons <[email protected]>
BlueTufa
referenced
this pull request
in BlueTufa/qmk_firmware
Aug 6, 2021
- fixes UI state being incorrect on Load Default or Import Layer - resets current layer to 0 - prevents bug where additional empty layers can be created
EthanG45
pushed a commit
to EthanG45/qmk_firmware
that referenced
this pull request
May 1, 2022
petrovs12
pushed a commit
to petrovs12/qmk_firmware_sval
that referenced
this pull request
May 21, 2024
keymap: Make scrollball sane.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.