aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/whitefox/keymaps
AgeCommit message (Collapse)Author
2018-08-01Keymaps: Add whitefox constexpr keymap (#3541)Gravatar Konstantin Đorđević
* Add keyboards/whitefox/keymaps/constexpr * Conform to project coding conventions * Tweak numpad layer keys * Remove unnecessary directives
2018-07-07Fix a few minor formatting annoyances in WhiteFox (#3331)Gravatar MechMerlin
2018-06-02Dhertz' keymaps (#3094)Gravatar 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)Gravatar Louis Orleans
* ✨ add base layout * ✨ add mouse keys * 🔥 remove unwanted keys * 📝 add readme
2017-12-17Custom Keymaps for Certain Layouts (#2161)Gravatar 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-09-27remove all makefiles from keyboard directoriesGravatar Jack Humbert
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)Gravatar 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-06-25Whitefox LED control (#1432)Gravatar Ethan Madden
* use new grave_esc functionality * Port LED control from Ergodox Infinity to Whitefox
2017-06-13Added whitefox keymapGravatar Ethan Madden
2017-01-09Fix mismatched indentationGravatar Kaleb Elwert
2017-01-09Remove KC_ prefix from KEYMAP macro to match other keyboardsGravatar Kaleb Elwert
2017-01-03Initial whitefox supportGravatar Kaleb Elwert