Skip to content

Commit

Permalink
Update and move around drashna keymaps (#1976)
Browse files Browse the repository at this point in the history
* Add woodpad

* Cleanup

* Remove misc layouts for woodpad

* Move woodpad to handwired

* Updated RGB Underglow info

* Cleanup macros

* Tweaked RGB lighting stuff

* Start to merge orthodox/ergodox keymaps (persistant layers)

* Add woodpad

* Add forced NKRO

* Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow

* Updated macros and added workman keymaps

* Fixed RGB lighting for Workman layout

* Add leader keys

* Remove force NKRO

* Add Viterbi one handed layout and minor tweaks to others

* Finishing up Viterbi keyboard layout, and NKRO tweaks to other layouts

* Made "make" keystroke universal

* Clean up and updates of drashna keymaps

* Add workman layer to planck

* Update to keymaps

* Fix makefile toggle code in ez keymap
Finish adding RGB code to orthodox

* Updated RGB Underglow layer indication code due to discovery of the layer_state_set_kb function

* Remove unnecessary planck layout

* Fixed Workman song

* update make command and added lit reset

* Fixed formatting to fall in line with official standards

* Minor tweaks

* Removed Leader Keys from Ergodox EZ Keymap
Added KC_RESET that resets board and sets underglow to red

* Tweak reset code

* Cleanup

* Remove misc layouts for woodpad

* Move woodpad to handwired

* Updated RGB Underglow info

* Cleanup macros

* Tweaked RGB lighting stuff

* Start to merge orthodox/ergodox keymaps (persistant layers)

* Add forced NKRO

* Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow

* Updated macros and added workman keymaps

* Fixed RGB lighting for Workman layout

* Add leader keys

* Remove force NKRO

* Add Viterbi one handed layout and minor tweaks to others

* Finishing up Viterbi keyboard layout, and NKRO tweaks to other layouts

* Made "make" keystroke universal

* Clean up and updates of drashna keymaps

* Add workman layer to planck

* Update to keymaps

* Fix makefile toggle code in ez keymap
Finish adding RGB code to orthodox

* Updated RGB Underglow layer indication code due to discovery of the layer_state_set_kb function

* Remove unnecessary planck layout

* Fixed Workman song

* update make command and added lit reset

* Fixed formatting to fall in line with official standards

* Minor tweaks

* Removed Leader Keys from Ergodox EZ Keymap
Added KC_RESET that resets board and sets underglow to red

* Tweak reset code

* Fix rebasing issues

* remove head files

* Fix "macro" issue

* Rename ez keymaps for userspace

* Revert "Rename ez keymaps for userspace"

This reverts commit c25425911852e41711a5f0273b5741adb16e5bd4.

* Renamed Ergodox EZ layouts so that all of my personal layouts are on the same name, in prep for using userspaces

* Fix ergodox code

* Remove "drashna-ez" keymap as it's no longer needed
  • Loading branch information
drashna authored and jackhumbert committed Nov 6, 2017
1 parent f113f19 commit 3e861c2
Show file tree
Hide file tree
Showing 11 changed files with 1,429 additions and 1,617 deletions.
16 changes: 0 additions & 16 deletions keyboards/ergodox_ez/keymaps/drashna-custom/config.h

This file was deleted.

832 changes: 0 additions & 832 deletions keyboards/ergodox_ez/keymaps/drashna-custom/keymap.c

This file was deleted.

13 changes: 0 additions & 13 deletions keyboards/ergodox_ez/keymaps/drashna-custom/rules.mk

This file was deleted.

20 changes: 14 additions & 6 deletions keyboards/ergodox_ez/keymaps/drashna/config.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@

#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"


#define TAPPING_TERM 200

#ifdef RGBLIGHT_ENABLE
#undef RGBLIGHT_SAT_STEP
#define RGBLIGHT_SAT_STEP 12
#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 7
#define RGBLIGHT_EFFECT_SNAKE_LENGTH 7
#define RGBLIGHT_EFFECT_BREATHE_CENTER 1
#endif // RGBLIGHT_ENABLE

// make this easy to toggle behavior, so that it can be more easily toggled
#define LAYER_UNDERGLOW_LIGHTING
#undef DEBOUNCE
#define DEBOUNCE 5

#ifdef LAYER_UNDERGLOW_LIGHTING
#undef RGBLIGHT_ANIMATIONS
#endif
#endif
884 changes: 752 additions & 132 deletions keyboards/ergodox_ez/keymaps/drashna/keymap.c

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions keyboards/ergodox_ez/keymaps/drashna/readme.md

This file was deleted.

10 changes: 8 additions & 2 deletions keyboards/ergodox_ez/keymaps/drashna/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
RGBLIGHT_ENABLE = yes
RGBLIGHT_ANIMATION = no
TAP_DANCE_ENABLE = yes
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
COMMAND_ENABLE = yes # Commands for debug and configuration
RGBLIGHT_ENABLE = yes
MIDI_ENABLE = no
CONSOLE_ENABLE = no

EXTRAFLAGS = -flto

ifndef QUANTUM_DIR
include ../../../../Makefile
Expand Down
Loading

0 comments on commit 3e861c2

Please sign in to comment.