mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-17 01:14:48 +00:00
ab2a43edb0
* 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 5ed94d8d89
.
* add license header
* Use KEYBOARD_sneakbox_aliceclone
* cleaned up indicator code
15 lines
275 B
C
15 lines
275 B
C
#pragma once
|
|
|
|
#define TAPPING_TERM 250
|
|
#define RETRO_TAPPING
|
|
|
|
#ifdef RGBLIGHT_ENABLE
|
|
#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
|