Update drashna's keymap (#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
This commit is contained in:
drashna 2017-08-30 08:36:14 -07:00 committed by Jack Humbert
parent ad73553aa9
commit 9987f9dcff
4 changed files with 133 additions and 235 deletions

2
.gitignore vendored
View File

@ -48,4 +48,4 @@ util/Win_Check_Output.txt
# things travis sees
secrets.tar
id_rsa_*
id_rsa_*

View File

@ -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

View File

@ -4,5 +4,3 @@
#define TAPPING_TERM 200
#define LAYER_UNDERGLOW_LIGHTING

File diff suppressed because it is too large Load Diff