diff options
author | Joel Challis <git@zvecr.com> | 2023-01-11 22:31:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 22:31:54 +0000 |
commit | b61654fb956947939eb6922735130eb2f65b5f53 (patch) | |
tree | 3de5447d852a1e8cd3fbe2301d70150b79098b25 /users/ericgebhart | |
parent | 6576127b4c75c540d218527536d3a0d9b1eb5e9a (diff) |
Tidy up use of CTPC (#19570)
Diffstat (limited to 'users/ericgebhart')
-rwxr-xr-x | users/ericgebhart/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/ericgebhart/rules.mk b/users/ericgebhart/rules.mk index a6eddc2d87..8ec481c17a 100755 --- a/users/ericgebhart/rules.mk +++ b/users/ericgebhart/rules.mk @@ -45,7 +45,7 @@ VPATH += $(USER_PATH)/oled # SERIAL_DRIVER = usart # AUDIO_ENABLE = no # LTO_ENABLE = no -# CONVERT_TO_PROTON_C = yes +# CONVERT_TO=proton_c # so the keyboard's code doesn't add stuff we don't need. # when we use our own oled renders. |