aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ymd96/keymaps/default
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] YMD96 refactor (#5472)noroadsleft2019-05-311-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove JJ50 data from YMD96 JJ50 was actually added as its own keyboard when this was added in #2546. It should have been taken out then, but wasn't. * Update ymd96.h - use #pragma once include guard - remove redundant file includes * Update LAYOUT_iso macro to K<row><col> notation * Update LAYOUT_custom macro to K<row><col> notation * Update LAYOUT_default macro to K<row><col> notation * Refactor default keymap * Rename readme file to lowercase * Rename layers enum and default layer - renamed layers enum to layer_names - proposed by fauxpark in Issue 5977, and I like the idea - https://github.com/qmk/qmk_firmware/issues/5977#issuecomment-495924338 - renamed the base layer to _DEFAULT - I think it looks nicer.
* added info.json for ymd96 (#4982)Harshit Goel2019-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | * added info.json for ymd96 * fix layout for keymap_custom macrom, correct info.json for default layout * add info layout for iso * add info layout for iso * align layout name, added maintainer username * layout case fix * layout case fix * fix overlapping keys * match layouts to keymaps.
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-191-7/+5
| | | | | | | | * Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
* YMD96 complete QMK port (#3105)Harshit Goel2018-06-011-0/+2
| | | | | | * readded code for YMD96 full working * added jj50 layout back
* update ymdk96 filessparkyman2152018-03-091-9/+9
|
* Add YMD96 Keyboard (#1838)Andrew2017-10-141-0/+62
* add ymd96 base currently not working correctly. * Update honestly not really sure what I've been doing but I'm just more or less brute forcing this until I can get the pcb schematic or something * honestly just trying stuff out * Update keymaps Getting closer hopefully * ymd96 works! at least for me * Update readme * Update readme * Update readme