Skip to content

MelissaAutumn/qmk_firmware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Mel's Fork

This is a fork of the QMK firmware that "fixes" the oled init issues I was experiencing, adds bongocat (like the stock firmware), and some other tweaks.

Changes

  • i2c timings have been updated to fast mode from the default timings.
  • OLED_I2C_TIMEOUT has been pushed up from the default 100 to 500 to work around oled_init fail issues.
  • oled_on / oled_off time out repeatedly with a OLED_I2C_TIMEOUT greater than 100 so they've been replaced with clearing the screen.
  • Bongocat has been added in like the stock firmware.
  • OLED refresh time has been upped to 30fps from 15fps. (I don't know how many refreshes a second this display can handle, but 30 seems to work.)
  • Stock layout has been altered slightly (see oopsappnaps/keymap.c)
  • OLED hid mode which updates the display with cpu, gpu, and ram from a python script running on your computer.
  • Optionally with OLED hid mod enabled you can have the python script set the keyboard's date and time.

Building

You can build this firmware for the Sat75x (not original Sat75 boards) with:

make cannonkeys/satisfaction75_hs:oopsallnaps

You can also build and then flash by running:

make cannonkeys/satisfaction75_hs:oopsallnaps:flash

Quantum Mechanical Keyboard Firmware

Current Version Discord Docs Status GitHub contributors GitHub forks

This is a keyboard firmware based on the tmk_keyboard firmware with some useful features for Atmel AVR and ARM controllers, and more specifically, the OLKB product line, the ErgoDox EZ keyboard, and the Clueboard product line.

Documentation

The docs are powered by VitePress. They are also viewable offline; see Previewing the Documentation for more details.

You can request changes by making a fork and opening a pull request.

Supported Keyboards

The project also includes community support for lots of other keyboards.

Maintainers

QMK is developed and maintained by Jack Humbert of OLKB with contributions from the community, and of course, Hasu. The OLKB product firmwares are maintained by Jack Humbert, the Ergodox EZ by ZSA Technology Labs, the Clueboard by Zach White, and the Atreus by Phil Hagelberg.

Official Website

qmk.fm is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK.

About

Open-source keyboard firmware for Atmel AVR and Arm USB families

Resources

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
license_GPLv2.md
GPL-3.0
license_GPLv3.md

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.8%
  • C++ 5.9%
  • Python 1.8%
  • Makefile 1.2%
  • Linker Script 0.2%
  • Shell 0.1%