Skip to content

Tags: achin/qmk_firmware

Tags

0.6.40

Toggle 0.6.40's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Import userspace config.h according to USER_NAME (qmk#2983)

* Import userspace config.h according to USER_NAME

* Use USER_PATH instead of directly using USER_NAME

0.6.39

Toggle 0.6.39's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix compile issues for atmega328p

0.6.38

Toggle 0.6.38's commit message
Fixed sprintf overflow

0.6.37

Toggle 0.6.37's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Yet another update to drashna keymaps and userspace (EEPROM, RGB indi…

…cators) (qmk#2959)

* More Iris Tweaks

* Mess with iris arrow keys

* Massive layout overhaul to make everything more OLKB

* Additional tweaks

* Cleanup Userspace

Remove unused layer code, and properly set userspace eeprom structure.

* EEPROM stuff

* Only use indicators if layer indication is enabled

* Iris and Orthodox Tweaks (Status Indicators)

* Additional tweaks to finish tri layer conversion

* Disable ProMicro ligths globally

* Add Pro Micro hacking info

* Successfully get mod indication working on thumb clusters

* Enable printing when console is enabled

* Make Modifier Indicator lights more modular

* Keymap cleanup

* Tapping test changes

* Cleanup and minor tweaks

0.6.36

Toggle 0.6.36's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add rgblight set at commands

0.6.35

Toggle 0.6.35's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
List all Tap Dancing functions (qmk#2945)

* List all Tap Dancing functions

* Spelling, which drashna can't do apparently

0.6.34

Toggle 0.6.34's commit message
Allow one-shot modifiers to be chained

Many a times one would want to use multiple modifiers with the same key,
preferably without having to hold anything, like `Ctrl+Shift+C` or
`Ctrl+Shift+V` to copy/paste in GNOME Terminal. To make this possible, we need
to be able to chain one-shot modifiers, so that we can have multiple of them
active at the same time.

The easiest way to accomplish this is that whenever we activate a one-shot
modifier, we apply it on top of the existing set, instead of re-setting the
state. When deactivating, either due to an interrupt, or due to a timeout, we
deactivate all oneshots anyway, so the clearing part is covered. When we turn
the one-shot modifier into a toggle, that will also clear all one-shot modifiers
first, so we covered that case too.

Fixes qmk#2796, qmk#1580, and qmk#856.

Signed-off-by: Gergely Nagy <[email protected]>

0.6.33

Toggle 0.6.33's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Xton has a dz60 (qmk#2952)

* FORK!

* WIP - just how i like it

* empty

* more movement

* mouse keys

* more vimminess

* append/insert shift

* WIP - vim macros

* blocked out layer below in cmd mode.

also, about to restart my cmd approach.

* WIP - new vim layer

ripoff of the ergodox one, but rewritten as a state machine.

* debugged some, got key repeat working

* moooar coverage

* moooar coverage

* regular vis mode

* basically done with basics.

* some refactoring

- common movement sequences into helper function
- added some rgb controls

* modkey passthru feature

* stdized on cmd-left/right instead of ctrl-a/e

sadly. as there's no reliable shift-ctrl-e

* indicator lights

* moved vim layer into userspace

* cleaned up some yanking edge cases

* docs and some tweaks to layerescapes

* updated/added license strings

* updated comments

* moved config changes to keymap

* spurious changes removed

* cleanup pass, HT drashna for suggestions

- used _keymap() pattern to better modularize event processing in userspace
- made some static things static
- removed unused function
- improved reset.

* dz60 started. keymaps done.

* bugfixes: missing state change in d-, lspace should toggle vim mode.

* Caps lock indicator -> vim indicator.

And adjusted mousekey settings.

* don't actually need the second move trigger and it makes typing less responsive.

* some oppurtunistic bugfixing from my other keyboard (sorry)

* added readme for my dz60 keymap.

* bugfixing and comments updated (niu_mini)

* cleanup as suggested from review

0.6.32

Toggle 0.6.32's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added bootmagic_lite() (qmk#2942)

0.6.31

Toggle 0.6.31's commit message
Move ckeys workshop to its own directory (qmk#2928)

* move obelus and nakey to ckeys directory

* delete the originals

* short readme about ckeys

* edit readmes to reflect new changes

* add build guide info..and here's me trying to retrigger the build job