Skip to content

Tags: derekgr/qmk_firmware

Tags

0.6.463

Toggle 0.6.463's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Decrement EECONFIG magic number

This will manually wipe the EEPROM. This is a hacky solution for when new ranges are added or moved around. 

A better (more complicated) solution would be to zero out everything, not just known ranges.  But for now, this is a hacky solution that will work.

0.6.462

Toggle 0.6.462'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 :flash target for missing bootloader (qmk#6615)

0.6.461

Toggle 0.6.461's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added OLED Display autoscroll during periods of OLED data inactivity (q…

…mk#6546)

* Added OLED Display autoscroll during periods of OLED data inactivity.

* Fixing compile errors

* Feedback from review

0.6.460

Toggle 0.6.460's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor `qmk compile-json` to `qmk compile` (qmk#6592)

0.6.459

Toggle 0.6.459's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[Keyboard] New Keyboard: EVE Meteor (qmk#6565)

* initial commit

* Add the correct pins and ordering

* create an appropriate keymap macro for the board

* add an appropriate LAYOUT macro

* add a keymap that fits the LAYOUT layout macro

* add QMK Configurator support

* add missing pin D7 and LAYOUT_all

* fix my mistake when I added an extra key to the electrical matrix instead of the physical one

* add qmk configurator support for LAYOUT_all

* Update keyboards/eve/meteor/readme.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update keyboards/eve/meteor/rules.mk

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

* use the default names so BMC still works

* remove mcu rules as per resolution of 6253

0.6.458

Toggle 0.6.458's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add 'bootloadHID' flash target (qmk#5587)

* Add 'bootloadHID' flash target

* Prep for flash target

* Add :flash support

* Align bootloader wait messages

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

* Update template to suggest use of :flash

0.6.457

Toggle 0.6.457's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Align flashing behaviour of dfu-util (qmk#6578)

* Align flashing retry logic of dfu-util

* Align bootloader wait messages

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

0.6.456

Toggle 0.6.456's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Relocate pca9555 driver to core (qmk#6563)

* Move pca9555 files to central location

* Get pca9555 boards compiling

* Slight alignment of rules.mk

0.6.455

Toggle 0.6.455's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Remove superfluous JTAG disable code (qmk#6445)

* Remove superfluous JTAG disable code

* 32A has differently named register

* Accidentally some operators

* 32A also has different JTAG pins

* Wrap disable_jtag() in an ifndef

* Document this new define

* Rename the define, it conflicts with a LUFA thing

Also, move the ifndef wrapping to the call in keyboard_setup()

0.6.454

Toggle 0.6.454's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add a universal flash command for cli (qmk#6224)

* Add universal flash command

* Add bootloader info to I:C boards

* Add support for ATSAM

* Add messages for flash target

* Message cleanup

* Add USB ASP Flashing target

* Make usbasp target more universal

* Add phoney target for usbasp

* Clarify error message when bootloader isn't matched