aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/infinity60
Commit message (Expand)AuthorAgeFilesLines
* Kiibohd bootloader, take 2 (#10129)Ryan2020-08-292-17/+2
* Remove unused CORTEX_VTOR_INIT (#10053)Ryan2020-08-291-5/+0
* Revert "Add Kiibohd bootloader type to bootloader.mk (#9908)" (#10126)Nick Brassel2020-08-212-2/+16
* Add Kiibohd bootloader type to bootloader.mk (#9908)Ryan2020-08-122-16/+2
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-301-6/+2
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-293-56/+422
* Add Arm Teensys to mcu_selection.mk (#8026)Ryan2020-02-211-29/+7
* Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.Nick Brassel2020-01-282-4/+4
* Ensure `PROGMEM` is present on default keymaps (#7836)fauxpark2020-01-091-11/+1
* Add a universal flash command for cli (#6224)Drashna Jaelre2019-08-201-0/+2
* Add DFU Suffix for ARM boards (#5763)Drashna Jaelre2019-05-031-0/+1
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-261-5/+0
* Remove empty fn_actions[]fauxpark2019-01-113-15/+0
* Keyboard: Infinity60 refactor, Configurator support and readme update (#4707)noroadsleft2018-12-2110-47/+130
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-2/+0
* add linebreaks to "Keyboard Maintainer:..." blocks where missing (#3763)Michael F. Lamb2018-08-261-2/+2
* Add a custom USB driver for ARM (#2750)fredizzimo2018-04-151-1/+1
* Various tweaks for some Input:Club build processesKaleb Elwert2018-04-052-4/+5
* Update input:club boards to use the proper vendor and deviceKaleb Elwert2018-04-041-3/+3
* Set unused USB serial buffer to 1 byte to save memoryFred Sundvik2018-02-121-1/+1
* Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo2018-02-082-5/+3
* Fix call to memset for various keyboardsKaleb Elwert2018-01-121-2/+2
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-1/+1
* remove all makefiles from keyboard directoriesJack Humbert2017-09-272-7/+0
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-081-0/+4
* Add split ansi layout and talljoe's keymap.Joe Wasson2017-08-242-1/+4
* Add back original copyrightsjpetermans2017-08-213-0/+3
* Readme correction #2jpetermans2017-08-211-1/+1
* Correct jpetermans keymap readme and update copyright infojpetermans2017-08-214-5/+5
* Make the bulk of our keyboards match the readme.md standardskullY2017-08-161-24/+9
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-301-8/+8
* Update lock led processing and remove debug msgsjpetermans2017-05-304-28/+10
* reduce recurring writes to lock ledsjpetermans2017-05-251-5/+53
* Restore deleted MEMO.txt from masterjpetermans2017-05-241-0/+385
* keymap example update and tweak to set_led_bit functionjpetermans2017-05-243-24/+21
* reorder mailbox msg data; formattingjpetermans2017-05-104-111/+101
* remove breath functions from keymapjpetermans2017-05-082-14/+7
* last readme fixjpetermans2017-05-081-4/+8
* third readme fix attemptjpetermans2017-05-081-4/+4
* readme fixjpetermans2017-05-081-6/+6
* documentation cleanupjpetermans2017-05-082-34/+41
* updated keymap for new led functionsjpetermans2017-05-084-199/+240
* CLeaned out debug codejpetermans2017-05-083-266/+14
* small code cleanupjpetermans2017-05-083-576/+210
* Testing initial blink supportjpetermans2017-04-302-81/+180
* Simplified processing in led_controller; more control at user level.jpetermans2017-04-262-96/+123
* more stable lock led process, added debugging codejpetermans2017-04-151-47/+70
* Added backlight step functionalityjpetermans2017-04-142-164/+160
* fixed bit shift in led_set_bitjpetermans2017-04-131-5/+21
* more flexible led processing functions, all and on/off/togglejpetermans2017-04-134-78/+97