Skip to content

Tags: chrisduerr/qmk_firmware

Tags

0.5.199

Toggle 0.5.199's commit message
Zweihander: remove app keys, etc. (qmk#2167)

* zweihander-osx: Remove app keys, etc.

- add right command keys
- add F16 on ;' for Siri
- remove command-Q (too easy to hit)

* Zweihander: update readme

0.5.198

Toggle 0.5.198's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add on/off/toggle keycodes for Auto Shift

0.5.197

Toggle 0.5.197's commit message
k_type: add belak keymap

0.5.196

Toggle 0.5.196's commit message
Unsign key argument in add_key_to_report

0.5.195

Toggle 0.5.195's commit message
Add my keymap for dz60

0.5.194

Toggle 0.5.194's commit message
[budi] tv44 arrow dvorak (qmk#2151)

* [budi] tv44 arrow dvorak

* [tv44/budi] Removed qwerty, added readme

0.5.193

Toggle 0.5.193's commit message
[budi] tv44 arrow dvorak (qmk#2151)

* [budi] tv44 arrow dvorak

* [tv44/budi] Removed qwerty, added readme

0.5.192

Toggle 0.5.192's commit message
new planck keymap, new feature - hybrid shift/enter action key (great…

… for small keyboards!) (qmk#2100)

* new planck keymap, new feature - hybrid shift/enter action key (great for small keyboards!)

* corrected documentation to specify rules.mk file instead of Makefile

0.5.191

Toggle 0.5.191'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 keymaps (qmk#2145)

* Change overwatch to Gamepad

* Remove secrets file

* Add sample sensitive.h file

* Borrow @colinta's secrets.h include method

* Remove unnessary placeholder for macros

* Set secrets to use PROGMEM for char string

* Add readme files to my keymaps and userspace

0.5.190

Toggle 0.5.190's commit message
Vim Layout for Ergodox-EZ (mac only) (qmk#2112)

* ignore libs

* Clang complete file

* Add VIM_A, VIM_S, VIM_COMMAND_SHIFT_D, and VIM_COMMAND_SHIFT_A

Add VIM_A, VIM_S, VIM_COMMAND_SHIFT_D, and VIM_COMMAND_SHIFT_A

a s O

* Comment blocks for minimap

generated at
http://patorjk.com/software/taag/#p=display&h=0&v=0&c=c&f=Banner&t=COMMENT

* Be explicit

* More Comment blocks

* Add J

* add A, C, D, J, S, O

* Make h j k l explicitly vim commands (useful for JOIN)

* add cb ce cw ch cj ck cl db de dw dh dj dk dl vb ve vh vj vk vl x ciw diw viw

* debug messages for ci di vi

* Var capitalized

* Save bytes by disabling mouse keys

* Add Y P

* Be more explicit about which key was pressed

* Be more explicit about which key was sent

* Move project to new directory structure

* Remove non-vim layout folder

* Replace KC_TRNS with KC_NO on normal layer

* Insert Mode as default

* Try to prevent crashes

* Put normal mode back

* Revert "ignore libs"

This reverts commit 4c5d759.

* add rules.mk

* Add mouse bindings

* Checkout most recent keymap following rebase

* Realign mouse button keys

* Make a macro for TO(NORMAL_MODE)