aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/thevankeyboards/minivan/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Remove KC_DELT alias in favor of KC_DEL (#6327)Konstantin Đorđević2019-08-301-3/+3
| | | | | | * Remove KC_DELT alias in favor of KC_DEL * Add changelog
* RGB Inidcator example for new van pcbs (#6544)Ethan Madden2019-08-253-9/+53
| | | | | | | | * RGB Inidcator example for new van pcbs * simplify config.h As per @drashna in CR
* Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark2019-07-151-15/+17
| | | | | | * Remove/migrate action_get_macro()s from default keymaps * Leave these breaks alone
* [Keymap] Replaced xxxxxxx by XXXXXXX to fix build breakage (#6228)francislan2019-07-021-5/+5
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-3/+3
|
* [Keymap] Adding my keymap for the minivan/kumo (#5896)kingwangwong2019-05-173-0/+124
| | | | | | | | | | | | | | | | * adding my keymap for the KUMO * edited the readme file * edited some more files * edited some more files * edited files from feedback * edited one more files from feedback * edited rules
* [Keymap] Add keymap for minivan (#5887)marksard2019-05-174-0/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | * Keyboard: add treeadstone48 * rename layout defines * Use of pragma once * move common include code * fixed info.json * change keymap layout from kc to normal * fix alpha revision keymap * fixed info.json * remove USE_Link_Time_Optimization * Added like_jis keymap for minivan/KUMO keyboard. * Fixed comments * Fixed review
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-191-6/+1
| | | | | | | | * Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
* Migrate ACTION_LAYER_TAP_TOGGLEs to TT()fauxpark2019-02-181-2/+1
|
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-178-28/+0
|
* Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark2019-02-161-4/+0
|
* Remove empty fn_actions[]fauxpark2019-01-114-12/+0
|
* Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft2019-01-048-24/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Keymap: Update keymap to match latest changes to Wilba's firmware. (#4432)Joe Wasson2018-11-213-0/+57
| | | | | | | | | | | | * Fix firmware to work with latest Wilba changes (i.e. dynamic keymap) and M60a. * Get back RGB Backlight codes. * More tweaks. * Update users/talljoe/rules.mk Co-Authored-By: Talljoe <jwasson+github@gmail.com>
* Replace outdated RGB/Audio informationDrashna Jaelre2018-10-227-7/+7
|
* Keymap: Adding my Minivan layout (#4162)lexworth2018-10-184-0/+46
| | | | | | | | | | | | * adding my keymap * adding my Minivan keymap * deleted old incomplete keymap * added link to layout image * adding my minivan keymap
* Keyboard: Shuffle keyboards into thevankeyboards directory (#3895)MechMerlin2018-09-1336-0/+2348
* move tv44 to thevankeyboards directory * move bananasplit to thevankeyboards * move roadkit to thevankeyboards directory * add a basic readme * update readmes to correct the make instructions and add more help text * rename tv44 to minivan as per Jack's suggestions * update readme * rename tv44 to minivan * update tv44 to minivan * change includes for tv44 to minivan * remove extra includes