Remove KEY_STATE_SIZE in favor of the more general BOOL_BYTES_TO_BITS_COUNT() macro.

This commit is contained in:
László Monda
2017-09-30 00:57:10 +02:00
parent abc1923897
commit ea71253d6a
4 changed files with 5 additions and 4 deletions

View File

@@ -9,7 +9,6 @@
// Macros:
#define UHK_MODULE_MAX_COUNT 3
#define KEY_STATE_SIZE (LEFT_KEYBOARD_HALF_KEY_COUNT/8 + (LEFT_KEYBOARD_HALF_KEY_COUNT % 8 ? 1 : 0))
#define MAX_PWM_BRIGHTNESS 0x64
// Typedefs: