Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 924 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 924 Bytes

qmk_oled_configurator

Simple QMK OLED Font Configurator. Powered with Django, hosted on PythonAnywhere

A simple HTML only web I made out of frustration that most oled font configurator is either down or not compatible with qmk. Still have to add more features to this project.

All the important conversion and drawing codes are currently inline javascript. I would want this to be light and client side, maybe I'll move the JS file, but I probably wouldn't make this a webapp.

This master version is the one currently UP and running on PythonAnywhere. The dev branch of this repo is my current working project to make the website more usable and less barebones.

TODO:

  • Fix current phantom pixel problem
  • Make UX smoother and less buggy
  • Make my code more encapsulated so it'll work with multiple configuration
  • Add more screen, and font size option
  • Make per-font quick editor

More to add...