Skip to content

Tags: Lotier/qmk_firmware

Tags

0.7.106

Toggle 0.7.106's commit message
Add creation of new keyboard in child directory (qmk#6018)

* Add creation of new chlid keyboard

* Add creation of new keyboard's parent directories

* Remove redundant message and if statement

* Divide creating new keyboard directory from copying template files

* Fix variables of year placeholder

* Fix filename of keyboard.[ch]

0.7.105

Toggle 0.7.105's commit message
Add LUFA mass storage `BOOTLOADER` "support" (qmk#7729)

0.7.104

Toggle 0.7.104's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add rules.mk defaults for f103,f072,f042 (qmk#7704)

* Add rules.mk defaults for f103,f072,f042

* Add rules.mk defaults for f103,f072,f042 - remove comment

* Add rules.mk defaults for f103,f072,f042 - align USE_FPU

* Reset MCU to avoid build issues

* Move essential config values to top and remove ability for override

* Align DFU_SUFFIX_ARGS order with DFU_ARGS

0.7.103

Toggle 0.7.103'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#7666 from fauxpark/docs-edit-page

Improve docs "Edit Document" footer

0.7.102

Toggle 0.7.102'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#7276 from zvecr/feature/backlight_driver_config

Convert backlight to follow driver rules pattern

0.7.101

Toggle 0.7.101's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
core: Fix build config in protocol.mk (qmk#7620)

Backports commits from tmk_keyboard

0.7.100

Toggle 0.7.100's commit message
Also fix flash

0.7.99

Toggle 0.7.99's commit message
Add JSON keymap to prereq list of C keymap

This ensures the C keymap is rebuilt when the JSON keymap changes.

0.7.98

Toggle 0.7.98's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[Keymap] Added my customized 40% layout (qmk#7555)

* Formatting of Contra readme.

* Initial version of my custom keymap

* Move TODOs to readme

* Add comment

* Nuke Plover layer

* Port changes to other layers

* Finished work on my own layout for now

* Add layout image

* Processed comments from review

0.7.97

Toggle 0.7.97's commit message
Fix install for Linux Ubuntu (qmk#7520)

* Fix linux install for Ubuntu. It failed due to sh not supporting [ and pip being seperate from python3

* Adapted install function according to feedback

* Fix style