summaryrefslogtreecommitdiffstats
path: root/keyboards/infinity60
AgeCommit message (Collapse)AuthorFilesLines
2019-05-03Add DFU Suffix for ARM boards (#5763)Drashna Jaelre1-0/+1
* Add DFU Suffix for ARM boards * Blindly flash DFU SUFFIX ARGS for now * Fix commented out check * Fix DFU Suffix Argument check Thank you jack! * Update Travis CI Scripts to include dfu-util So we can get dfu-suffix as well * Manually add dfu-suffix package * Use external repo for newer version of dfu-util One that includes dfu-suffix * Update .travis.yml * Silence unnecessary output from dfu-suffix
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre1-5/+0
* Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
2019-01-12Remove empty fn_actions[]fauxpark3-15/+0
2018-12-22Keyboard: Infinity60 refactor, Configurator support and readme update (#4707)noroadsleft10-47/+130
* Infinity60: refactor - infinity60.h / keymap.c - renamed layout macro to LAYOUT_60_ansi_split_bs_rshift; removed layout macro alias - updated to #pragma once - keymaps now use #include QMK_KEYBOARD_H - keymaps/jpetermans/config.h updated to #pragma once - keymaps/jpetermans/rules.mk deleted (complete contents were deprecated make instructions) * Infinity 60%: Configurator support * Infinity60: readme update Updated the Docs links. * Infinity60: bugfix depariel keymap Had a typo. * Infinity60: edit matrix.c per @drashna - https://github.com/qmk/qmk_firmware/pull/4707#issuecomment-449540676
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson1-2/+0
* Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
2018-08-26add linebreaks to "Keyboard Maintainer:..." blocks where missing (#3763)Michael F. Lamb1-2/+2
2018-04-16Add a custom USB driver for ARM (#2750)fredizzimo1-1/+1
* 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 Elwert2-4/+5
2018-04-04Update input:club boards to use the proper vendor and deviceKaleb Elwert1-3/+3
2018-02-12Set unused USB serial buffer to 1 byte to save memoryFred Sundvik1-1/+1
2018-02-08Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo2-5/+3
* 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 Elwert1-2/+2
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-1/+1
* 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 Humbert2-7/+0
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed1-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
2017-08-24Add split ansi layout and talljoe's keymap.Joe Wasson2-1/+4
2017-08-22Add back original copyrightsjpetermans3-0/+3
2017-08-22Readme correction #2jpetermans1-1/+1
2017-08-22Correct jpetermans keymap readme and update copyright infojpetermans4-5/+5
2017-08-17Make the bulk of our keyboards match the readme.md standardskullY1-24/+9
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-8/+8
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-05-31Update lock led processing and remove debug msgsjpetermans4-28/+10
2017-05-25reduce recurring writes to lock ledsjpetermans1-5/+53
2017-05-24Restore deleted MEMO.txt from masterjpetermans1-0/+385
2017-05-24keymap example update and tweak to set_led_bit functionjpetermans3-24/+21
2017-05-11reorder mailbox msg data; formattingjpetermans4-111/+101
2017-05-09remove breath functions from keymapjpetermans2-14/+7
2017-05-09last readme fixjpetermans1-4/+8
2017-05-09third readme fix attemptjpetermans1-4/+4
2017-05-09readme fixjpetermans1-6/+6
2017-05-09documentation cleanupjpetermans2-34/+41
2017-05-09updated keymap for new led functionsjpetermans4-199/+240
2017-05-08CLeaned out debug codejpetermans3-266/+14
2017-05-08small code cleanupjpetermans3-576/+210
2017-05-01Testing initial blink supportjpetermans2-81/+180
2017-04-27Simplified processing in led_controller; more control at user level.jpetermans2-96/+123
2017-04-15more stable lock led process, added debugging codejpetermans1-47/+70
2017-04-15Added backlight step functionalityjpetermans2-164/+160
2017-04-14fixed bit shift in led_set_bitjpetermans1-5/+21
2017-04-14more flexible led processing functions, all and on/off/togglejpetermans4-78/+97
functioning
2017-04-13Updated lock led initjpetermans3-45/+96
2017-04-12fixed write_led_page col shift, added option for lock led displayjpetermans3-81/+53
2017-04-11led init code missing pwm writes for Frame 1jpetermans2-15/+40
2017-04-11revised led controller code to allow for more optionsjpetermans4-133/+340
unable to switch picture displays
2017-04-08add ability to toggle individual led by addressjpetermans3-101/+128
2017-04-07Moved led page arrays to keymap.c and added keymap header to definejpetermans3-57/+152
individual led addresses
2017-04-06Add Kinetis_i2c settings consistent with whitefox mcuconfjpetermans1-4/+7
2017-04-06match hal settings to whitefox, fix make rulesjpetermans2-4/+5
2017-04-06Add led_controller.h to user keymap.cjpetermans1-11/+16
2017-04-06add led init function to header for use in keymap.cjpetermans1-6/+14