Skip to content

Tags: germ/qmk_firmware

Tags

0.6.202

Toggle 0.6.202's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bringing Massdrop keyboard hardware configuration to keyboard level (q…

…mk#4593)

MCU Pins for debugging, LED, boot tracing, and shift registers are now configurable at keyboard level.
Macros led_* replaced by DBG_LED_*
Macros m15_* replaced by DBG_1_*
Macros m27_* replaced by DBG_2_*
Macros m28_* replaced by DBG_3_*
For CTRL and ALT keyboards, debug boot tracing pin default now set to pad M27 instead of M28 since although M28 is not being used, it is technically a signal for USB port detection.
m15_print(...) renamed to dbg_print(...) to get away from hard coded port names.
dbg_print function now follows similar pattern to debug led output.

0.6.201

Toggle 0.6.201's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Keymap: Modified like-jis keymap for crkbd (qmk#4577)

0.6.200

Toggle 0.6.200'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 PR and Issue templates to QMK_firmware GitHub (qmk#4494)

* Add support document

* Add Bug Report

* Add GitHub Pull Request Template

* Feature request issue template

* Touch up feature request template

* Add 'other issues' template

* move support doc

* Minor tweaks

* More minor tweaks

* Spleeling fix

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

* CapiTALization fIXes

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

* Use new issue URL

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

* Add blanck issue template

* Update the PR template

* Formatting and additional changes

* Update docs/support.md

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

0.6.199

Toggle 0.6.199's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Vertical animation support for arm_atsam led_matrix (qmk#4538)

* Add initial support for vertically-oriented animations

* DRY up vertical animation support

* Fix animation code for arm_atsam led_matrix to work in all directions

* Adjust py calculation to base off bottom rather than top

0.6.198

Toggle 0.6.198's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Only try to read the report ID from SetReport when the keyboard is pa…

…rt of the shared EP

Fixes qmk#4471
Fixes qmk#4517

0.6.197

Toggle 0.6.197's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Keymap: Hacker Dvorak (qmk#4514)

* Hacker Dvorak

Programmer Dvorak based layout for the Ergodox EZ.

* Address drashna comments.

* Fix RGB and drop OSL for MO.

* Add gulp file to automate development.

* Fix gulpfile.

* Caps, num and scroll lock indicators.

* Fix scroll lock.

0.6.196

Toggle 0.6.196's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
adding Hadron v3 keyboard, QWIIC devices support, haptic feedback sup…

…port (qmk#4462)

* add initial support for hadron ver3

* add initial support for hadron ver3

* pull qwiic support for micro_led to be modified for use in hadron's 64x24 ssd1306 oled display

* initial work on OLED using qwiic driver

* early work to get 128x32 oled working by redefining qwiic micro oled parameters. Currently working, but would affect qwiic's micro oled functionality

* moved oled defines to config.h and added ifndef to micro_oled driver

* WORKING :D - note, still work in progress to get the start location correct on the 128x32 display.

* added equation to automatically calculate display offset based on screen width

* adding time-out timer to oled display

* changed read lock staus via read_led_state

* lock indications fixes

* Added scroll lock indication to oled

* add support for DRV2605 haptic driver

* Improve readabiity of DRV2605 driver.
-added typedef for waveform library
-added unions for registers

* Update keyboards/hadron/ver2/keymaps/default/config.h

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

* Update keyboards/hadron/ver2/keymaps/default/config.h

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

* Update keyboards/hadron/ver2/keymaps/default/config.h

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

* Update keyboards/hadron/ver2/keymaps/default/config.h

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

* Fixes for PR

* PR fixes

* fix old persistent layer function to use new set_single_persistent_default_layer

* fix issues with changing makefile defines that broken per-key haptic pulse

* Comment fixes

* Add definable parameter and auto-calibration based on motor choice

0.6.195

Toggle 0.6.195's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Make ARM Audio max volume configurable (qmk#4540)

* Make ARM Audio max volume configurable

* Update docs/feature_audio.md

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

* Update docs/feature_audio.md

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

0.6.194

Toggle 0.6.194's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix up RGB Matrix code (qmk#4503)

* Fix up RGB Matrix code

* Convert RGBLIGHT functions to rgbmatrix ones, and add defines

0.6.193

Toggle 0.6.193's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (q…

…mk#4520)

* Refactored M6-B to use Zeal60 RGB backlight code

* Fixed M6-B LED co-ordinates

* Minor changes to RGB config for Zeal65

* Added dynamic keymaps to WT80-A, WT60-A, WT-80A, U80-A

* Macro implementation

* Implemented macros, API protocol version 8, RGB backlight fixes

* Improved radial effects for M6-B

* Fixed undefined references when building an RGB keyboard after M6-A