Fix leader strings taking up too much memory #3

Open
opened 2020-06-07 10:58:21 +02:00 by FrederikBaerentsen · 0 comments
FrederikBaerentsen commented 2020-06-07 10:58:21 +02:00 (Migrated from tmp.baerentsen.space)

Instead of using strings to store data in, create char pointer for the whole alphabet and reference that using pointers when writing characters. Should lower memory usage. Read more here: https://overiq.com/c-programming-101/character-array-and-character-pointer-in-c/

Instead of using strings to store data in, create char pointer for the whole alphabet and reference that using pointers when writing characters. Should lower memory usage. Read more here: https://overiq.com/c-programming-101/character-array-and-character-pointer-in-c/
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: FrederikBaerentsen/QMK#3
No description provided.