This website requires JavaScript.
Explore
Help
Sign In
alvierahman90
/
qmk_firmware
Archived
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-01-28
. You can view files and clone it, but cannot push or open issues or pull requests.
qmk_firmware
/
tmk_core
/
common
/
chibios
History
Joel Challis
1cecd593c8
Fix for gcc10 teensy_lc eeprom build warning (
#12587
)
2021-04-20 10:51:55 -07:00
..
atomic_util.h
Split gpio and atomic to platform (
#11792
)
2021-02-14 11:51:06 +11:00
bootloader.c
…
chibios_config.h
…
eeprom_stm32.c
…
eeprom_stm32.h
…
eeprom_teensy.c
Fix for gcc10 teensy_lc eeprom build warning (
#12587
)
2021-04-20 10:51:55 -07:00
flash_stm32.c
Added EEPROM emulation for STM32F042x6 series processors (
#10685
)
2020-10-22 21:05:01 +11:00
flash_stm32.h
…
gpio.h
Split gpio and atomic to platform (
#11792
)
2021-02-14 11:51:06 +11:00
pin_defs.h
Split gpio and atomic to platform (
#11792
)
2021-02-14 11:51:06 +11:00
sleep_led.c
…
suspend.c
Stop sounds when suspended (
#11553
)
2021-02-01 09:25:55 +11:00
syscall-fallbacks.c
Fixup declaration for _kill, add other missing syscalls, populate errno. (
#11608
)
2021-01-19 14:23:03 +00:00
timer.c
…