8000 Tags · sudowork/qmk_firmware · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: sudowork/qmk_firmware

Tags

0.10.19

Toggle 0.10.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. Th 8000 e key has expired.
Fix Belgian sendstring file (qmk#10443)

Specifically, the `BE_CIRC` is an alt-ed keycode, which means it 
doesn't fit into the 8 bit keycode range...  It should be `BE_SECT`,
as it is already alt-ed by the alt lut.

Confirmed that this change fixes compilation warnings and works 
correctly, on reddit. 
https://www.reddit.com/r/olkb/comments/iywin1/unsigned_conversion_from_int_to_unsigned_char/g6jvfgl/

0.10.18

Toggle 0.10.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CLI/Doctor: Print QMK_HOME (qmk#10398)

0.10.17

Toggle 0.10.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add description in Bluetooth docs for requiring NKRO to be disabled (q…

…mk#10359)

0.10.16

Toggle 0.10.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Keymap] add codecoffeecode keymap for Preonic (qmk#10364)

* Adding preonic layout

* deleting unnecessary files

* Fixing spacing

* I need to not commit things while I'm not sober

* Update keyboards/preonic/keymaps/codecoffeecode/keymap.c

* Update keyboards/preonic/keymaps/codecoffeecode/keymap.c

* Update keyboards/preonic/keymaps/codecoffeecode/keymap.c

* Adding license header

0.10.15

Toggle 0.10.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix typo in via.c (qmk#10000)

0.10.14

Toggle 0.10.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add STM32F401/F411 to ARM_PROCESSORS (qmk#10362)

0.10.13

Toggle 0.10.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add STM32F401/F411 to mcu_selection.mk (qmk#10278)

* Reorder STM32 MCUs

* Add STM32F4xx to mcu_selection.mk

* Set MCU for phoenix and tkw/stoutgat/v2/f411

0.10.12

Toggle 0.10.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Output an error message if LINK_TIME_OPTIMIZATION_ENABLE is set but L…

…TO_ENABLE is not (qmk#10217)

* Output an error message if LINK_TIME_OPTIMIZATION_ENABLE is set but LTO_ENABLE is not.

* Update common.mk

Specify that LINK_TIME_OPTIMZATION_ENABLE has been renamed, not deprecated.

0.10.11

Toggle 0.10.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ssd1306 compilation on avr-gcc 10 (qmk#9267)

0.10.10

Toggle 0.10.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Core] DYNAMIC_KEYMAP_EEPROM_MAX_ADDR check (qmk#10315)

* add error check

* remove quotes

* update error message

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
0