tmk_core
tmk_core copied to clipboard
TMK keyboard library
The link seems to point to an old place before repositories seem to have been split up.
Hi, I have a project about trackpoint keyboard, which based on tmk_keyboard:master (awesome project). Now, I want to post my project and follow your guide here https://github.com/tmk/tmk_keyboard#start-your-own-project. So, do you...
When hammering on the mouse or extra keys, tmk will deadlock. To fix that, i've copied the fix from the keyboard endpoint [1] [1] https://github.com/tmk/tmk_keyboard/commit/72c52d30c894b85e64861704e162ee3873661c7d
Just to document how it could/should be used.
Allow sleep_led animation to completely turn off the LED when breathing_table value is 0 instead of continuing to PWM it. Having the sleep_led off instead of on but very dim...
I handwired a numpad , but dont know how to add keycode for two keys ``` bash KEYMAP(NLCK, SLSH, KP_ASTERISK, MINS, \ 7, 8, 9, PPLS, \ 4, 5, 6,...
I'm running tmk core with on my ErgoDox keyboard using the code from https://github.com/cub-uanic/tmk_keyboard, the repository with my code (and tmk_core cloned to `tmk/core`) can be found here: https://github.com/fd0/ergodox-tmk I've...
Disabling mouse key in Makefile ``` #MOUSEKEY_ENABLE = yes ``` spits this warning. ``` mkdir -p obj_ps2_usb_lufa/common Compiling C: ../../tmk_core/common/command.c avr-gcc -c -mmcu=atmega32u4 -gdwarf-2 -DF_CPU=16000000UL -DBOOTLOADER_SIZE=512 -DPS2_USE_INT -DF_USB=16000000UL -DARCH=ARCH_AVR8 -DUSB_DEVICE_ONLY...
This makes LEDs optional, lots of boards don't have any.
Hi, I was going to merge the new updates to the infinity_ergodox project. However I got the first problem immediately when trying to compile the master branch. The tmk_core repository...