-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Clean up includes for glcdfont headers #7745
Conversation
Also tagging @tominabox1 |
@fauxpark Everything seems okay here on my keymap with this change. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, thanks for the heads up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
* Userspace refactor * Fixed missed ifdef * tapcode16, adjust layout * glcdfont changes from #7745 * Modify Keymaps, add workman * RGB & OLED update
@MakotoKurauchi and @soundmonster, would you mind adding your approvals to this PR? Thanks :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending sign off from the remaining users.
* Userspace refactor * Fixed missed ifdef * tapcode16, adjust layout * glcdfont changes from qmk#7745 * Modify Keymaps, add workman * RGB & OLED update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚡️
b8c29d3
* Clean up includes for glcdfont headers * Remove pragma once, most of these are not headers * Missed these
* Clean up includes for glcdfont headers * Remove pragma once, most of these are not headers * Missed these
* 'master' of https://github.com/qmk/qmk_firmware: (37 commits) Update Hungarian keymap and add sendstring LUT (qmk#8220) Remove "ugly hack in usb_main.c" comments (qmk#8296) Update encoder functions for Iris VIA keymap (qmk#8295) Reduce PROGMEM usage for sendstring LUT (qmk#8109) [Docs] Update ISP Flashing guide (qmk#8149) Rewrite the Bathroom Epiphanies Frosty Flake matrix and LED handling (qmk#8243) Add onekey keymap for testing reset to bootloader. (qmk#8288) Get the direction right on the S75 encoder (qmk#8287) Prune out pure software pwm && custom driver && remove wrapping BACKLIGHT_PIN (qmk#8041) Make a fix to savage65 and tmov2 for via (qmk#8286) format code according to conventions [skip ci] Short term fix for conflicting types for 'tfp_printf' (qmk#8157) Fix recent clang-format breaking quantum.c (qmk#8282) format code according to conventions [skip ci] Remove duplicate BRTG case (qmk#8277) Clean up includes for glcdfont headers (qmk#7745) Fix the Breaking Changes doc again [Docs] translated 'feature_tap_dance.md' to japanese. (qmk#8137) PWM DMA based RGB Underglow for STM32 (qmk#7928) Add VIA support to Prime_M. Clean up all files (qmk#8247) ...
* Clean up includes for glcdfont headers * Remove pragma once, most of these are not headers * Missed these
* Clean up includes for glcdfont headers * Remove pragma once, most of these are not headers * Missed these
* Clean up includes for glcdfont headers * Remove pragma once, most of these are not headers * Missed these
* Userspace refactor * Fixed missed ifdef * tapcode16, adjust layout * glcdfont changes from qmk#7745 * Modify Keymaps, add workman * RGB & OLED update
* Clean up includes for glcdfont headers * Remove pragma once, most of these are not headers * Missed these
* Clean up includes for glcdfont headers * Remove pragma once, most of these are not headers * Missed these
* Clean up includes for glcdfont headers * Remove pragma once, most of these are not headers * Missed these
* Clean up includes for glcdfont headers * Remove pragma once, most of these are not headers * Missed these
* Clean up includes for glcdfont headers * Remove pragma once, most of these are not headers * Missed these
* Userspace refactor * Fixed missed ifdef * tapcode16, adjust layout * glcdfont changes from qmk#7745 * Modify Keymaps, add workman * RGB & OLED update
* Clean up includes for glcdfont headers * Remove pragma once, most of these are not headers * Missed these
Description
tmk_core/progmem.h
does much the same as this preprocessor code. I don't see where ESP8266 is defined, or supported, so I'm assuming this is just copypasta and we can ignore it.Tagging the following for approval, as this touches your keymaps (but should not change anything behaviourally):
@drashna ✅
@kidBrazil ✅
@MakotoKurauchi ✅
@rpbaptist ✅
@soundmonster ✅
@tominabox1 ✅
Types of Changes
Issues Fixed or Closed by This PR
Checklist