summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #546 from sethbc/satan-cleanupJack Humbert2016-07-247-27/+57
|\ | | | | Satan cleanup
| * fix typo in readme and satan.hSeth Chandler2016-07-232-2/+2
| |
| * cleanup default layoutSeth Chandler2016-07-233-15/+39
| |
| * update sethbc keymapSeth Chandler2016-07-232-10/+16
| |
* | Merge pull request #534 from willwm/teckinesisErez Zukerman2016-07-2410-0/+1819
|\ \ | | | | | | Teckinesis for ErgoDox EZ
| * | Remove images, per @ezuk request. =)Will Wolff-Myren2016-07-243-10/+0
| | |
| * | Update readme.mdWill Wolff-Myren2016-07-171-5/+7
| | | | | | | | | | | | * Markdown cleanup
| * | Update readme.mdWill Wolff-Myren2016-07-177-178/+191
| | | | | | | | | | | | | | | | | | * Updated layout images, json from Keyboard Layout Designer * Added links to Keyboard Layout Designer templates. * Added images of TECK, Kinesis layouts.
| * | Update description comment.Will Wolff-Myren2016-07-171-2/+3
| | |
| * | [MEDIA]: Remove Power, Sleep, Mail, MyCompWill Wolff-Myren2016-07-171-6/+6
| | | | | | | | | | | | | | | I kept hitting these on accident while attempting to move the cursor or mouse. =P
| * | [BASE]: Meh, Hyper now have symbols on both sidesWill Wolff-Myren2016-07-171-4/+4
| | | | | | | | | | | | | | | Left: MEH_T(KC_BSLS),ALL_T(KC_SLSH) Right: ALL_T(KC_LBRC),MEH_T(KC_RBRC)
| * | Update Base Layer comment to match new layout.Will Wolff-Myren2016-07-171-1/+1
| | |
| * | [BASE]: KC_MINS -> KC_GRVWill Wolff-Myren2016-07-171-1/+1
| | |
| * | RSpec: KC_EQL -> KC_MINSWill Wolff-Myren2016-07-171-2/+2
| | |
| * | LSpec: KC_GRV -> KC_EQLWill Wolff-Myren2016-07-171-2/+2
| | |
| * | Replaced ordinary-media.{png|json} with new media layoutWill Wolff-Myren2016-07-144-27/+436
| | |
| * | Replaced ordinary-symbol.{png|json} with new base layout.Will Wolff-Myren2016-07-145-29/+430
| | |
| * | Replaced ordinary-base.{png|json} with new base layout.Will Wolff-Myren2016-07-144-27/+452
| | |
| * | Replaced readme.md with stubWill Wolff-Myren2016-07-141-92/+5
| | | | | | | | | | | | (incl. reference to original layout)
| * | Created "teckinesis" keymap folderWill Wolff-Myren2016-07-1310-0/+665
| | | | | | | | | | | | (Based on "ordinary" keymap by Nicholas Keene)
* | | Merge pull request #535 from algernon/ergodox-ez/algernonErez Zukerman2016-07-249-214/+855
|\ \ \ | |_|/ |/| | ergodox_ez: Update my keymap to v1.3
| * | ergodox_ez: Update my keymap to v1.3Gergely Nagy2016-07-189-214/+855
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates my ErgoDox EZ layout to v1.3, which has the following noteworthy changes: * Added support for logging keys, by pressing `LEAD d`. Also included is a tool to generate a **heatmap** out of the logs. * The arrow and navigation keys were rearranged again, and now require an additional key being held to activate. See the **base layer** for an image that shows where arrows are. * The **experimental** layer has been redone, and is now called **ADORE**, and as such, can be enabled by `LEAD a` now. * Switching between Dvorak and ADORE is now persisted into EEPROM, and survives a reboot. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* | | Merge pull request #543 from VoodaGod/bone2planckJack Humbert2016-07-211-74/+120
|\ \ \ | | | | | | | | updated bone2planck
| * | | fixed include pathsJason Janse van Rensburg2016-07-201-16/+16
| | | |
| * | | reformatJason Janse van Rensburg2016-07-201-16/+16
| | | |
| * | | updated bone2planckJason Janse van Rensburg2016-07-201-65/+111
| |/ /
* | | Merge pull request #541 from milestogo/masterJack Humbert2016-07-2129-0/+2816
|\ \ \ | | | | | | | | initial kinisis advantage build
| * | | adding traveller keyboardmilestogo2016-07-207-0/+697
| | | |
| * | | initial kinisis advantage buildmilestogo2016-07-1922-0/+2119
| |/ /
* | | Merge pull request #540 from replicaJunction/feature-atreus-keymapFunctionJack Humbert2016-07-211-5/+5
|\ \ \ | | | | | | | | Adjusted Atreus KEYMAP() function.
| * | | Adjusted Atreus KEYMAP() function.Joshua T2016-07-191-5/+5
| |/ / | | | | | | | | | | | | | | | This change adjusts the KEYMAP() function to provide a more visual representation of the key positions on the keyboard. Previously, keymaps have been defined directly using arrays for the Atreus keyboard. While this works, it doesn't utilize the helpful KEYMAP() function at all to allow the user to visually position the key codes for ease of editing. See the Ergodox-EZ KEYMAP() function and layouts for a great example of how this can work. This change should not break any existing Atreus layouts. At the time of this commit, there are two existing layouts for the Atreus board, and neither use the KEYMAP() function.
* | | Merge pull request #538 from robertdale/preonic-map-correctionJack Humbert2016-07-211-5/+5
|\ \ \ | | | | | | | | Preonic: Corrected the ascii layout to match the coded layout
| * | | added Midi On/Off; Enter is actually transparentRobert Dale2016-07-191-3/+3
| | | |
| * | | Corrected the ascii layout to match the coded layoutRobert Dale2016-07-191-3/+3
| |/ /
* | | Merge pull request #530 from sethbc/masterJack Humbert2016-07-219-2/+47
|\ \ \ | | | | | | | | Misc. fixes from sethbc
| * | | update more non-existent readmes for QMK.fmSeth Chandler2016-07-174-0/+16
| | | |
| * | | update broken linkSeth Chandler2016-07-171-1/+1
| | | |
| * | | update readmes in certain directories to work with qmk.fmSeth Chandler2016-07-172-0/+8
| | | |
| * | | add custom makefile for sethbc keymapSeth Chandler2016-07-161-0/+21
| | | |
| * | | update makefile to default to no virtual dip switchesSeth Chandler2016-07-161-1/+1
| |/ /
* | | Fix erroneous characterJonathan Lucas2016-07-161-1/+1
| | | | | | | | | Must have been keeb testing :)
* | | Added CMD60 keymapJonathan Lucas2016-07-166-0/+364
|/ /
* | Merge pull request #2 from jackhumbert/masterJoshua Colbeck2016-07-1262-663/+2675
|\| | | | | Pull from upstream
| * Merge pull request #477 from Smilliam/masterJack Humbert2016-07-111-1/+1
| |\ | | | | | | Canceling Space Cadet state with opposite shift key
| | * amended extraneous file editsSmilliam2016-07-102-7/+1
| | |
| | * Made rollover behavior for space cadet optionalSmilliam2016-07-102-2/+8
| | |
| * | Merge pull request #506 from stanleylai/masterJack Humbert2016-07-112-0/+104
| |\ \ | | | | | | | | Added my custom keymap for Satan
| | * | Added my custom keymap for SatanStanley Lai2016-07-102-0/+104
| | | |
| * | | fixed clueboard LED pin assignments and matrix documentationRuiqi Mao2016-07-114-17/+33
| |/ /
| * | Update keymap.cMax Whittingham2016-07-091-3/+1
| | |