Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions include/libcmmk/libcmmk.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@
extern "C" {
#endif

#define BYTE_SIZE 8

#define CMMK_ROWS_MAX 7
#define CMMK_COLS_MAX 22

#define CMMK_KEYLIST_SIZE 256
#define CMMK_BUFFER_SIZE 65

/*
* If we have C99 support (which we do, because libusb-1.0 requires it...), define some handy
Expand Down
Loading