Commit Graph

189 Commits (1dcee07eaba6de71211322fb8be327cc4d1069e2)

Author SHA1 Message Date
cbbrowne a732003bfd Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware 8 years ago
Fred Sundvik 523dff3005 Merge branch 'master' into makefile_overhaul 8 years ago
Jack Humbert 4321f0af7d Merge pull request #659 from Dbroqua/master
- Updated dbroqua layout for planck keyboard
8 years ago
cbbrowne 7c2a24b315 Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware 8 years ago
cbbrowne 9778349c4b More notes 8 years ago
dbroqua 235d47e747 - Updated readme by adding link on kle for each layer 8 years ago
IBNobody a902206735 Nightly
Prep for Vision build
8 years ago
dbroqua e65252d591 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	keyboards/planck/keymaps/dbroqua/keymap.c
8 years ago
Fred Sundvik 8f2af3c6bc Merge branch 'master' into makefile_overhaul 8 years ago
dbroqua 92fe78a5ea - Added PrintScreen key on multimedia layer 8 years ago
cbbrowne 90abe70586 Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware 8 years ago
dbroqua d7b6d74842 - Inverted key Tab and Esc
- Reorganised bottom row
8 years ago
Joe Wasson c20bf83afd Add one-hand key to planck/experimental keymap. 8 years ago
Joe Wasson 66adbfcab5 Add default swap configs for a couple of boards. 8 years ago
Fred Sundvik da226e6126 Update keyboard readme files with new makefile instructions 8 years ago
Fred Sundvik 051017c312 Split subproject make files into Makefile and rules.mk 8 years ago
Fred Sundvik 44441de8ca Split keyboard makefiles into rules and Makefile 8 years ago
dbroqua b9a284352e - Moved Insert/Del in Esc layer 8 years ago
dbroqua 11aa19a626 - Updated lower and raise layer 8 years ago
dbroqua c6e733afce - Added readme file and layout preview 8 years ago
dbroqua b4f23b146f - Moved Home/End/PgUp/PgDn on arrow keys 8 years ago
dbroqua 31120ed166 - Moved Brite function on esc to avoid conflict with ctrl key. 8 years ago
dbroqua 578b7e969e - Updated dbroqua layout for planck keyboard 8 years ago
Damien a5e6da7aa8 Added dbroqua layout for planck keyboard 8 years ago
Jack Humbert 8f32595820 Merge pull request #650 from Xyverz/master
Minor changes to keymaps and other files
8 years ago
Gergely Nagy 0d9d4b8658 planck/circuit: Update after the latest tap-dance change
Fixes #653.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
8 years ago
Xyverz 47beb763e8 Returned RAISE and LOWER buttons to their original functions - too many inopportune ENTER inputs. :-( 8 years ago
Xyverz 385b827c85 Merge remote-tracking branch 'upstream/master'
this merge is necessary,
8 years ago
Jack Humbert f59b61332f Merge pull request #638 from premek/master
Split layout for planck
8 years ago
Přemek Vyhnal 2ebfdcac40 Update readme.md 8 years ago
premek a75d4bd593 premek split layout 8 years ago
premek 5abb05ca40 premek split layout 8 years ago
Matt f5ed3e5155 Added my custom Planck layout called Circuit.
* Layout has image and readme, as well as documentation in the code.
8 years ago
Xyverz 5c5c3e626b Adding KC_BSPC to the LT() macro for LOWER resulted in a backspace stroke being sent if the LOWER key was used too quickly.
Switching back to original LOWER macro, but keeping the new RAISE macro.
8 years ago
Xyverz 8e2d69d5a2 Adding u/treasuredfrog's hack to use LT() with the RAISE and LOWER macros. 8 years ago
Callum Oakley 993d72b11f added a lock screen key 8 years ago
cbbrowne 83913f9197 Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware 8 years ago
Callum Oakley 2a160bbbe3 Update keymap. (#616)
* changed order of bottom row of symbol layer to ease acess to brackets

* updated readme.md to reflect keymap changes
8 years ago
Xyverz ca3278cc35 adds Xyverz's keymaps (#615)
* Adding my own keymaps to the following keyboards:

Planck, Preonic, Atreus, Ergodox

* Delete dvorak.png

Not reflective of my layout.

* Delete readme.md

file cleanup, removing file that doesn't apply to my layout.

* Delete old_keymap.c

file cleanup

* Delete README.md

file clean up.

* Delete README.md

file cleanup

* Delete keymap.c

file cleanup

* Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for flexibility's sake.
Updated the rest of the keymap to reflect the current (as of 19:37 on 08 Aug 2018) default
layout and default makefile.
8 years ago
Callum Oakley 49fbcb3e7c Merge remote-tracking branch 'upstream/master' 8 years ago
Callum Oakley 725dd7328f updated readme.md to reflect keymap changes 8 years ago
Callum Oakley 5f37b11f2c changed order of bottom row of symbol layer to ease acess to brackets 8 years ago
cbbrowne 6ce0195e24 Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware 8 years ago
JeeBak Kim ef83f1d04f Tap for ;, hold for GUI, tap for ", hold for Alt 8 years ago
JeeBak Kim 3d86e5b7a7 Tap for Tab, hold for Hyper 8 years ago
JeeBak Kim 68e287013b Add Tab Close, New, Reopen macros to TouchCursor layer 8 years ago
JeeBak Kim bda4d15ffa Add Virtual Desktop Switching macros to TouchCursor layer 8 years ago
JeeBak Kim 57218827cb Move KC_ACL1 button 8 years ago
JeeBak Kim 96ed96f924 Fix KC_ALT_TAB/KC_CMD_TAB logic 8 years ago
JeeBak Kim 6483a2a04b Mouse layer updates
- Rename to MOUSECURSOR
- Use "d" key, since middle finger is stronger than pinky
- Shuffle some mouse buttons around
8 years ago
JeeBak Kim 36abd4463f Revert swapp of AltTab/CmdTab in readme. Layout did not change 8 years ago
cbbrowne 64e051652b Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware 8 years ago
JeeBak Kim 7db1d7902b Workaround for KC_COPY, etc. based on current AG_NORM/AG_SWAP setting 8 years ago
JeeBak Kim 9a4e72fa71 Add CmdSlash to TouchCursor Layer 8 years ago
JeeBak Kim 16f4a31784 Number layer tweaks 8 years ago
JeeBak Kim fdd89e7f0d Add Alt-Tab, Cmd-Tab, and Ctl-Tab Macros to TouchCursor layer, swap LGUI and LSFT 8 years ago
JeeBak Kim abc3cd4d72 Update readme.md 8 years ago
Stephen Christie bf2b260429 Merge branch 'master' of http://github.com/jackhumbert/qmk_firmware 8 years ago
Stephen Christie 0acb394ac4 Moved Insert, PrtSc, Pause to Adjust; Corner enter 8 years ago
Stephen Christie 76ef37e72d Corrected Qwerty/Fn Mismatch. 8 years ago
Jack Humbert d5baa4773d Merge pull request #596 from fredizzimo/rid_of_quick
Fix the makefile dependencies and remove quick targets
8 years ago
Stephen Christie 4b74c90cdb Added quote key. 8 years ago
Fred Sundvik 97817a773e Generate version information to version.h
So that only the files that really needs a version are recompiled.
8 years ago
JeeBak Kim 230d313dbd Update readme.md 8 years ago
JeeBak Kim a2ed7ce795 Add additional shortcut keymaps to TOUCHCURSOR layer 8 years ago
JeeBak Kim db8ad8204e Add additional maps for [, and ], to LOWER 8 years ago
JeeBak Kim b54a58859f Make RAISE layer an all numbers/arithmatic layer 8 years ago
JeeBak Kim 216efe6c99 Move reset to a less accessible location 8 years ago
JeeBak Kim e0dd9d6af0 Add -, +, and . to RAISE 8 years ago
JeeBak Kim 6a2c681ae9 Change calls from persistant_default_layer_set() to default_layer_set() 8 years ago
JeeBak Kim eb9416a67d PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE layers 8 years ago
JeeBak Kim 984fc2b630 Media keys for all the "regular" layers 8 years ago
JeeBak Kim 7209310d1b Add mouse layer, and remove default arrow keys (touchcursor only, now) 8 years ago
JeeBak Kim a6bae9fb07 Add numbers to _RAISE 8 years ago
JeeBak Kim 6baf77d8fb Move _RAISE symbols to _LOWER 8 years ago
JeeBak Kim ad7e4af45c Tap for Enter, hold for Shift 8 years ago
JeeBak Kim b5d77440b6 Add personalized TouchCursor layer 8 years ago
JeeBak Kim eb1a06d3ae Tap for Esc, hold for Control 8 years ago
JeeBak Kim f78a994355 Add "jeebak" keymap folder as a copy of the "default" folder 8 years ago
Stephen Christie 5f2d3f27de Moved CapsLk, ScrollLk, and NumLk to Adjust layer 8 years ago
Stephen Christie c018743729 Connected all layers through Adjust layer 8 years ago
Jack Humbert 9b5edbdce9 Merge pull request #577 from hot-leaf-juice/master
Pull request to include my keymap if you want it!
8 years ago
Stephen Christie 6567fa1ebe Fixed Function keys (Impossible layout) 8 years ago
Stephen Christie a4e5a4d566 Modified Qwerty, created Qwerty with numbers 8 years ago
Christopher Browne 2d59c97ec1 Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware 8 years ago
Callum Oakley 1eeceee355 Added readme.md for custom layout. 8 years ago
Callum Oakley 9822b9f743 Added custom keymap.
Added custom keymap.
8 years ago
Seth Chandler 180a3da44d remove unnecessary includes 8 years ago
Seth Chandler 95ef3f864e fix numerous errors in bone2planck keymap 8 years ago
Stephen Christie 57952949fe General table cleanup. 8 years ago
Stephen Christie ff8136b883 Modified Plover layer for Impossible's home position. 8 years ago
Stephen Christie 465cf08c63 Removed unused layers (keeping QWERTY for later/reference) 8 years ago
Stephen Christie fb2a7d787a Removed unused layers (left QWERTY for later use/reference) 8 years ago
Christopher Browne 2a349e96bb Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware 8 years ago
Jack Humbert b66131eeb5 disable midi by default 8 years ago
Jason Janse van Rensburg a41a7a9100 include base config.h instead of copying it 8 years ago
Jason Janse van Rensburg 8244fa40cc added config.h, and missing Ins of filpped navigation layer 8 years ago
Jason Janse van Rensburg 27d27b179b Merged branch master into bone2planck 8 years ago
Jason Janse van Rensburg 3e462fac31 added missing F keys in flipped layer 8 years ago
Christopher Browne 17a7570e08 Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware 8 years ago