This website requires JavaScript.
Explore
Help
Sign in
mg
/
qmk_sweep_skeletyl
Watch
1
Star
0
Fork
You've already forked qmk_sweep_skeletyl
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
0bde920817
qmk_sweep_skeletyl
/
quantum
/
audio
/
muse.h
7 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
Change include guards in quantum/ to pragma once (#11239)
2020-12-26 05:53:12 +01:00
#
pragma once
Adds support for Planck Rev 6 (#2666) * initial files for rev 6 with encoder * music map init, dip scan added * adds ws2812 driver for arm * flesh out dip and encoder support * adds default encoder res * adds default encoder res * start muse implementation * muse working with encoder as control * flip direction * try mouse wheel again * dont break other revs * dont break other revs * conditional autio * pwm ws driver (not working) * update build includes for chibios * update ws2812 driver/config * last commit for glasser code * working example * remove rgb for now * finish up rev6 * working encoder keycodes * add warnings to planck keymaps about the LAYOUT
2018-07-16 17:48:31 +02:00
#
include
"quantum.h"
#
include
"process_audio.h"
uint8_t
muse_clock_pulse
(
void
)
;
Reference in a new issue
Copy permalink