Skip to content

Commit

Permalink
Max layers tested working is 8
Browse files Browse the repository at this point in the history
Max layers tested working is 8
  • Loading branch information
miwagner1 authored Apr 8, 2024
1 parent ba13c91 commit 6610332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/remapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const uint8_t H_RESOLUTION_BITMASK = (1 << 2);
const uint32_t V_SCROLL_USAGE = 0x00010038;
const uint32_t H_SCROLL_USAGE = 0x000C0238;

const uint8_t NLAYERS = 12;
const uint8_t NLAYERS = 8;
const uint32_t LAYERS_USAGE_PAGE = 0xFFF10000;
const uint32_t MACRO_USAGE_PAGE = 0xFFF20000;
const uint32_t EXPR_USAGE_PAGE = 0xFFF30000;
Expand Down

0 comments on commit 6610332

Please sign in to comment.