summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-28Merge pull request #1168 from newsboytko/newsboytko/frosty-flakeJack Humbert
Support Frosty Flake Controller (CM Storm QFR)
2017-03-28Merge pull request #1178 from cheesemacfly/masterJack Humbert
XD60 different layout
2017-03-28Merge pull request #1163 from jprMesh/atreus62_KC_KEYMAPJack Humbert
Added KC_KEYMAP macro for old style keymaps in Atreus62
2017-03-28Merge pull request #1177 from exiva/bluetooth_refactorJack Humbert
Refactor Bluetooth Handling
2017-03-26Create README.mdNicolas Guelpa
2017-03-26Add files via uploadNicolas Guelpa
2017-03-26fixing layoutNicolas Guelpa
2017-03-24Adding different layerNicolas Guelpa
2017-03-24Add BLE and EZKey module defines.Travis La Marr
Also restored serial init back to original location. Was getting junk data.
2017-03-24Readd bluetooth output direction on standard key input.Travis La Marr
2017-03-24Refactor Bluetooth HandlingTravis La Marr
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-21Fix a typoskullY
2017-03-21Add #1170 to all the clueboard keymapsskullY
2017-03-21Merge pull request #1170 from tengg/masterskullydazed
fixed a bug related to mod + Grave with combined ESC/Grave key
2017-03-22typo fixedtengg
2017-03-22fix typotengg
2017-03-22fixed a bug related to mod + Grave with combined ESC/Grave keytengg
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-19clean up configGabriel Young
2017-03-19clean up docs and provide defaults for keymapGabriel Young
2017-03-19update docsGabriel Young
2017-03-19fix whitespaceGabriel Young
2017-03-19support LEDsGabriel Young
2017-03-19Swap rows and columns to match the schematicGabriel Young
2017-03-19start to define keymap; annoying because rows and columns are swapped from ↵Gabriel Young
schematic
2017-03-19successfully read data from the matrixGabriel Young
2017-03-18sketch out frosty flake matrix using custom matrix.c based on kitten pawGabriel Young
2017-03-18boilerplate project created with new_project.shGabriel Young
2017-03-18Merge branch 'qmk/master'Gabriel Young
2017-03-17Added KC_KEYMAP macro for old style keymaps in Atreus62jprmesh
2017-03-15Update config.hJack Humbert
2017-03-15Update config.hJack Humbert
2017-03-15Merge pull request #1152 from UnintendedFeature/bugfix/issue1151Jack Humbert
readme keymap.h to quantum_keycodes.h
2017-03-15Merge pull request #1090 from qmk/backlight_softpwmJack Humbert
Adds soft PWM backlight for non-timed ports
2017-03-15Merge pull request #1146 from khogeland/masterJack Humbert
Colemak layout for Clueboard
2017-03-15Merge pull request #1147 from nooges/numpad20Jack Humbert
Add handwired 20-key Numpad
2017-03-15Merge pull request #1150 from nooges/ortho5x13Jack Humbert
Add handwired 5x13 ortholinear keyboard
2017-03-15Merge pull request #1148 from nooges/hexwire-lets-splitJack Humbert
Add Hexwire layout for Let's Split
2017-03-15Merge pull request #1155 from deadcyclo/masterJack Humbert
Worked on deadcyclo layout
2017-03-15Merge pull request #1145 from smt/smt/lets_splitJack Humbert
Add smt keymap for Let's Split (based on serial)
2017-03-15Merge pull request #1144 from milestogo/sculpt2Jack Humbert
Microsoft sculpt mobile handwire and new shortcuts macro library
2017-03-15update for infinityJack Humbert
2017-03-14Add RGB underglow, move keys to allow Adjust layer to be reachedDanny Nguyen
2017-03-13Update readme.mdJack Humbert
2017-03-12Merge pull request #1154 from dennistruemper/neo2_on_qwerz_hardwareErez Zukerman
Neo2 on qwertz hardware
2017-03-11[deadcyclo layout] fix an error in layer illustrationBrendan Johan Lee
2017-03-11[deadcyclo layout] Added second unicode layer, more sane layer switchesBrendan Johan Lee
2017-03-11remove typo from folder nameDennis Trümper
2017-03-11update documentationDennis Trümper
2017-03-11change layer 3 on right thumb back to layer 1Dennis Trümper
2017-03-11working but some documentation neededDennis Trümper