summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-02-18Move hexwire layout into 4x12 layout folderDanny Nguyen10-389/+56
2018-02-18Add Dilly keyboardDanny Nguyen8-0/+272
2018-02-16Added Chimera LS and Chimera Ergo (#2335)GlenPickle17-15/+1359
* Added Chimera Ortho keymap * added readme * fixed hardware link * Added KC_KEYMAP * resolving conflict * Added Chimera LS and Chimera Ergo * Added rules file * fixed rule files * Added Chimera Ortho keymap * Added KC_KEYMAP * Added Chimera LS and Chimera Ergo * fixed rule files * fixed rule files * fixed image links * Added KC_KEYMAP * Added Chimera LS and Chimera Ergo * Added Chimera Ortho keymap * fixed rule files * fixed rule files * fixed image links * Fixed KEYMAP vs KC_KEYMAP
2018-02-16u/yanfali custom keymap for IrisYan-Fa li4-0/+211
Based heavily on the keymap by hexwire. 1. Moved LALT to LCTL; I don't need CTL because of ESCC. 1. Moved RAISE to old LALT. 1. Moved ENTER to old RAISE. 1. Move QUOTE to old ENTER. 1. Moved PLUS to old QUOTE. 1. replaced music next and volume up with browser forward and back through history
2018-02-16Update keymap.cPittyolo1-0/+42
2018-02-16Iris: Create info.json (#2396)tameone1-0/+16
* Create info.json * Update info.json
2018-02-16Fix EE HANDS on splits losing handedness if RGB is enabled (#2399)Drashna Jaelre6-27/+6
* Fix EE HANDS on splits losing handedness if RGB is enabled * Because I'm an idiot and did a bad cut/paste job
2018-02-16Let's Split: Minor keymap fixesChrissiQ1-5/+5
2018-02-12adding my stuff back after hard resetOryhara5-41/+592
2018-02-12Fix swedish NO_GRVJohan Ju1-2/+0
2018-02-12Change the CDC_NOTIFICATION_EPSIZE back to 8 from 32Fred Sundvik1-1/+1
2018-02-12Set unused USB serial buffer to 1 byte to save memoryFred Sundvik9-8/+175
2018-02-12Update to drashna keymaps (#2381)Drashna Jaelre6-164/+162
* Add to list of predefined rgb colors * Change layer colors, to reflect new options * Use Tag Toggle instead * Clean up macros and add breathing indication for OSM Layer * Get Viteri Macropad working properly * Disable unused action features * Use I2C because that's smaller, apparently * Remove viterbi-half code
2018-02-12Update feature_auto_shift.mdGomme_Bidule1-1/+1
2018-02-12Committed initial version of the knops configurator.Kayle Knops3-0/+162
2018-02-11Clueboard hotswap support (#2376)skullydazed15-0/+407
2018-02-11Modernize clueboard, add 66_ansi and 66_iso layouts (#2377)skullydazed35-372/+569
2018-02-10New keyboard: Cu75 (#2374)yiancar12-1/+803
* Added Modular keyboards L,R and NUM Created code modules for the 3 modules of the modular keyboard. Original idea by MechboardsUK. Uses i2c implementation similar to lets split * Remove modular from master This is to fix incorrect branching * Addition of cu75 Addition of cu75 keyboard, uses libraries from LFKeyboards directory which are path linked to reduce file duplication. Minor fix on cu24 readme * Minor Readme Fix
2018-02-10Diverge 3 initial commitIslandMan939-0/+543
woo it works use lets split code Final working. Uses serial Update license
2018-02-10Added raylas keymap for TADA68Raymond Douglas3-0/+79
2018-02-10Add JC65 ps2avrGB keyboard (#2351)Jason Barnachea40-134/+1164
* Adds JC65 ps2avrGB keyboard * Adds default keymap * Adds personal keymap * Backlight On/off support Migrated code from the BFake. Functionality only on BL_ON, BL_OFF, BL_TOGG. * Backlighting config adjustment Only 1 level supported. * Personal keymap update BL toggle added and RGB layer updates. * Renamed jc65 ps2avrgb directory Renamed directory for more clarity. * Default keymap and default rules * Personal keymap and personal rules * Group JC65 QMK and PS2 versions Group JC65 QMK and PS2 versions, Split directories, Readme for parent folder. * Default keycaps and personal keymaps re-added Default and personal keymaps re-added. Keymaps, Readme, Rules.mk, and config.h * v32a default keymap rules Default to no. * RGB and Backlight default settings Set to yes. * Rules.mk defaults for personal keymap Rules.mk defaults for personal keymap * Revised keyboard readme make paths Revised. * Path correction * jc65 default folder set set default pcb to qmk version * default rules for v32a set to enable backlight and rgb by default.
2018-02-10Fix reset for STM32 devicesFred Sundvik4-21/+23
2018-02-08add conditional to perform check-size only for supported architecturesMichael F. Lamb1-0/+5
2018-02-08make check_size work across platformsMichael F. Lamb1-1/+1
2018-02-08Add the ability to disable Music Mode completely (#2339)Drashna Jaelre3-3/+8
* Skip process_music in NO_MUSIC_MODE is defined * Skip matrix_scan_music if NO_MUSIC_MODE is defined * Skip music_all_notes_off if NO_MUSIC_MODE is defined * Leave matrix_scan_music in, because it reduces firmware size by 150b.... * Add docs for NO_MUSIC_MODE
2018-02-08Switch from echo to printf for output without newlinesDanny Nguyen1-2/+2
2018-02-08Only search through newly detected devices and discard ones that disappearedDanny Nguyen1-2/+3
2018-02-08Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo38-1226/+750
* 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-02-08ARM audio fixes, stack size increase (#2365)Jack Humbert2-51/+231
* fix up arm audio implementation * chibios stack size inc * get one channel working * update for chibios
2018-02-08Fixed my minivan F-keysjetpacktuxedo2-2/+2
2018-02-08Makes layers consistent with commentsNiles Christensen1-2/+2
2018-02-08Replace Right key on base layer with RShift, convert adjust to KC_KEYMAP formatDanny Nguyen1-13/+22
2018-02-07Send usb wakeup through ChibiOSFred Sundvik3-26/+2
2018-02-07Update Chibios Contrib with 17.6.3 supportFred Sundvik1-0/+0
2018-02-07Update ChibiOS to 17.6.3Fred Sundvik2-6/+5
2018-02-07New keyboard added "Zen" (#2347)Legonut19-0/+1316
* New keyboard added Zen is a split ortholinear currently in group buy. * remove bad keymap Keymap was throwing errors * remove other bad keymap I should have checked these before haha * small fix to update folder name * renamed temp * renamed to zen * update folder name * Slim down matrix code Suggested by drashna * move KC_NO * Update keymap * change from rev2 to rev1
2018-02-07Re-add Flip Installer (#2355)Drashna Jaelre1-3/+5
* Re-add Flip Installer Found the update URL for it. http://www.microchip.com/developmenttools/productdetails.aspx?partno=flip * Comment out JRE installer version
2018-02-07convert to unix line-endings [skip ci]QMK Bot1-1/+1
2018-02-07made changes to my kelorean planck keymap (#2343)KeLorean5-39/+28
* Planck-swapped up/down arrows,s65x-add dvorak * Added Dvorak as first layer of default keymap * planck-swap up and down arrows. s65x-added dvorak * added colemak to kelorean s65x keymap * made more changes to kelorean keymap * just tryinng to fix bc i was not connected upstrem
2018-02-06Remove _quantum functions from custom matrix.c codeU-LANDSRAAD\drashna23-208/+0
2018-02-05Add stm32 to drivers.txtskullydazed1-1/+2
2018-02-04Fixes to get tap dance to fire at proper places (#2272)scauligi3-31/+53
* tap dance fixes: fire immediately upon completion and also get properly interrupted before macros * bugfix for tapdance improvement * fix build
2018-02-04made kelorean keymaps for planck and s65x (#2331)KeLorean6-0/+544
* Planck-swapped up/down arrows,s65x-add dvorak * Added Dvorak as first layer of default keymap * planck-swap up and down arrows. s65x-added dvorak * added colemak to kelorean s65x keymap
2018-02-04Update to drashna userspace (Keymap Templating) (#2338)Drashna Jaelre8-127/+215
* Change tapping term to be longer * Make Audio/Underglow settings permanent * Use wait_ms rather than _delay_ms * Readd One Shot Mods * Switch to Imperial March startup sound * Move OSM to it's own layer * Minor Formatting Tweaks * Keymap Templates and formatting fixes
2018-02-04Added personal nyquist & levinson layoutsHarley Laue13-0/+917
2018-02-03Added dz60 custom layout (#2302)f3d31-0/+85
* Add files via upload * Update keymap.c * Delete keymap.c * Added dz60 banana-split layout * Added dz60 custom layout Added layout for dz60 with split spacebar, arrows and other customizations.
2018-02-03just a planck layout (#2320)jirgn6-0/+440
* added jirgn keymap from dotfiles * added jirgn s keymap as copy from default * [TASK] removed unnecessary colemak and dvorak layouts * [TASK] added right shift with tab to enter * [TASK] added ctrl keys beside homerow * [TASK] added Navigation Layer removed unnecessary BACKLIT removed Media Controls in Base Layers * [TASK] added left Navigation mode fixed some doc * [Fix] locked navigation layer by adding a transparent key for nav_mod keys * [TASK] added some more symbols and removed lower F1-F12 keys * [TASK] added some README and a layout design * [FIX] forced for adding to repo * [FIX] forced for adding to repo * [FIX] problem with layerswitching and hanging ctrl * removed image from repo * removed github image link with permalink from layout designer * removed github image link with permalink from layout designer * replaced image with permalink to layout editor
2018-02-03Cu24 keyboard addition (#2330)yiancar8-1/+401
* Added Modular keyboards L,R and NUM Created code modules for the 3 modules of the modular keyboard. Original idea by MechboardsUK. Uses i2c implementation similar to lets split * CU24 Support Addes Support for the upcoming CU24 keyboard sold by CapsUnlocked * Removed modular keyboards to make stuff clear * Lower Case folders * Remove CU24 - Rename Folder * Add CU24 - Renamed * Fixed ignore list I am stupid
2018-02-03Fix .editorconfig to not mess with line endingsFred Sundvik1-1/+19
2018-02-02Map num lock and caps lock LED events to the RXLED and TXLEDEmily Soldal1-1/+18