* feat: initial commit, random pairing sequence generation, host - board pairing handshakes * feat: reimplements ory's live training over raw hid * feat: adds planck / ergodox support * chore: some code styling fixes * fix: build smoke tests * fix: code lint * fix: disable console / command on moonlander, fixes build ci test * fix: code lint * fix: remove unused define(MATRIX_SIZE)
7 lines
145 B
C
7 lines
145 B
C
#pragma once
|
|
|
|
#include "../default/config.h"
|
|
#define FIRMWARE_VERSION u8"default/latest"
|
|
#define RAW_USAGE_PAGE 0xFF60
|
|
#define RAW_USAGE_ID 0x61
|