diff options
| author | Brian Choromanski <BrianChoromanski@gmail.com> | 2018-03-16 16:20:09 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-16 16:20:09 -0400 |
| commit | 6c74d734c274f70ce72150ecbd844f8eff5040c4 (patch) | |
| tree | 2e675ef4f061ae47f27f854f7659692f54646453 /users/dudeofawesome | |
| parent | ad1a868701102fdf031c2d187b7fb9b656040fc6 (diff) | |
| download | qmk_firmware-6c74d734c274f70ce72150ecbd844f8eff5040c4.tar.gz qmk_firmware-6c74d734c274f70ce72150ecbd844f8eff5040c4.zip | |
Fixed various keymaps and the allocation of "key_combos" (#2526)
* Fixed plank keymaps so that they will compile for planck light
* tv44:budi now compiles
* s60_x:amnesia0287 now compiles
* Fixed allocation of key_combos so that narze keymap for planck can compile correctly
* Disabled rgb on ergodone and infinity
* Enabled tap dance so it compiles
* Added return statement so it compiles
* If compiling on light disable extra functionality
* Properly redefined variable so it compiles
Diffstat (limited to 'users/dudeofawesome')
| -rw-r--r-- | users/dudeofawesome/dudeofawesome.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/dudeofawesome/dudeofawesome.h b/users/dudeofawesome/dudeofawesome.h index b0387f2ad..12b581b4d 100644 --- a/users/dudeofawesome/dudeofawesome.h +++ b/users/dudeofawesome/dudeofawesome.h | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | #ifndef USERSPACE | 1 | #ifndef USERSPACE |
| 2 | #define USERSPACE | 2 | #define USERSPACE |
| 3 | 3 | ||
| 4 | #ifdef TAPPING_TOGGLE | ||
| 5 | #undef TAPPING_TOGGLE | ||
| 6 | #endif | ||
| 4 | #define TAPPING_TOGGLE 2 | 7 | #define TAPPING_TOGGLE 2 |
| 5 | 8 | ||
| 6 | #ifdef AUDIO_ENABLE | 9 | #ifdef AUDIO_ENABLE |
