summaryrefslogtreecommitdiffstats
path: root/keyboards/whitefox
AgeCommit message (Collapse)AuthorFilesLines
2017-12-08Enable tap dance and other features for Whitefoxandy2-0/+19
The custom matrix code was missing calls to matrix_*_quantum, disabling quantum features.
2017-11-14Add Keymap for Whitefox Truefox layoutAndy Holder1-0/+19
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-8/+0
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed1-0/+5
* 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-17Make the bulk of our keyboards match the readme.md standardskullY1-5/+12
2017-07-10Rename board files to lowercaseFred Sundvik1-0/+0
2017-07-10Make it easier to use driversFred Sundvik4-15/+4
2017-07-10Shared default animationsFred Sundvik4-161/+2
2017-07-10Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHTFred Sundvik1-18/+18
2017-07-10Shared gfxconfFred Sundvik1-299/+1
2017-07-10Define visualizer thread priority by defaultFred Sundvik1-3/+1
2017-07-10Remove ergodox from gdisp driver namesFred Sundvik2-2/+2
2017-07-10Move GDISP drivers to /drivers/ugfxFred Sundvik5-351/+1
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-10/+10
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-06-26Whitefox LED control (#1432)Ethan Madden13-9/+1039
* use new grave_esc functionality * Port LED control from Ergodox Infinity to Whitefox
2017-06-14Added whitefox keymapEthan Madden2-0/+63
2017-01-10Wait for two ticks rather than 1Kaleb Elwert1-1/+1
2017-01-09Fix mismatched indentationKaleb Elwert1-1/+1
2017-01-09Update clock frequencies to match the infinity ergodoxKaleb Elwert1-15/+4
2017-01-09Increase tick frequency for responsivenessKaleb Elwert2-2/+2
Based off of PR #866 which did the same thing for the infinity60
2017-01-09Remove KC_ prefix from KEYMAP macro to match other keyboardsKaleb Elwert3-35/+35
2017-01-04Add whitefox readmeKaleb Elwert1-0/+7
2017-01-04Remove unneeded defineKaleb Elwert1-1/+0
2017-01-04Initial whitefox supportKaleb Elwert13-0/+1463