Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Keymap] updates for oled, and diablo 2 layer - Drashna #15194

Merged
merged 8 commits into from
Nov 17, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add proper eeprom limit for dynamic keymaps
  • Loading branch information
drashna committed Nov 17, 2021
commit 5c10cddb834ca7d39f5178575726421b5dd1f571
4 changes: 4 additions & 0 deletions keyboards/handwired/tractyl_manuform/5x6_right/f411/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.
// #define EXTERNAL_EEPROM_ADDRESS_SIZE 2
// #define DEBUG_EEPROM_OUTPUT

#ifdef EEPROM_SPI
# define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 8195
#endif

/* pmw3360 config */
#define PMW3360_CS_PIN B0
#define PMW3360_SPI_MODE 3
Expand Down