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.
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FrederikBaerentsen/QMK#3
No description provided.