aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/infinity60
Commit message (Collapse)AuthorAgeFilesLines
* remove all makefiles from keyboard directoriesJack Humbert2017-09-272-7/+0
|
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | * Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
* 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
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* 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
| | | | functioning
* Updated lock led initjpetermans2017-04-123-45/+96
|
* fixed write_led_page col shift, added option for lock led displayjpetermans2017-04-113-81/+53
|
* led init code missing pwm writes for Frame 1jpetermans2017-04-102-15/+40
|
* revised led controller code to allow for more optionsjpetermans2017-04-104-133/+340
| | | | unable to switch picture displays
* add ability to toggle individual led by addressjpetermans2017-04-073-101/+128
|
* Moved led page arrays to keymap.c and added keymap header to definejpetermans2017-04-063-57/+152
| | | | individual led addresses
* Add Kinetis_i2c settings consistent with whitefox mcuconfjpetermans2017-04-061-4/+7
|
* match hal settings to whitefox, fix make rulesjpetermans2017-04-062-4/+5
|
* Add led_controller.h to user keymap.cjpetermans2017-04-061-11/+16
|
* add led init function to header for use in keymap.cjpetermans2017-04-061-6/+14
|
* Adjust led_controller.c matrix sttings and init functionjpetermans2017-04-061-58/+65
|
* Added tmk whitefox led filesjpetermans2017-04-063-1/+474
|
* Added personal configs and keymap to infinity60/keymapsjpetermans2017-04-064-1/+163
|
* updated all the other keymaps to support the new changes.SjB2017-01-243-0/+28
| | | | | | qmk firmware requires the matrix_init_user and matrix_scan_user function to be implementated. Added these function to all the existing keymaps.
* fix: infinity60 keyboard was not using quantum features.SjB2017-01-232-0/+18
| | | | | | the quantum matrix codes where not being initialized or/and called so no feature of the quantum firmware could be used. These codes have been added and now we can enjoy the quantum firmware goodness.
* Increase the infinity60 system tick frequencyFred Sundvik2016-11-052-2/+7
|
* Rename infinity_chibios to infinity60, and add readmeFred Sundvik2016-08-2716-0/+2014