enabled encoders globally, whoops
This commit is contained in:
parent
c8b2266177
commit
ad1921d82a
|
|
@ -45,7 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
/* COL2ROW, ROW2COL*/
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
#define RGB_DI_PIN D1
|
||||
#define RGB_DI_PIN D3
|
||||
#ifdef RGB_DI_PIN
|
||||
#define RGBLED_NUM 36
|
||||
#define RGBLIGHT_HUE_STEP 16
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ SWAP_HANDS_ENABLE= no # Allow swapping hands of keyboard
|
|||
MOUSEKEY_ENABLE = yes
|
||||
BACKLIGHT_ENABLE = no
|
||||
NKRO_ENABLE = no
|
||||
ENCODER_ENABLE = yes
|
||||
|
||||
EXTRAFLAGS += -flto
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue