summaryrefslogtreecommitdiff
path: root/layouts/default
Commit message (Collapse)AuthorAge
* Keyboard: initial support for XD87 (#4182)fougner2018-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | * Keyboard: initial support for XD87 * Add row/col pin configuration for XD87 PCB * Add default ISO layout * Fix incorrect KC in default_tkl_iso The KC_NUBS is duplicated in the TKL ISO layout. Compare with the fullsize ISO which has a KC_NUHS in the corresponding place. * Add support for community layouts * Add TKL ANSI layout * Enable TKL ISO/ANSI community layout * Fix LAYOUT_all * Configure backlighting for XD87 * Various documentation changes
* Bugfix for 60_ansi_tsangan and 60_iso_tsangan layouts (#3987)noroadsleft2018-09-26
| | | This corrects the matrix macro reference for both of the keymap.c files in layouts/default.
* Keyboard: Added support for GSKT-00 (#3911)nachie2018-09-17
| | | | | | | | | | | | | | * Added QMK support for GSKT-00, PaladinSplit, PaladinTKL and PaladinPad pcbs * Remove the paladin boards from this PR * Changed gskt00 as per review comments. Added two new default layouts, 60_ansi_tsangan and 60_iso_tsangan * Fix the layouts/default/60_iso_tsangan/layout.json file * Removed ? from rules.mk, removed unused fn_actions from keymaps. Changed the 60_iso_tsangan to work correctly * Removed PREVENT_STUCK_MODIFIERS
* 65% and 68 key community layouts (#3872)MechMerlin2018-09-09
| | | | | | | | | | | | | | * 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
* Keyboard: introduce new default layout 68_ansi (#3745)MechMerlin2018-08-25
|
* Introduce new 75_ansi standard layout (#3738)MechMerlin2018-08-24
| | | | | | * introduce new layout 75_ansi * use the new 75_ansi layout for my octagon v2
* Layouts: Add default ortho 5x14 layout (#3656)zgtm2018-08-15
| | | | | | * Add default ortho 5x14 layout * Fix layout_ortho_5x14: KC_EQLS -> KC_EQL
* Additional default layouts: Fullsize ANSI, Fullsize ISO, TKL ISO (#3154)noroadsleft2018-06-09
| | | | | | | | * Add Fullsize ANSI layout * Add Fullsize ISO layout * Add TKL ISO layout
* Fix KC_P00 macro for ortho_5x4 layout (#3152)noroadsleft2018-06-09
|
* Add premade layouts for Numpad 4x4, Numpad 5x4, Ortho 5x4, and Planck MIT ↵noroadsleft2018-06-07
| | | | | | | (#3139) Fix EOF on Planck MIT layout.json Cleanup ortho_5x4 layout.json
* Dilly: Refactor and Configurator support (#3134)noroadsleft2018-06-06
| | | | | | | | | | * Refactor * Configurator support * Add LAYOUT_ortho_3x10 to default QMK layouts * Refactor Dilly to use LAYOUT_ortho_3x10
* Refactor and Configurator updates for AMJ Pad (#3060)noroadsleft2018-05-27
| | | | | | | | | | | | * 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
* Remove ISO imposter key from TKL keymap (#3014)Joe Wasson2018-05-21
|
* More work on Talljoe layout including adding layout support for HHKB and ↵Joe Wasson2018-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* layouts/default: fill in 60_ansi keymapsJonathan A. Kollasch2018-03-29
|
* Modernize clueboard, add 66_ansi and 66_iso layouts (#2377)skullydazed2018-02-10
|
* Clueboard 60% support (#1746)skullydazed2017-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add split ansi layout and talljoe's keymap.Joe Wasson2017-08-24
|
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-23
* 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