summaryrefslogtreecommitdiffstats
path: root/keyboards/tv44/keymaps
AgeCommit message (Collapse)AuthorFilesLines
2018-03-16Fixed various keymaps and the allocation of "key_combos" (#2526)Brian Choromanski1-0/+3
* Fixed plank keymaps so that they will compile for planck light * tv44:budi now compiles * s60_x:amnesia0287 now compiles * Fixed allocation of key_combos so that narze keymap for planck can compile correctly * Disabled rgb on ergodone and infinity * Enabled tap dance so it compiles * Added return statement so it compiles * If compiling on light disable extra functionality * Properly redefined variable so it compiles
2018-02-08Fixed my minivan F-keysjetpacktuxedo2-2/+2
2017-12-15[budi] tv44 arrow dvorak (#2151)Budi Dharmawan3-0/+223
* [budi] tv44 arrow dvorak * [tv44/budi] Removed qwerty, added readme
2017-10-26Small documentation and keymap tweaks for my minivan layout (#1891)Ethan Madden3-14/+11
* Added personal minivan keymap more consistent layer setup documentation! slide some things around more doc jiggling * Small layout and documentation tweaks Small documentation updates dropped Makefile that for some reason was still in my branch * found and removed extra makefile
2017-10-15update keymaps to not be the canonical fileJack Humbert1-2/+0
2017-09-27remove all makefiles from keyboard directoriesJack Humbert8-141/+0
2017-09-11Update tv44-belak keymapKaleb Elwert3-7/+23
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed9-0/+137
* 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-09-06Added personal minivan keymap (#1681)Ethan Madden4-0/+119
more consistent layer setup documentation! slide some things around more doc jiggling
2017-08-27Keymaps for several of my boards (#1641)Michael Terhar4-0/+260
* copied mjt keymaps from archive * All mjt boards now compile * fixed jd45-mjt breathing * Updates to fix SpaceFN but not tested yet. * Still missing either spacebar or an adjacent keypress. * Debugging rigged up for use with hid_listen. * Reverted the default keymap to use tap_layer_key rather than custom. Moved custom approach to keymap_debug.c * Fixed the lower-left side of the keymap, which needed more spacers due to the matrix being directly put into the array rather than using the keymap function. * Cleaned up JD45 keymap that uses tapkey. * Redid minivan keymap with numsym rather than raise/lower. Untested. * Created my MJT keymap for HHKB Enabled dynamic macros and moved somoe of the shortcuts around. * Minor keymap fixes to make them compile without errors. * Added home/end to right arrow cluster on DYN layer. * Added more keys to fn and dyn layers. * It wasn't using my custom layer last time somehow...? Now it will. * Compiled and installed at end of day on 8/23 * Moved macros to FKEY layer because Adjust was too hard to get into and out of without some sort of feedback. * Fixed volume controls... were reversed and disabled. * Added F13-F15 back to fkeys layer in Minivan * Created new Planck Keymap that uses the NumSym and FKeys layer approach like the Minivan. * Removed DYN layer. * Fixed diagram in planck numsym. * Cleanup for pull request. * Roadkit flip phone warning. * Replaced PLAY_NOTES_ARRAY to PLAY_SONG * reset the submodules * checked out specific commits for submodules * Removed debugging from JD45 shared config.h * Moved custom rules.mk to apropriate keymap Reset the shared rules.mk file. * Trailing return issue in rules.mk Gotta make for a smooth pull request :-)
2017-06-19tv44: Add core layout based on the Core 47Kaleb Elwert3-0/+55
2017-06-17tv44: Rearrange belak keymap and add some tap dance magicKaleb Elwert2-27/+82
2017-06-16tv44: add belak keymapKaleb Elwert3-0/+68
2017-06-15tv44: update tong92 keymap to use KEYMAP macroKaleb Elwert1-31/+31
2017-06-15tv44: update xyverz keymap to use KEYMAP macroKaleb Elwert1-36/+36
2017-06-15tv44: update default keymap to use KEYMAP macroKaleb Elwert1-37/+41
2017-06-15tv44: update jeebak keymap to use new macros and remove custom onesKaleb Elwert2-30/+9
2017-06-15tv44: update smt keymap to use new macros and remove custom onesKaleb Elwert3-45/+9
2017-06-12remove the rest of the .pngsJack Humbert2-1/+1
2017-05-11Fix spelling of "persistent"Nikolaus Wittenstein5-14/+14
Fixes #1201.
2017-04-19LT doesn't work with tri_layer. Removed it from this keymap.Xyverz1-25/+20
2017-04-19swapped RAISE with LOWER in layer-tapping macros.Xyverz1-6/+6
2017-04-18Fixed a weird diff mishap.Xyverz1-10/+0
2017-04-18Merge branch 'tv44_revamp'Xyverz1-48/+89
2017-04-18Updated my TV44 keymap to be more planck-like.Xyverz1-50/+51
Used the current default planck keymap as a guide.
2017-04-17macros to make keymap reading easier.Xyverz1-3/+6
2017-04-17Added keymap to TV44 RevampXyverz1-40/+73
2017-04-03Merge pull request #1194 from tong92/masterJack Humbert4-0/+223
Adds tong92's keymap to tv44
2017-04-02Merge remote-tracking branch 'upstream/master'Xyverz1-12/+12
2017-04-02Adds tong92's keymap to tv44=4-0/+223
2017-03-08Update smt keymaps for consistencyStephen Tudor1-12/+12
2017-02-21Merge remote-tracking branch 'upstream/master'Xyverz5-0/+415
2017-02-12Add smt keymap for tv44 (MiniVan)Stephen Tudor5-0/+415
2017-01-19Merge remote-tracking branch 'upstream/master'Xyverz1-1/+1
2017-01-13Update keymap.ckd0kkv1-1/+1
Fixed the default querty layout to have a B button and just one F
2016-10-01More standardization between the three layoutsxyverz1-6/+6
Swapped Number Row with Symbols between _L1 and _L2.
2016-10-01revisions to my keymap again.Xyverz1-8/+8
2016-08-27[tv44] Port jeebak's planck keymap to tv44JeeBak Kim3-69/+538
2016-08-26[tv44] Add "jeebak" keymap folder as a copy of the "default" folderJeeBak Kim4-0/+127
2016-08-21Fixing DvorakKyle Berry1-1/+1
Updating with proper Dvorak layout.
2016-08-13Renamed minivan44 to tv44 in all occurrences per wishes ofIan Sterling8-0/+249
Jack and Evan.