Commit graph

9 commits

Author SHA1 Message Date
tmk
856f5b3f88 core: Change bootmagic nkro 2023-11-27 02:31:35 +09:00
tmk
1cc716477b core: Fix bootmagic
- EEPROM_CLEAR wipes out eeprom with 0xFF now(avr)
- keymap config is not enabled during bootmagic
- wait until all key is released after bootmagic
- add eeconfig_debug() to command.c
2023-11-26 22:10:34 +09:00
tmk
2b07c0bd00 core: Build option: NKRO_6KRO_ENABLE 2021-06-29 20:35:24 +09:00
tmk
53bd4a01be Merge commit '71381457fa1311dfa0b58ba882a96db740640871'
Conflicts:
	tmk_core/doc/keymap.md
2016-04-21 14:37:16 +09:00
tmk
5e9b21d77d core: Actionmap support 2016-03-03 16:18:19 +09:00
flabbergast
cb663eeca6 Move declaration of keymap_config.
Should really not declare variables in .h files - since it's included
in different .c files, a proper linker then complains that the same
variable is declared more than once (once for each .c file that the
offending .h is included in).
2015-10-12 09:46:48 +01:00
flabbergast
d9652cdf99 Make bootmagic.c code portable (_delay_ms -> wait_ms). 2015-10-12 09:40:06 +01:00
flabbergast
be9be90483 Modularity and gcc warnings fixes. 2015-09-07 21:33:06 +01:00
tmk
1a02ebcc61 Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' 2015-04-10 01:32:04 +09:00