forked from mirrors/qmk_userspace
images, docks, clean-up [skip ci]
This commit is contained in:
parent
d707738616
commit
ce01f88c43
13 changed files with 367 additions and 2 deletions
|
@ -3,8 +3,10 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
|
||||
#define EECONFIG_BOOTMAGIC_END (uint8_t *)10
|
||||
#define EECONFIG_HANDEDNESS EECONFIG_BOOTMAGIC_END
|
||||
#ifdef EE_HANDS
|
||||
#define EECONFIG_BOOTMAGIC_END (uint8_t *)10
|
||||
#define EECONFIG_HANDEDNESS EECONFIG_BOOTMAGIC_END
|
||||
#endif
|
||||
|
||||
#define SLAVE_I2C_ADDRESS 0x32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue