summaryrefslogtreecommitdiff
path: root/keyboards/whitefox
AgeCommit message (Collapse)Author
2018-06-02Dhertz' keymaps (#3094)Dan Hertz
* Port my keymap to QMK * Add Percent Canoe keyboard * Fix row of nonus backslash * Update info.json to be correct for canoe * fix alignment * Use qmk shortcuts rather than tmk functions * Move over first macro * Move rest of macros over * clean up unused functions * Move files to userspace for HHKB * Add keymaps for hhkb * Change LAYOUT_ISO to LAYOUT_iso * Remove bootloader key in info.json * Remove tilde remap from Karabiner * Add country_iso_alpha2_code to macros * Add my keymap for canoe * Add layer colour indicator * Fix bad rebase * Fix naming of keymap from rebase * Add GRV to function layer * Fix keymap to use new LAYOUT_JP * Update keymaps to use process_record_* rather than action functions * Update hhkb imports to be just what is needed * Update whitefox to use LAYOUT macro instead of KEYMAP * Remove redundant imports from user definition * Move TAPPING_TERM to config.h * Use layer change events to change RGB LED colour * temp * Fix layer switching to iPad on HHKB * Fix Canoe pictures
2018-04-30board(whitefox): add layout (#2845)Louis Orleans
* ✨ add base layout * ✨ add mouse keys * 🔥 remove unwanted keys * 📝 add readme
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-11Remove bootloader from info.jsonsskullY
2018-04-07Pull information from config.h and rules.mk (#2711)skullydazed
* Pull information from config.h and rules.mk * Readd the kbd75 maintainer
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-04-03Update whitefox to use the K-Type teensy workaroundKaleb Elwert
2018-03-25info.json configurator support for popular 65% keyboards (#2589)MechMerlin
* Support for tada68 ansi layout. Avoiding the iso layout as it doesn't seem correct * whitefox support for configurator * configurator support for jc65 PCB featuring both the qmk and ps2avrgb versions
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-12-17Custom Keymaps for Certain Layouts (#2161)kimkimkeren
* Add keymap for my friend's KBD75\nBug : RGUI is read as RALT * Add keymap for Nyquist * Add Keymap for Whitefox (Truefox layout only) * Add Keymap for XD75 and XD73 (XD75 with 1u blocker each on left and right bottom
2017-12-08Enable tap dance and other features for Whitefoxandy
The custom matrix code was missing calls to matrix_*_quantum, disabling quantum features.
2017-11-13Add Keymap for Whitefox Truefox layoutAndy Holder
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-16Make the bulk of our keyboards match the readme.md standardskullY
2017-07-10Rename board files to lowercaseFred Sundvik
2017-07-10Make it easier to use driversFred Sundvik
2017-07-10Shared default animationsFred Sundvik
2017-07-10Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHTFred Sundvik
2017-07-10Shared gfxconfFred Sundvik
2017-07-10Define visualizer thread priority by defaultFred Sundvik
2017-07-10Remove ergodox from gdisp driver namesFred Sundvik
2017-07-10Move GDISP drivers to /drivers/ugfxFred Sundvik
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-06-25Whitefox LED control (#1432)Ethan Madden
* use new grave_esc functionality * Port LED control from Ergodox Infinity to Whitefox
2017-06-13Added whitefox keymapEthan Madden
2017-01-10Wait for two ticks rather than 1Kaleb Elwert
2017-01-09Fix mismatched indentationKaleb Elwert
2017-01-09Update clock frequencies to match the infinity ergodoxKaleb Elwert
2017-01-09Increase tick frequency for responsivenessKaleb Elwert
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 Elwert
2017-01-04Add whitefox readmeKaleb Elwert
2017-01-04Remove unneeded defineKaleb Elwert
2017-01-03Initial whitefox supportKaleb Elwert