Skip to content

Commit

Permalink
Update drashna's keymap (qmk#1649)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
drashna authored and jackhumbert committed Aug 30, 2017
1 parent ad73553 commit 9987f9d
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 206 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ util/Win_Check_Output.txt

# things travis sees
secrets.tar
id_rsa_*
id_rsa_*
1 change: 0 additions & 1 deletion keyboards/ergodox_ez/keymaps/drashna-custom/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
TAP_DANCE_ENABLE = yes
LAYER_UNDERGLOW_LIGHTING = yes
SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
COMMAND_ENABLE = no # Commands for debug and configuration
RGBLIGHT_ENABLE = yes
Expand Down
2 changes: 0 additions & 2 deletions keyboards/ergodox_ez/keymaps/drashna-custom/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@

#define TAPPING_TERM 200


#define LAYER_UNDERGLOW_LIGHTING
Loading

0 comments on commit 9987f9d

Please sign in to comment.