diff options
author | stanrc85 <47038504+stanrc85@users.noreply.github.com> | 2020-12-07 20:18:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 17:18:04 -0800 |
commit | ab2a43edb060b393387d12dfb6c24f99cad9e871 (patch) | |
tree | f0fc2418175c7825f8d0c2721893ae9f05baca6c /users/stanrc85/config.h | |
parent | d17caeb8ec0fc15a59ee26cab64cc527d3155f29 (diff) |
[Keymap] sneakbox keymap and userspace code (redo) (#10977)
* Add support for LAYOUT_alice to sneakbox pcb
* define variables for sneakbox led pins
* set rules for sneakbox pcb
* add rotary encoder to userspace
* fix rotary function
* add custom layer indicators for sneakbox
* Revert "Add support for LAYOUT_alice to sneakbox pcb"
This reverts commit 5ed94d8d897de6ef4f7a349368a6342cef5eff06.
* add license header
* Use KEYBOARD_sneakbox_aliceclone
* cleaned up indicator code
Diffstat (limited to 'users/stanrc85/config.h')
-rw-r--r-- | users/stanrc85/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/stanrc85/config.h b/users/stanrc85/config.h index 71b915e488..ae0a66ae67 100644 --- a/users/stanrc85/config.h +++ b/users/stanrc85/config.h @@ -7,3 +7,9 @@ #define RGBLIGHT_LAYERS #define RGBLIGHT_SLEEP #endif + +#ifdef KEYBOARD_sneakbox_aliceclone + #define INDICATOR_PIN_0 D7 + #define INDICATOR_PIN_1 D6 + #define INDICATOR_PIN_2 D4 +#endif |