summaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)AuthorFilesLines
2017-11-06Ergodox EZ and Atreus 42 key dvorak layout updates (#1964)lucwastiaux2-41/+202
* importing 42 key dvorak layout * added comment for build instructions * adding atreus dvorak 42 key layout * added readme * add readme * build instructions * additional MEH shortcuts * added shifted symbols on symbols layer * working extra symbols on COMBINED layer * bring atreus layout inline with the ergodox one * add necessary macros * working ls macro * added more shell macros * added screen rename / screen number macros * add ctrl-a key in shell-nav to use screen more easily * added shell screen layer * assign screen switching macros to screen layer * define all screen switching macros * more screen-related shortcuts added on shell screen layer * change shell nav bottom right row to match base layer (backspace / delete) * remove some mappings on SHELL_NAV layer as they are now in the screen layer * added more screen macros
2017-11-06Fix RGBLIGHT startup color (#1975)drashna1-1/+3
* Fix RGBLIGHT startup color While it's awesome to see the layer indicating code in here (no really!), and the general rule is to not alter the default keymap/code.... The problem with the layer_state_set_kb call handling this, is that the code doesn't seem to be called at startup. So the default layer color won't ever get set on startup. It needs to be called in the init function to be properly set. I've played with this extensively, and if you check my keymaps, that is precisely why I have the setrgb/sethsv in the init function. * Removed typo (pipe)
2017-11-06adds indication up to layer 7Erez Zukerman3-66/+67
2017-11-06restore default mode/color if no 0 colorJack Humbert2-1/+3
2017-11-06adds per-layer rgb color option to ezJack Humbert2-8/+64
2017-11-05update gh60 infoJack Humbert1-1/+1
2017-11-05add gh60 info.jsonJack Humbert1-0/+17
2017-11-03several improvements for mitosis:datagrok (#1960)Michael F. Lamb4-82/+229
* mitosis/datagrok: reduce features from rules.mk * mitosis/datagrok: make both layer keys neighbor shift * mitosis/datagrok: (no-op) tweak some comments * mitosis/datagrok: set baudrate to 250k This requires a corresponding change to the mitosis wireless firmware: https://github.com/reversebias/mitosis/pull/10 * mitosis/datagrok: move design description from code comment to a readme * mitosis/datagrok: new layout, new shifted keys, efficient LED code This is experimental, but compiles and seems to work correctly. * mitosis/datagrok: whoops, move readme.md * mitosis/datagrok: a minor layout improvement simplifies custom-shifted code instead of [, .] [? !], using [, ?] [. !] greatly simplifies the code needed to perform the shifted-key switching. (And keeps , and . on the same keys that they are under qwerty.) also: layout improvements for symbols * mitosis/datagrok: make my code conform to QMK style guidelines * mitosis/datagrok: TODO note for layout table in README * mitosis/datagrok: remove led_set_user until i figure out other changes need to see if the corresponding changes needed in the keyboard-level code is okay. * mitosis/datagrok: simpler layer indicator * mitosis/datagrok: undo change to keyboard baud; make it in my layout dir. * mitosis/datagrok: apply same punctuation hack to qwerty layer * mitosis/datagrok: enable qwerty layer toggle * mitosis/datagrok: update readme
2017-11-03Added hand-swap matrix to the mitosisM Rawash1-1/+12
2017-11-03have led default to off on start upJennifer1-1/+3
2017-11-03make more generic, and properly handle initsJennifer1-6/+23
2017-11-03fix a typoskullY1-1/+1
2017-11-03Do some cleanup for the APIskullY13-21/+23
2017-11-02fix labelsskullY1-1/+1
2017-11-02add labels to the clueboard layoutskullY1-1/+1
2017-11-02fix the clueboard layout jsonskullY1-1/+5
2017-11-02fix 2u alignment in info.jsonsJack Humbert2-2/+2
2017-11-02update preonic, add info.jsonJack Humbert4-7/+148
2017-11-02Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality ↵dkrieger4-0/+238
(#1948) * Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality and without LED functionality * move mouse layer to DOUBLE_HOLD, add UTIL layer for TRIPLE_HOLD - UTIL layer - currently has "RESET" key and nothing else. - functionality otherwise covered by bootmagic should go here - small bugfix: dispatch of [QTY]_HOLD should be based on range tap count falls in, not exact count.
2017-11-02Added support for Knops Mini (3x2 macropad) keyboard. (#1953)Pawnerd9-0/+755
* Added support for Knops Mini (3x2 macropad) keyboard. * Added better documentation, according to the QMK standards. * Fixed typo. * Changed names of files to comply with QMK standards. * Ignored makefile in keymap. * Removed makefiles and added my credentials in the copyrights.
2017-11-02Add nano switch padDanny Nguyen8-0/+334
2017-11-01adds other layouts to rules.mkJack Humbert1-2/+2
2017-11-01Merge branch 'master' of https://github.com/qmk/qmk_firmwareJack Humbert1-1/+1
2017-11-01update layout macros for planckJack Humbert2-6/+6
2017-11-01Fix the json for clueboardskullY1-1/+1
2017-11-01fixup jsonskullY1-1/+1
2017-11-01adds info.json files to planckJack Humbert3-0/+123
2017-11-01Updated personal keymaps (#1945)drashna14-458/+490
* Add woodpad * Cleanup * Remove misc layouts for woodpad * Move woodpad to handwired * Updated RGB Underglow info * Cleanup macros * Fix odd merge issue * Tweaked RGB lighting stuff * Start to merge orthodox/ergodox keymaps (persistant layers) * Add forced NKRO * Added Colemak and Dvorak layers to default orthodox keymap * Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow * Updated macros and added workman keymaps * Fixed RGB lighting for Workman layout * Add leader keys * Remove force NKRO * Add Viterbi one handed layout and minor tweaks to others * Finishing up Viterbi keyboard layout, and NKRO tweaks to other layouts * Made "make" keystroke universal * Clean up and updates of drashna keymaps * Add workman layer to planck * Update to keymaps * Fix accidental commit because I don't know how to git * Fix makefile toggle code in ez keymap Finish adding RGB code to orthodox * missing underscore in init function declaration * Updated RGB Underglow layer indication code due to discovery of the layer_state_set_kb function * Remove unnecessary planck layout
2017-11-01Add info.json files for clueboard 66skullY5-0/+21
2017-11-01Remove extra underscore from MASTER_RIGHT defineDanny Nguyen36-55/+55
2017-11-01Created Kona Classic config (#1791)DangerousParts32-0/+1811
* Created Kona Classic config * Fixed KonaClassic config * Updated README * Updated Readme to conform to format standards * Added ANSI and ISO layout options * Fixed images in Readme * Added labels to images * Added absolute links to images in Readme * Image link updates again * Fixed bottom row keys in some layouts * Fixed Grave and Tilde * Fixed Underglow in Kona Classic configs * Renamed KonaClassic to kona_classic
2017-11-01Add Levinson rev2 (#1939)Danny15-12/+554
* Add levinson rev2 files * Add hexwire keymap * Remove redefinition of backlight defines
2017-11-01Add 6-ball macropadDanny Nguyen7-0/+186
2017-11-01Chimera Ortho Readme (#1943)GlenPickle1-0/+19
* Added Chimera Ortho keymap * added readme * fixed hardware link
2017-10-31Merge pull request #1915 from dondelelcaro/ergodox_ez_left_ledsErez Zukerman4-0/+104
Ergodox ez left leds support
2017-10-31Add hexwire keymap for EcoDanny Nguyen3-2/+160
2017-10-31layout(infinity ergodox): dudeofawesome's layout (#1932)Louis Orleans3-0/+938
* 🎉 Building simple flasher * 🎉 Flashing works * 🎨 Cleaning up * 🐛 Being more specific with board identity * 🐛 Flashing correct keymap * 🎉 Adding keymap * ✨ Updating keymap * 🚨 RGB * ⏪ Revert "🚨 RGB" This reverts commit 9ceabfb267f8daedaad929231229c703abc12ec4. * ✨ Improvements to flasher * ✨ Layout tweaks * 💄 Messing around with LCD * 💄 Enabling LCD backlight matching * 🔧 Updating layout * 🐛 Fixing console logging * 🎨 Cleaning up indentation * 🔧 Adding editorconfig * ✨ Adding game layer * 💄 Changing numpad layout * ✨🔥 redoing entire layout It's now more similar to the Planck default layout * ✨ add workman and dvorak layouts * 🐛 fix numpad * 🐛 fix layer orders * 🐛 fix layer toggling * 🐛 fix tri-layer switching * 🐛 fix LCD colors for adjustment layers * 🔥 remove old flasher project * 🔥 remove simple_visualizer * 💄 update LCD colors * 📝 fix layout comments * 💄 swapping 2u buttons * 🔥🔧 removing editorconfig * 🚨 using 2 spaces * 📝 add README * ⏪ Revert "💄 Enabling LCD backlight matching" This reverts commit 51577903dfdc9fea5d33e9ab8cfa9b854e7ae19e. * ⏪ Revert "💄 Messing around with LCD" This reverts commit fdd9acdae514a3e0e4a7153225053680744980e5.
2017-10-31add Thai layers for the GunP planck (#1910)Gun Pinyo2-4/+25
* Add a layout of planck named GunP, ready for pull request review. * add Thai layers for the GunP planck
2017-10-31Added Chimera Ortho keymapWilliam Wilson6-0/+619
2017-10-31Initial commit for nordic layout for ergodox infinity.Pentti Laitinen3-1/+285
- Added nordic infinity ergodox layout - Fixed typo in ergodox infinity readme.md
2017-10-31layout(planck): dudeofawesome's layout with simultaneous RGB and audio ↵Louis Orleans4-0/+271
support (#1929) * layout(planck): new layout initial commit * feat(planck): add workman layout * fix(planck): switching to workman * layout(planck): swapping mnext and mplay * feat(planck): prep for RGB * perf(planck): remove plover saves 256 bytes of memory * perf(planck): remove colemak saves 128 bytes * layout(planck): swapping enter and quote * perf(planck): disable console frees 1664 bytes * feat(planck): RGB under-lighting * refactor(planck): change RGB pin Uses pin labeled PB2 * feat(planck): add RGB keycodes * feat(planck): re-enable audio * style(planck): fixing indentation Because who indents like that? * style(planck): clean up keycodes * layout(planck): remove del * feat(planck): add tap-space to layer keys * docs(planck): specify pin on PCB for RGB * bug(planck): reducing tap time * Revert "bug(planck): reducing tap time" This reverts commit 62606b2dc62c5adcc06cfb5978d7e5305411a658. * Revert "feat(planck): add tap-space to layer keys" This reverts commit c74de5a4aa45c5563dcaa463395654c29f50eda3. * perf(planck): remove backlit case * feat(planck): swap enter and quote * bug(planck): moving right shift * doc(planck): update README * chore(planck): remove makefile
2017-10-30README, keymap & config update to 3 keyboards (#1911)James Morgan10-259/+298
* First commit of the Terminus_Mini firmware and the DivergeJM version of the Nyquist firmware * Fix terminus_mini & nyquist/DivergeJM readme files Previously an outdated copy of the default readme. Updated to match the Nyquist/DivergeJM format (DivergeJM is a split 5x12 implementation of the terminus_mini layout) * Update makefiles to rules.mk Renamed both Makefiles to rules.mk, removed references to makefiles * Updated rules.mk Inadvertantly removed important code from the rules.mk in previous commit. This has been restored. Also disabled Tap_Dance in both rules.mk files * Moved terminus_mini to handwired Realised that existing directory was not appropriate for the terminus_mini project, moved to handwired. * New Frosty Flake layout for QFR TKL Added a TKL layout for the Frosty Flake with a navigation cluster on LOWER under the left hand and a similarly functioning MOUSE layer that includes mouse navigation functionality. * README fix & keymap update for 3 keyboards Fixed the markdown for the handwired/terminus_mini:default, Nyqyist:DivergeJM & frosty_flake:QFR_JM. Added TAPPING_TERM = 150 to config.h for all keyboards Switched LT(LOWER) and LAlt on the mod row for ortholinear boards. * Update readme for QFR_JM to include make instructions * Revert "Merge branch 'master' of https://github.com/mogranjm/qmk_firmware" This reverts commit a45f264ada09acc14fb85390407bc7ff5bb021e3, reversing changes made to 62349c33410671a33d4041d50cf27de1d6bdd9cf. * Revert "Revert "Merge branch 'master' of https://github.com/mogranjm/qmk_firmware"" This reverts commit eae54fb3be2c60dffd704261f84bab98c9e06f93. * Added QWERTY support to the QFR_JM Implemented variable default base layer from the Planck default keymap. * Update README to reflect QWERTY support
2017-10-30Add grave keyMaxr19981-1/+1
2017-10-30Extended the hint of the programmer to link to the relevant README part ↵Sebastian Kaim1-1/+2
instead of giving a generic hint.
2017-10-30Added a better description for the bootloader keySebastian Kaim1-2/+15
2017-10-29Added Iso(ish) layout for tada68. (#1924)Pentti Laitinen4-1/+104
- Basic layout with one function layer. - Added correct mapping for ISO layout into tada68.h. - Readme for the keymap.
2017-10-27document how to define LEFT_LEDS and how that hack is doneDon Armstrong1-0/+4
2017-10-27implement ergodox_left_leds_update in ergodox_ezDon Armstrong1-0/+34
Previously, this code was implemented in keymap.c, but I'm unaware of someone with a different implementation of this particular hack. [If someone has it, we can add another #ifdef in the future.]
2017-10-27update left led supportDon Armstrong1-0/+3
2017-10-27add initial support for left leds on an ergodox ezDon Armstrong2-0/+63