This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
keychron_qmk_firmware
Watch
0
Star
0
Fork
0
You've already forked keychron_qmk_firmware
mirror of
https://github.com/Keychron/qmk_firmware.git
synced
2024-11-22 00:16:41 +06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
keychron_qmk_firmware
/
quantum
/
audio
/
muse.h
6 lines
67 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
Change include guards in quantum/ to pragma once (#11239)
2020-12-26 10:53:12 +06: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 21:48:31 +06:00
quantum: remove direct `quantum.h` includes (#21507)
2023-07-16 19:42:56 +06:00
#
include
<stdint.h>
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 21:48:31 +06:00
uint8_t
muse_clock_pulse
(
void
)
;
Reference in New Issue
Copy Permalink