-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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 ChibiOS platform files #10505
Clean ChibiOS platform files #10505
Conversation
I was messing around with the OLED driver and these changes are the leftovers from it, I've removed them. |
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 like all three of the ChibiOS config files can be deleted outright, if you're not overriding anything in them. If you can confirm that it's all working after doing so, I think it'd be the safest option.
* upstream/master: (81 commits) [Keyboard] New keyboard - eiri (qmk#10529) [Keymap] Add niu mini dye sub keymap (qmk#10525) Clean ChibiOS platform files (qmk#10505) [Keyboard] LeftyNumpad Keyboard (qmk#10500) [Keyboard] add maja capslock indicator (qmk#10151) Fix issue introduced by PR#10404 (qmk#10559) Docs: fix udev rules [CLI] Add c2json (qmk#8817) Improve LAYOUT macro searching (qmk#9530) CLI: update subcommands to use return instead of exit() (qmk#10323) Fixes small typo in docs (qmk#10515) Update personal keymap for Let's Split keyboard. (qmk#10536) [Keymap] Move my custom functions and keymaps to userspace (qmk#10502) [Keyboard] add support for ymd75 rev3 (qmk#10483) [Keyboard] Add soy20 PCB (qmk#10440) Fix for MIDI sustain effect issue (qmk#10361) format code according to conventions [skip ci] [Keyboard] Add Yugo-M Controller (qmk#10389) [Keymap] Add onekey keymap for OLED testing (qmk#10380) [Keymap] Add winterNebs keymaps (qmk#10328) ...
hii @riblee, i see you can make oled work on stm32f4, can oled work on bluepill stm32f1 too? |
hi @riblee thank you very much for the information. I have tried it but OLED still doesn't work. when I add "OLED_DRIVER_ENABLE = yes" then the switchs and OLED on the keyboard don't work. Switches work again when I delete "OLED_DRIVER _ENABLE = yes". |
Hi @alabahuy I will create a PR with my changes in a couple of hours so you can see them. BTW what type of OLED screen do you got? Also you can PM me in the QMK discord so we can discuss it further, my username is |
HI @riblee i will wait for your pull, i am using ssd1306 0.91 inch. I didn't join discord qmk, I joined Artkey, jtk and kbdfans. |
* Clean ChibiOs platform files * Remove I2C and timer definitions * Remove unnecessary files and rename readme Co-authored-by: Janos Daniel Reibl <[email protected]>
* Clean ChibiOs platform files * Remove I2C and timer definitions * Remove unnecessary files and rename readme Co-authored-by: Janos Daniel Reibl <[email protected]>
Description
Remove unnecessary ChibiOS platform files
Types of Changes
Checklist