Make modules send their features (key count and whether they have pointer input) to the master upon enumeration.

This commit is contained in:
László Monda
2017-09-30 00:08:28 +02:00
parent e7a1d27cde
commit 04047eb128
7 changed files with 59 additions and 5 deletions

9
left/src/module.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef __MODULE_H__
#define __MODULE_H__
// Macros:
#define LEFT_KEYBOARD_HALF_KEY_COUNT (5*7)
#define MODULE_HAS_POINTER false
#endif