aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/infinity60
AgeCommit message (Collapse)Author
2018-01-12Fix call to memset for various keyboardsGravatar Kaleb Elwert
2017-10-14Make arguments redo, subproject elimination (#1784)Gravatar Jack Humbert
* redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
2017-09-27remove all makefiles from keyboard directoriesGravatar Jack Humbert
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)Gravatar skullydazed
* 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
2017-08-24Add split ansi layout and talljoe's keymap.Gravatar Joe Wasson
2017-08-21Add back original copyrightsGravatar jpetermans
2017-08-21Readme correction #2Gravatar jpetermans
2017-08-21Correct jpetermans keymap readme and update copyright infoGravatar jpetermans
2017-08-16Make the bulk of our keyboards match the readme.md standardGravatar skullY
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Gravatar Jack Humbert
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-05-30Update lock led processing and remove debug msgsGravatar jpetermans
2017-05-25reduce recurring writes to lock ledsGravatar jpetermans
2017-05-24Restore deleted MEMO.txt from masterGravatar jpetermans
2017-05-24keymap example update and tweak to set_led_bit functionGravatar jpetermans
2017-05-10reorder mailbox msg data; formattingGravatar jpetermans
2017-05-08remove breath functions from keymapGravatar jpetermans
2017-05-08last readme fixGravatar jpetermans
2017-05-08third readme fix attemptGravatar jpetermans
2017-05-08readme fixGravatar jpetermans
2017-05-08documentation cleanupGravatar jpetermans
2017-05-08updated keymap for new led functionsGravatar jpetermans
2017-05-08CLeaned out debug codeGravatar jpetermans
2017-05-08small code cleanupGravatar jpetermans
2017-04-30Testing initial blink supportGravatar jpetermans
2017-04-26Simplified processing in led_controller; more control at user level.Gravatar jpetermans
2017-04-15more stable lock led process, added debugging codeGravatar jpetermans
2017-04-14Added backlight step functionalityGravatar jpetermans
2017-04-13fixed bit shift in led_set_bitGravatar jpetermans
2017-04-13more flexible led processing functions, all and on/off/toggleGravatar jpetermans
functioning
2017-04-12Updated lock led initGravatar jpetermans
2017-04-11fixed write_led_page col shift, added option for lock led displayGravatar jpetermans
2017-04-10led init code missing pwm writes for Frame 1Gravatar jpetermans
2017-04-10revised led controller code to allow for more optionsGravatar jpetermans
unable to switch picture displays
2017-04-07add ability to toggle individual led by addressGravatar jpetermans
2017-04-06Moved led page arrays to keymap.c and added keymap header to defineGravatar jpetermans
individual led addresses
2017-04-06Add Kinetis_i2c settings consistent with whitefox mcuconfGravatar jpetermans
2017-04-06match hal settings to whitefox, fix make rulesGravatar jpetermans
2017-04-06Add led_controller.h to user keymap.cGravatar jpetermans
2017-04-06add led init function to header for use in keymap.cGravatar jpetermans
2017-04-06Adjust led_controller.c matrix sttings and init functionGravatar jpetermans
2017-04-06Added tmk whitefox led filesGravatar jpetermans
2017-04-06Added personal configs and keymap to infinity60/keymapsGravatar jpetermans
2017-01-24updated all the other keymaps to support the new changes.Gravatar SjB
qmk firmware requires the matrix_init_user and matrix_scan_user function to be implementated. Added these function to all the existing keymaps.
2017-01-23fix: infinity60 keyboard was not using quantum features.Gravatar SjB
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.
2016-11-05Increase the infinity60 system tick frequencyGravatar Fred Sundvik
2016-08-27Rename infinity_chibios to infinity60, and add readmeGravatar Fred Sundvik