summaryrefslogtreecommitdiffstats
path: root/keyboards/tv44
AgeCommit message (Collapse)AuthorFilesLines
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-08-17Make the bulk of our keyboards match the readme.md standardskullY1-23/+9
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-12/+12
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
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-15tv44: Fix up the KEYMAP macroKaleb Elwert1-4/+49
Previously KEYMAP referred to the KEYMAP_ARROW layout and had 45 keys. It makes more sense for the default keymap to be the 44 key layout, as is implied by the name. Additionally keymaps for all other known layouts have been added: KEYMAP - base layout KEYMAP_ARROW - additional key in bottom right KEYMAP_COMMAND - additional key in bottom left KEYMAP_ARROW_COMMAND - combination of KEYMAP_ARROW and KEYMAP_COMMAND
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-27Merge pull request #689 from jeebak/tv44-jeebakJack Humbert4-0/+596
Port jeebak's Planck/JD45 keymap to TV44
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-23Merge branch 'master' into makefile_overhaulFred Sundvik2-2/+2
2016-08-22Merge remote-tracking branch 'upstream/master'Xyverz1-1/+1
2016-08-22Added missing key K3A to KEYMAP() macro in tv44.hXyverz1-1/+1
2016-08-21Fixing DvorakKyle Berry1-1/+1
Updating with proper Dvorak layout.
2016-08-20Update keyboard readme files with new makefile instructionsFred Sundvik1-3/+3
2016-08-20Split keyboard makefiles into rules and MakefileFred Sundvik2-74/+71
2016-08-13Renamed minivan44 to tv44 in all occurrences per wishes ofIan Sterling13-0/+564
Jack and Evan.