浏览代码

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
drashna 8 年之前
父节点
当前提交
9987f9dcff

+ 1 - 1
.gitignore

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

+ 0 - 1
keyboards/ergodox_ez/keymaps/drashna-custom/Makefile

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

+ 0 - 2
keyboards/ergodox_ez/keymaps/drashna-custom/config.h

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

文件差异内容过多而无法显示
+ 103 - 202
keyboards/ergodox_ez/keymaps/drashna-custom/keymap.c