summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-03-26fixing layoutNicolas Guelpa1-1/+1
2017-03-25Adding different layerNicolas Guelpa1-0/+67
2017-03-24Add BLE and EZKey module defines.Travis La Marr2-4/+6
Also restored serial init back to original location. Was getting junk data.
2017-03-24Readd bluetooth output direction on standard key input.Travis La Marr1-8/+10
2017-03-24Swapped placement of `Ctrl` and `Alt` keys to match Technomancy'sHugh Enxing1-6/+6
default layout
2017-03-24Refactor Bluetooth HandlingTravis La Marr8-66/+57
Refactored Bluetooth support to make adding new Bluetooth modules easier in the future. * Remove `OUT_BLE` key from QMK's keymap. `OUT_BT` is all we need now as there's no difference anymore. * Made BLUETOOTH_ENABLE build option legacy as not to break existing keymaps (Falls back to existing EZ Key support if on) * Removed `ADAFRUIT_BLE_ENABLE` build option * Created new build option `BLUETOOTH` with module option (Currently `AdafruitEZKey` & `AdafruitBLE`) * Moved all LUFA bluetooth key/mouse events under `BLUETOOTH_ENABLE` ifdef with selected modules output.
2017-03-23Add RGB supportDanny Nguyen3-4/+4
2017-03-23Add RGB support for Let’s Split v1Danny Nguyen2-1/+7
2017-03-23Cleanup keymapDanny Nguyen3-115/+94
2017-03-23Initial commit for Atreus50 with working audioDanny Nguyen9-0/+595
2017-03-23Move keymap into config fileDanny Nguyen3-24/+33
2017-03-23Add Makefile in keymap dirDanny Nguyen1-0/+4
2017-03-23Remove line for hands selection via EEPROM, reduce tap duration from 200ms ↵Danny Nguyen1-1/+1
to 150ms
2017-03-22Update readme.mdishtob1-8/+1
2017-03-22Update i2c.cishtob1-2/+0
2017-03-22Update i2c.cishtob1-90/+0
2017-03-22Update i2c.cishtob1-1/+1
2017-03-22Update i2c.cishtob1-1/+1
2017-03-22Update matrix.cishtob1-1/+1
2017-03-22Update split_util.cishtob1-1/+1
2017-03-22Update matrix.cishtob1-2/+1
2017-03-22OLED code cleanupishtob1-1/+1
2017-03-22Add files via uploadishtob1-0/+32
2017-03-22OLED code cleanupishtob1-46/+6
2017-03-22Added OLED SSD1306 support to I2Cishtob8-21/+908
2017-03-22Merged Fliphalf, now defined in config, added OLEDishtob2-8/+59
Can now use the following in the keymap config.h to call the flipped matrix ``` #define FLIPHALF ```
2017-03-22Delete rules.mkishtob1-5/+0
2017-03-22Delete rev2fliphalf.hishtob1-28/+0
2017-03-22Delete rev2fliphalf.cishtob1-32/+0
2017-03-22Delete config.hishtob1-91/+0
2017-03-22Delete Makefileishtob1-3/+0
2017-03-22Add files via uploadishtob3-0/+426
2017-03-22Fix a typoskullY1-1/+1
2017-03-22Add #1170 to all the clueboard keymapsskullY9-10/+34
2017-03-22Merge pull request #1170 from tengg/masterskullydazed1-1/+4
fixed a bug related to mod + Grave with combined ESC/Grave key
2017-03-22typo fixedtengg1-2/+2
2017-03-22fix typotengg1-1/+1
2017-03-22fixed a bug related to mod + Grave with combined ESC/Grave keytengg1-1/+4
This only applies to keymaps that has combined esc/grave. Here we call it theKEY. Think about the motion when we do shift + theKEY (typing ~), or CMD + theKEY (switching window on MAC). Based on the original code, we must do following sequence: press shift -> press theKEY -> release theKEY -> release shift. However, it is very possible and natural that we do this stroke sequence instead: press shift -> press theKEY -> release shift -> release theKEY. If we do the 2nd stroke sequence, the code will del_key(ESC) instead of (GRV) when we release theKEY. This caused some inconvenient issues and ghost typing. By adding a flag, this issue is eliminated and will not affect any other functions.
2017-03-20Use single _FUNC layer. Move RESET and base layout-changing keys to _FUNC.Stephen Tudor1-43/+12
2017-03-20Merge branch 'master' of https://github.com/Khord/qmk_firmwareDylan Khor1-4/+4
2017-03-20add pgup, pgdn, home, endDylan Khor1-4/+4
2017-03-20Remove tap-dance. Raise will be accessed via holding shift while lower is activeStephen Tudor2-22/+11
2017-03-20Use normal backtick in ESC spot - I've mapped ESC to caps lockStephen Tudor1-4/+4
2017-03-20Fix shift tap-dance (can't use one-shot layer)Stephen Tudor2-34/+12
2017-03-20clean up configGabriel Young1-26/+4
2017-03-20clean up docs and provide defaults for keymapGabriel Young4-40/+21
2017-03-20update docsGabriel Young1-0/+4
2017-03-20fix whitespaceGabriel Young1-51/+48
2017-03-20support LEDsGabriel Young2-44/+51
2017-03-20Swap rows and columns to match the schematicGabriel Young4-142/+62