summaryrefslogtreecommitdiffstats
path: root/layouts/default
AgeCommit message (Collapse)AuthorFilesLines
2018-09-1065% and 68 key community layouts (#3872)MechMerlin6-10/+33
* rename 68_ansi layout to 65_ansi layout * more renames and readme change * add company names * add community layouts for 68_ansi * add 68_ansi support for mf68 type boards * update readme
2018-08-25Keyboard: introduce new default layout 68_ansi (#3745)MechMerlin3-0/+19
2018-08-24Introduce new 75_ansi standard layout (#3738)MechMerlin3-0/+21
* introduce new layout 75_ansi * use the new 75_ansi layout for my octagon v2
2018-08-15Layouts: Add default ortho 5x14 layout (#3656)zgtm3-0/+19
* Add default ortho 5x14 layout * Fix layout_ortho_5x14: KC_EQLS -> KC_EQL
2018-06-09Additional default layouts: Fullsize ANSI, Fullsize ISO, TKL ISO (#3154)noroadsleft9-0/+63
* Add Fullsize ANSI layout * Add Fullsize ISO layout * Add TKL ISO layout
2018-06-09Fix KC_P00 macro for ortho_5x4 layout (#3152)noroadsleft1-1/+1
2018-06-07Add premade layouts for Numpad 4x4, Numpad 5x4, Ortho 5x4, and Planck MIT ↵noroadsleft12-0/+113
(#3139) Fix EOF on Planck MIT layout.json Cleanup ortho_5x4 layout.json
2018-06-06Dilly: Refactor and Configurator support (#3134)noroadsleft3-0/+15
* Refactor * Configurator support * Add LAYOUT_ortho_3x10 to default QMK layouts * Refactor Dilly to use LAYOUT_ortho_3x10
2018-05-28Refactor and Configurator updates for AMJ Pad (#3060)noroadsleft6-0/+51
* Refactor for AMJ Pad * Configurator update for AMJ Pad * Add hardware agnostic layouts numpad_6x4 and ortho_6x4 * Add agnostic layouts to rules.mk * Refactor AMJ Pad to use new hardware agnostic layouts
2018-05-22Remove ISO imposter key from TKL keymap (#3014)Joe Wasson1-2/+2
2018-05-12More work on Talljoe layout including adding layout support for HHKB and ↵Joe Wasson6-0/+93
TKL. (#2946) * Add tap-dancing semicolon. * Infinity60 was running out of USB space. * Rename common layout variable so it doesn't collide with some keyboards. * Godspeed!!! * Patch the number of LEDs for 1up60rgb * Don't light up if rgblight is off. * Add HHKB layout. * Add HHKB to Talljoe's layout. * Bring back bananasplit keymap. * info.json * Userspace config.h doesn't seem to be setting PREVENT_STUCK_MODIFIERS * Remove 1uprgb workaround * Add TKL to talljoe keymap. Also introduces the tkl layout.
2018-03-29layouts/default: fill in 60_ansi keymapsJonathan A. Kollasch2-14/+14
2018-02-11Modernize clueboard, add 66_ansi and 66_iso layouts (#2377)skullydazed6-0/+38
2017-09-30Clueboard 60% support (#1746)skullydazed2-6/+6
* initial clueboard_60 support * LED lighting support * fix the clueboard->clueboard_66 rename * Add layout support to clueboard_60 * Fix the 60_iso layout so it's actually iso * add a default keymap for AEK layout * fix clueboard_17 * Fixup the ISO layouts * Fix the `wait_ms()/wait_us()` definitions for chibios * Fix up the wait_ms/wait_us hack. Reduce stack size. * Add a missing #include "wait.h" * commit files that should have already been comitted
2017-08-24Add split ansi layout and talljoe's keymap.Joe Wasson3-0/+29
2017-08-24Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert21-0/+162
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches