aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/vision_division/keymaps/default
AgeCommit message (Collapse)Author
2019-03-19 Cleanup Default Keymaps (#5442)Gravatar Drashna Jaelre
* Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
2019-02-16Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)Gravatar fauxpark
2019-02-14Migrate fn_actions for default keymaps (#4935)Gravatar fauxpark
* Migrate fn_actions for default keymaps * Rename the Grave/Escape Shift masks * No need for shift_esc_shift_mask * Change breaks to return false * Right align pointers * Add default case * Separate cases with empty lines
2019-01-04Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)Gravatar noroadsleft
* Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
2018-10-22Replace outdated RGB/Audio informationGravatar Drashna Jaelre
2018-01-01backlight breathing overhaul (#2187)Gravatar Balz Guenat
* add breathing to bananasplit * backlight breathing overhaul * fix the backlight_tick thing. * fix for vision_division backlight * fix a few keymaps and probably break breathing for some weirdly set-up boards. * remove BL_x keycodes because they made unreasonable assumptions * some fixes for BL keycodes * integer cie lightness scaling * use cie lightness for non-breathing backlight and make breathing able to reach true max brightness
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-08-20Remove PLAY_NOTE_ARRAY usages to get rid of warning.Gravatar Joe Wasson
2017-05-11Fix spelling of "persistent"Gravatar Nikolaus Wittenstein
Fixes #1201.
2016-10-23Fixed some large keyboard bugsGravatar IBNobody
Fixed some bugs relating to keyboards with more than 16 columns. Also added the ability to mask off keyboard matrix bits.
2016-10-18Updating Vision keyboard filesGravatar IBNobody
2016-09-28Updating Vision to beta layout.Gravatar IBNobody
2016-08-25Added pin support for A0-A7Gravatar IBNobody
Vision Division - It works!
2016-08-23NightlyGravatar IBNobody
Prep for Vision build
2016-08-21NightlyGravatar IBNobody
Only major change to qmk was the addition of A0-A7 pins for the AT90USB
2016-08-20In Progress MergeGravatar IBNobody
2016-08-20Initial CommmitGravatar IBNobody