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
Jack Humbert
8b94e26d7c
Fixes midi functionality
8 years ago
Jason Janse van Rensburg
4e0bf283f6
added readme
8 years ago
Jason Janse van Rensburg
1bfd57e234
moved insert
8 years ago
Jason Janse van Rensburg
58f092cf87
moved ctrl
8 years ago
Jason Janse van Rensburg
34bce6f206
fixed stupid errors
8 years ago
Stephen Christie
723857bf8a
Table for Fn
...
layer.
8 years ago
Stephen Christie
a39eaa7fb5
Switched to natural arrows, put ENTER on middle Fn, swapped Shift and CTRL.
8 years ago
Stephen Christie
eeb100f87d
First draft of the 'impossible' layout.
8 years ago
Jason Janse van Rensburg
b0e9dbecee
fixed include paths
8 years ago
Jason Janse van Rensburg
32f5b34ad2
reformat
8 years ago
Jason Janse van Rensburg
3d7244e604
updated bone2planck
8 years ago
Christopher Browne
82f768e6c0
Notes about changes
8 years ago
Christopher Browne
f4fbfe6e54
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
8 years ago
Christopher Browne
477ed703c8
I did not like Space Cadet paren; it jumps in in way too many extra cases
8 years ago
TerryMathews
e2ec45a755
Fix cluepad and planck
8 years ago
TerryMathews
50c686587e
Create keycodes for RGB control functions
...
Moves RGB controls out of the macro function and assigns them their own
keycodes:
RGB_TOG (toggle on/off)
RGB_MOD (mode step)
RGB_HUI (increase hue)
RGB_HUD (decrease hue)
RGB_SAI (increase saturation)
RGB_SAD (decrease saturation)
RGB_VAI (increase brightness)
RGB_VAD (decrease brightness)
8 years ago
Jack Humbert
57e08eb8ba
updates rgblight implementation, makes non-timer stuff compatible with audio
8 years ago
Christopher Browne
97dfbd1afc
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
8 years ago
Jack Humbert
94d3159d9d
correct break/return order for planck and preonic defaults
8 years ago
Christopher Browne
44a5f7630f
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
8 years ago
Jack Humbert
7db2ec1509
updates planck experimental, width of color output
8 years ago
Jack Humbert
197f152dee
adds random base64 character generator
8 years ago
Jack Humbert
215c2119af
Implements subprojects and updates projects for this ( #459 )
...
* non-working commit
* working
* subprojects implemented for planck
* pass a subproject variable through to c
* consolidates clueboard revisions
* thanks for letting me know about conflicts..
* turn off audio for yang's
* corrects starting paths for subprojects
* messing around with travis
* semicolon
* travis script
* travis script
* script for travis
* correct directory (probably), amend files to commit
* remove origin before adding
* git pull, correct syntax
* git checkout
* git pull origin branch
* where are we?
* where are we?
* merging
* force things to happen
* adds commit message, adds add
* rebase, no commit message
* rebase branch
* idk!
* try just pull
* fetch - merge
* specify repo branch
* checkout
* goddammit
* merge? idk
* pls
* after all
* don't split up keyboards
* syntax
* adds quick for all-keyboards
* trying out new script
* script update
* lowercase
* all keyboards
* stop replacing compiled.hex automatically
* adds if statement
* skip automated build branches
* forces push to automated build branch
* throw an add in there
* upstream?
* adds AUTOGEN
* ignore all .hex files again
* testing out new repo
* global ident
* generate script, keyboard_keymap.hex
* skip generation for now, print pandoc info, submodule update
* try trusty
* and sudo
* try generate
* updates subprojects to keyboards
* no idea
* updates to keyboards
* cleans up clueboard stuff
* setup to use local readme
* updates cluepad, planck experimental
* remove extra led.c [ci skip]
* disable power up for now
* config files updates
* makefile updates
* .h file updates, config tuning
* disable audio for yang
8 years ago
Christopher Browne
c9f509f016
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
8 years ago
Anand Babu (AB) Periasamy
57066b1246
zoom and undo keys for ab's planck keymap ( #446 )
8 years ago
Jack Humbert
0058c33815
updates preonic default layout
8 years ago
Jack Humbert
00dcac7270
updates planck macros to keycodes, prototype fn_actions
8 years ago
Anand Babu (AB) Periasamy
0314620d26
Swap up and down on ab's layout to match default ( #441 )
9 years ago
Christopher Browne
4d79e22438
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
9 years ago
Jack Humbert
13bb6b4b7f
Backlight abstraction and other changes ( #439 )
...
* redoes matrix pins, abstracts backlight code for B5,6,7
* slimming down keyboard stuff, backlight breathing implemented
* don't call backlight init when no pin
* cleans up user/kb/quantum calls, keyboard files
* fix pvc atomic
* replaces CHANNEL with correct var in breathing
* removes .hexs, updates readmes, updates template
* cleans-up clueboards, readmes to lowercase
* updates readme
9 years ago
Peter
ba116ceb49
Add OS specific layers that can be switched with macros ( #436 )
9 years ago
Christopher Browne
a4bdb0ac0e
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
9 years ago
Anand Babu (AB) Periasamy
bab6a8fde5
AB's practical planck keymap ( #435 )
9 years ago
Christopher Browne
0cd017d485
Use Space Cadet parens on LSFT
9 years ago
Christopher Browne
b0caf32741
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
9 years ago
Jack Humbert
649b33d778
Renames keyboard folder to keyboards, adds couple of tmk's fixes ( #432 )
...
* fixes from tmk's repo
* rename keyboard to keyboards
9 years ago