You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#pragma once
|
|
|
|
#include "../drashna/config.h"
|
|
|
|
#undef PRODUCT
|
|
#define PRODUCT DrashnaDox - Hacked ErgoDox EZ Glow
|
|
|
|
#undef DEBOUNCE
|
|
#define DEBOUNCE 5
|
|
|
|
// #define RGB_MATRIX_KEYPRESSES // reacts to keypresses (will slow down matrix scan by a lot)
|