Skip to content

Tags: aenertia/qmk_firmware

Tags

0.5.124

Toggle 0.5.124's commit message
Updates send_string functionality, adds terminal feature (qmk#1657)

* implement basic terminal stuff

* modify send_string to read normal strings too

* add files bc yeah. working pgm detected

* pgm detection apparently not working

* adds send string keycodes, additional keycode support in send string

* implement arguments

* [terminal] add help command

* [terminal] adds keycode and keymap functions

* [terminal] adds nop.h, documentation

* update macro docs

0.5.123

Toggle 0.5.123's commit message
fix for toggle tap dance

0.5.122

Toggle 0.5.122's commit message
update some keymaps that broke w/defaults

planck-4.2

Toggle planck-4.2's commit message
Merge branch 'master' of https://github.com/qmk/qmk_firmware

0.5.121

Toggle 0.5.121's commit message
Improve and simplify RGB Knight mode (qmk#1677)

* Simplify RGB Knight mode code, and make it look closer to KITT

* Remove RGBLIGHT_EFFECT_DUALKNIGHT_LENGTH

0.5.120

Toggle 0.5.120's commit message
Fix Kitt and its default behavior (qmk#1674)

0.5.119

Toggle 0.5.119's commit message
Alterations and documentation updates for j3rn Ergodox EZ keymap (qmk…

…#1656)

* Add second set of AltSft and Alt

* Insert the play key between previous and next

* Update documentation

0.5.118

Toggle 0.5.118's commit message
add UC_OSX_RALT to make unicode use the Right Alt key on OSX

0.5.117

Toggle 0.5.117's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update drashna's keymap (qmk#1649)

* initial commit for my custom layout

* fix switching into and out of numfun layer

* enable tap dance to lock layers

* enable layer indicator LEDs

* remove Colemak2 layer because it was dumb

* remove handler for nonexistent keycode

* add new movement keys to lower layer

* standardize indentation because I'm not a monster

* add Woodpad keyboard with Michael's Tryggve layout

* Add dvorak/colemak layers

* add hash

* Update keymap.c

* Fixed OSL Symbol layer layout issue

* Minor later tweak

* Clean up actions

* Diablo 3 macro keys remove

* Fixed numbad issues

* Remove Underglow toggle

* Fix layer consistency

* cleanup of code

* line feed

* small fixes

* Major merge

* Merge cleanup on my keymap

* Cleanup

* Update compile command

* Swapped arrows

* Additional cleanup

* Revert "Woodpad"

* update

* minor update

* staging for pull request

* Finish removing layer underglow toggles

0.5.116

Toggle 0.5.116's commit message
add a `git-submodule` make target.