summaryrefslogtreecommitdiff
path: root/keyboards/infinity60
AgeCommit message (Collapse)Author
2018-04-15Add a custom USB driver for ARM (#2750)fredizzimo
* Copy Chibios serial_usb_driver into the chibios/protocol It's renamed to usb_driver to avoid name conflicts * Make the usb driver compile * Disable ChibiOS serial usb driver for all keyboards * Change usb_main to use QMKUSBDriver * Initialize the usb driver buffers * Add support for fixed size queues * Fix USB driver initialization * Don't transfer an empty packet for fixed size streams
2018-04-05Various tweaks for some Input:Club build processesKaleb Elwert
2018-04-04Update input:club boards to use the proper vendor and deviceKaleb Elwert
2018-02-12Set unused USB serial buffer to 1 byte to save memoryFred Sundvik
2018-02-08Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo
* Move lufa descriptor to protocol/usb_descriptor * Try to compile usb_descriptor on ChibiOS * Add lufa_utils for ChibiOS Lufa USB descriptors for ChibiOS * More lufa_util compatibility fixes * First compiling version of shared USB descriptor * Send the usb descriptors * Fix the CONSOLE output on ChibiOS * Add errors for unsupported interfaces * Enable support for vitual serial port USB descriptors * Implement virtual serial port for ChibiOS * Cleanup the lufa_utils Use the default lufa header files * Add raw hid support for ChibiOS This is completely untested * Enable midi compilation on ChibiOS * Move midi functionality out of lufa.c * Don't register sysex callback when not needed * ChibiOS compilation fixes * Update ChibiOS submodule * Fix the Midi USB descriptor It didn't work properly when both Midi and Virtual serial port was enabled. * Add MIDI support for ChibiOS * Fix USB descriptor strings on ChibiOS * Use serial usb driver for raw hid * Generalize the ChibiOS stream like drivers This makes the initialization much more simple and eliminates a lot of the code duplication. * Convert console output to chibios stream driver * Fixes for ChibiOS update * Update the ChibiOS contrib submodule To include the usb data toggle synchronization fixes * Fix duplicate reset enumeration on ChibiOS * Add missing include * Add number of endpoints check for ChibiOS * Enable serial USB driver on all keyboards * Add missing includes when API is enabled withot midi * Add another missing inlcude
2018-01-12Fix call to memset for various keyboardsKaleb Elwert
2017-10-14Make arguments redo, subproject elimination (#1784)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 directoriesJack Humbert
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)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.Joe Wasson
2017-08-21Add back original copyrightsjpetermans
2017-08-21Readme correction #2jpetermans
2017-08-21Correct jpetermans keymap readme and update copyright infojpetermans
2017-08-16Make the bulk of our keyboards match the readme.md standardskullY
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)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 msgsjpetermans
2017-05-25reduce recurring writes to lock ledsjpetermans
2017-05-24Restore deleted MEMO.txt from masterjpetermans
2017-05-24keymap example update and tweak to set_led_bit functionjpetermans
2017-05-10reorder mailbox msg data; formattingjpetermans
2017-05-08remove breath functions from keymapjpetermans
2017-05-08last readme fixjpetermans
2017-05-08third readme fix attemptjpetermans
2017-05-08readme fixjpetermans
2017-05-08documentation cleanupjpetermans
2017-05-08updated keymap for new led functionsjpetermans
2017-05-08CLeaned out debug codejpetermans
2017-05-08small code cleanupjpetermans
2017-04-30Testing initial blink supportjpetermans
2017-04-26Simplified processing in led_controller; more control at user level.jpetermans
2017-04-15more stable lock led process, added debugging codejpetermans
2017-04-14Added backlight step functionalityjpetermans
2017-04-13fixed bit shift in led_set_bitjpetermans
2017-04-13more flexible led processing functions, all and on/off/togglejpetermans
functioning
2017-04-12Updated lock led initjpetermans
2017-04-11fixed write_led_page col shift, added option for lock led displayjpetermans
2017-04-10led init code missing pwm writes for Frame 1jpetermans
2017-04-10revised led controller code to allow for more optionsjpetermans
unable to switch picture displays
2017-04-07add ability to toggle individual led by addressjpetermans
2017-04-06Moved led page arrays to keymap.c and added keymap header to definejpetermans
individual led addresses
2017-04-06Add Kinetis_i2c settings consistent with whitefox mcuconfjpetermans
2017-04-06match hal settings to whitefox, fix make rulesjpetermans
2017-04-06Add led_controller.h to user keymap.cjpetermans
2017-04-06add led init function to header for use in keymap.cjpetermans
2017-04-06Adjust led_controller.c matrix sttings and init functionjpetermans
2017-04-06Added tmk whitefox led filesjpetermans
2017-04-06Added personal configs and keymap to infinity60/keymapsjpetermans
2017-01-24updated all the other keymaps to support the new changes.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.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 frequencyFred Sundvik