Skip to content

Tags: jasisk/qmk_firmware

Tags

0.6.439

Toggle 0.6.439's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
(OLED) Added support for CR (qmk#6399)

Currently OLED Dirver only supports LF (\n) character in a string to clear out the rest of the current line and advance to the next line for writing. This PR adds support for CR (\r) character as well to advance to the next line, however not clear out the rest of the current line. This is extremely useful when you want to display a multi-line logo using a single array without wiping out exiting lines and flagging the OLED as dirty unnecessarily.

0.6.438

Toggle 0.6.438's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[Keymap] Personal keymap for the planck with muzak (qmk#6402)

* personal keymap for the planck with sounds

* need that minus and underscore where I can see them

* remove unused block

* some, shall we call them, minor changes?

* I don't think this is required anymore

0.6.437

Toggle 0.6.437's commit message
Remove NO_BACKLIGHT_CLOCK (qmk#6418)

0.6.436

Toggle 0.6.436's commit message
Fix MATRIX_X_PINS_RIGHT ARM compilation (qmk#6395)

0.6.435

Toggle 0.6.435's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add support for TAP_CODE_DELAY to Hold-Tap keys (qmk#5400)

* Add support for TAP_CODE_DELAY to Hold-Tap keys

* Better handling for tap code delay and caps version

0.6.434

Toggle 0.6.434's commit message
Refactoring wilba.tech PCBs, updating Rama Works U80-A (qmk#6272)

* Added WT65-B, WT75-B, minor fixes

* Update keyboards/wilba_tech/wt65_b/config.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update keyboards/wilba_tech/wt65_b/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Update keyboards/wilba_tech/wt75_b/config.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Change DEBOUNCING_DELAY to DEBOUNCE

* Change DEBOUNCING_DELAY to DEBOUNCE

* Move Zeal60/Zeal65 files to keyboards/wilba_tech

* Change DEBOUNCING_DELAY to DEBOUNCE

* Refactoring zeal60 code to wilba_tech

* Moved Rama Works PCBs to wilba_tech

* Rename Rama Works files

* Cleanup info.json

* Cleanup readme.md

* Cleanup USB device strings

* U80-A RGB matrix, IS31FL3731 driver changes

* Fixed #include from keyboards/zeal60

0.6.433

Toggle 0.6.433's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update IS_COMMAND definitions to use MOD_MASK_SHIFT (qmk#6348)

* Update IS_COMMAND definition in templates to use MOD_MASK_SHIFT

* Update IS_COMMAND in docs

* Update IS_COMMAND default definition in tmk_core

* Update table in Command docs based on suggestion

Co-Authored-By: fauxpark <fauxpark@gmail.com>

0.6.432

Toggle 0.6.432's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request qmk#6264 from zvecr/split_master_check

Allow board to override split keyboard master check

0.6.431

Toggle 0.6.431's commit message
Change xprintf() calls in rgblight.c to dprintf() (qmk#6363)

0.6.430

Toggle 0.6.430's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Extend maximum number of backlight levels to 31 (qmk#6351)