|
|
@ -35,8 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
//#define MATRIX_HAS_GHOST
|
|
|
|
//#define MATRIX_HAS_GHOST
|
|
|
|
|
|
|
|
|
|
|
|
/* number of backlight levels */ |
|
|
|
/* number of backlight levels */ |
|
|
|
/* NOTE: this is the max value of 0..BACKLIGHT_LEVELS so really 16 levels. */ |
|
|
|
#define BACKLIGHT_LEVELS 3 |
|
|
|
#define BACKLIGHT_LEVELS 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Set 0 if debouncing isn't needed */ |
|
|
|
/* Set 0 if debouncing isn't needed */ |
|
|
|
#define DEBOUNCE 5 |
|
|
|
#define DEBOUNCE 5 |
|
|
@ -51,18 +50,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
|
|
|
|
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
|
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* Feature disable options |
|
|
|
* Feature disable options |
|
|
|
* These options are also useful to firmware size reduction. |
|
|
|
* These options are also useful to firmware size reduction. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
/* disable debug print */ |
|
|
|
/* disable debug print */ |
|
|
|
//#define NO_DEBUG
|
|
|
|
#define NO_DEBUG |
|
|
|
|
|
|
|
|
|
|
|
/* disable print */ |
|
|
|
/* disable print */ |
|
|
|
//#define NO_PRINT
|
|
|
|
#define NO_PRINT |
|
|
|
|
|
|
|
|
|
|
|
/* disable action features */ |
|
|
|
/* disable action features */ |
|
|
|
//#define NO_ACTION_LAYER
|
|
|
|
//#define NO_ACTION_LAYER
|
|
|
|