summaryrefslogtreecommitdiff
path: root/keyboards/amjpad
Commit message (Collapse)AuthorAge
* Keyboard: Configurator render fix for AMJPad (#3706)noroadsleft2018-08-21
| | | | - `LAYOUT` updated to `LAYOUT_numpad_6x4` - `LAYOUT_all` update to `LAYOUT_ortho_6x4`
* 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
* QMK Configurator updates for Alpha 28-key, AMJ40 and AMJ Pad (#2873)noroadsleft2018-05-02
| | | | | | | | | | | | * QMK Configurator update for Alpha 28-key * QMK Configurator update for AMJ40 * QMK Configurator update for AMJ Pad * QMK Configurator update for Atom47 * QMK Configurator update for OLKB Atomic
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
* remove all makefiles from keyboard directoriesJack Humbert2017-09-27
|
* Update readme.mdRyan MacLean2017-08-19
|
* Make the bulk of our keyboards match the readme.md standardskullY2017-08-16
|
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-30
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* Adding Right LayoutRyan MacLean2017-04-22
|
* Initial Ortho Commit (LEFT SIDE)Ryan MacLean2017-04-22
| | | | Using only one layer, and activating it with two keys at the moment. As with previous comments, this isn't final, but is a good starting point for a one-handed keyboard, half a Planck-like ortholinear keyboard, or a sample to show a layout with a function layer.
* Adding Sample Max LayoutRyan MacLean2017-04-18
|
* Adding Maximized KeymapRyan MacLean2017-04-18
| | | For use with grid layout pads.
* Establish support for AMJPADTerryMathews2016-12-31