Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-22 | Fixed LED Function Calls | ||
Fixed LED indicator function calls to match how the matrix init function calls are formatted. | |||
2016-03-22 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | ||
# Conflicts: # quantum/template/template.c # quantum/template/template.h | |||
2016-03-15 | Adding LED function pointers | ||
2016-03-10 | Addressed void* return warning in all keymaps | ||
2016-02-07 | Added note about using avr_setup.sh | ||
On most Linux distributions the avr_setup.sh script can be sourced ```. avr_setup.sh``` or under Bash ```source avr_setup.sh```. This will try and detect the appropriate package manager and install the required packages. | |||
2016-01-25 | Merge branch 'master' into flicker-fix | ||
2016-01-24 | Remove led_off() it is not used | ||
2016-01-23 | Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard into audio | ||
2016-01-22 | Backlight fix from reddit | ||
https://www.reddit.com/r/olkb/comments/41ur41/crazy_flashing_when_my_computer_sleeps/ | |||
2016-01-20 | better integrations | ||
2016-01-11 | timer 3 | ||
2016-01-11 | pwm audio | ||
2015-12-30 | Added note about avr-libc also being required at least for arch | ||
2015-10-28 | Fixes rolling combos for mod-tap keys | ||
2015-10-27 | merging tmk | ||
2015-09-24 | Merge commit 'fdc38ef3f92af7adeeb4de49550d8838c8a39b5c' | ||
2015-09-24 | core: Fix NKRO ifdef | ||
2015-09-20 | core: Fix for disabling NKRO in Boot protocol | ||
2015-09-20 | core: Fix message print of debug command | ||
2015-09-20 | lufa: Fix endpoint bank mode for ATMega32u2 | ||
2015-09-20 | next_usb: Fix next_kbd_set_leds() | ||
2015-09-16 | Change to KC_BOOTLOADER(KC_BTLD) | ||
2015-09-16 | Add an assignable RESET key | ||
2015-09-12 | Fix parenthesis | ||
2015-09-12 | Fix weak modifier clear in action macro | ||
2015-07-23 | core: Fix lufa suspend callback(#234) | ||
With matrix_power_down() in suspend event HHKB JP doesn't start up for some reason. It is unneeded in actual and removed. | |||
2015-07-15 | usb_usb: Ignore error usage(0x01-03) report | ||
2015-07-15 | usb_usb: Support locking key indicator LED | ||
2015-07-12 | core: Add keymap section ldscript for ATMega32U2 | ||
2015-06-26 | Add description for non-US keys on keycode.h | ||
2015-05-22 | lufa: Fix console flush #223 | ||
Old console sent unneeded empty data every one milli sencond. After this fix console flushes endpoint data bank every 50ms only when needed. | |||
2015-05-21 | Revert "Make action_for_key a weak symbol" | ||
This reverts commit c17b8a599e3ec3b0a327bcd66082541f2517ab30. The commit made compile error and its intention is unclear. | |||
2015-05-19 | Make action_for_key a weak symbol | ||
2015-05-19 | ibm4704_usb: Fix protocol handling | ||
2015-05-19 | Add keyboard_setup() and matrix_setup() | ||
2015-05-19 | ibm4704_usb: Fix interrupt of clock(rising edge) | ||
2015-05-13 | usb_usb: Change debug LED pin config | ||
2015-05-13 | Reduce code size of magic commands | ||
2015-05-13 | Add description of AVR bootloader and boot section | ||
2015-05-13 | Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' | ||
2015-05-10 | Add compile options '-fdata-sections' | ||
2015-04-28 | Merge commit '4d116a04e94cf0d19317d5b44e4fa9f34a3e5594' | ||
2015-04-24 | Merge commit '1fe4406f374291ab2e86e95a97341fd9c475fcb8' | ||
2015-04-23 | Remove unneeded tap delays #201 | ||
2015-04-23 | Fix URL of HID Usage Tables pdf | ||
2015-04-23 | Fix typo of doc/keycode.txt | ||
2015-04-23 | Fix handling of consumer usage #199 | ||
2015-04-23 | Improve anti-ghosting behavior for fast typing | ||
Keypresses would be forgotten if they began while ghosting, even if they were still pressed after ghosting ended. | |||
2015-04-23 | Fix dfu-programmer parameters | ||
2015-04-22 | Move ring_buffer.h file | ||