Commit Graph

4801 Commits (b7041d06aef4dcf2f2a47504a699e538cfb1d9ac)
 

Author SHA1 Message Date
Alexander Schaefer 570b4605b2 Update readme.md
There's no readme specifically for the Ergodox EZ now, so link to the Ergodox readme.
Xyverz c034b61b1a Merge remote-tracking branch 'upstream/master'
Xyverz 7873046479 removed my handwired boards to a new branch.
Damien 3e41cde9f9 Merge pull request from qmk/master
Merge from qmk
dbroqua e7347ff0de Merge remote-tracking branch 'origin/master'
dbroqua 9e72b7e7e9 - Added MX HHKB like for gh60 with 7u space bar
Nurahmadie 649d08742a Use tap-toggle to move between layers.
- Add PDOT key
Nurahmadie 15ddaa7f19 Fix layer stuck, and add numpad support
Nurahmadie f5d78c739d Forgot semicolon, and add reference link
Nurahmadie 10105f645a Add README
Nurahmadie c9dd11d5ab Enable alt-F4 without [Fn]
- Add led indicator when keymap not on base layer \o/
Nurahmadie af7430b896 Add capslock led, and audio buttons
- Also change layer switch to momentary
Nurahmadie 7614c6b7a7 Remove lead keys, fix some typos, rearrange layers
Nurahmadie 8b206e1e75 Add initial keymap
*crossfingers*
Nurahmadie f8ed4ed573 Initial work for my kbod support in qmk_firmware
- Wiring layout done

No actual keymap yet
= e508b5e04e Adds tong92's keymap to tv44
Jack Humbert 3448d5d487 Merge pull request from akatrevorjay/pr/dfu-serial
Allow to specify serial to dfu-util flash
Jack Humbert ec35fea264 Merge pull request from osamuaoki/master
Fix typo
Jack Humbert 2b4efaba53 Merge pull request from Zay950/to_push
Unicode input_mode presistance
Osamu Aoki caab4d7e45 Fix typo
nielsenz d1e66e2e07 Worked around some new Makefile issues.
nielsenz 7e54332890 Pulling and pushing troubles
Callum Oakley b9225a28f2 changed hotkey cluster to accomodate awkward software... again
Callum Oakley 200ae0c519 changed hotkey cluster to accomodate awkward software
Travis La Marr eedb767279 Add RN42 Bluetooth module support
Added support for sending HID keycodes over the RN42/reflashed HC05 module. Tested on OS X and iOS.
Osamu Aoki ccbdf90f02 Update to match QMK keymap
Osamu Aoki 3a1ee48cda Typo fix
Jack Humbert b441468795 Merge pull request from hot-leaf-juice/master
changed hotkey cluster to accomodate awkward software... again
Callum Oakley 3f3f208113 changed hotkey cluster to accomodate awkward software... again
Jack Humbert 8994fca4ee Merge pull request from hot-leaf-juice/master
changed hotkey cluster to acommodate awkward software
Jack Humbert d359b55520 Merge pull request from exiva/rn42_bluetooth
Add RN42 Bluetooth module support
Jack Humbert 338edcabd7 Merge pull request from osamuaoki/master
Update keymap.md to QMK
Callum Oakley d145a1192f changed hotkey cluster to accomodate awkward software
Xyverz 571f39da66 Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0
Travis La Marr 71da013995 Add RN42 Bluetooth module support
Added support for sending HID keycodes over the RN42/reflashed HC05 module. Tested on OS X and iOS.
Zay950 2366ebfbbd Merge branch 'master' into to_push
Osamu Aoki c782b269b6 Update to match QMK keymap
Osamu Aoki 4d2be0281c Typo fix
Jack Humbert 942f2ccee4 Merge pull request from Rovanion/real-master
Added instructions for how to build and flash the firmware with teensy_cli
Rovanion Luckey d6e51d2008 Added link to the teensy linux page.
skullydazed 23839b8c6d Clarify the quantum license ()
* Clarify the license for files we have signoff on

* Update against the currently signed off files

* Remove unused and not clearly licensed headers

* Replace an #endif I accidentally removed while resolving merge conflicts
Jack Humbert b83ae5ae5c Merge pull request from henxing/default_atreus_layout
Default atreus layout
Jack Humbert 49f547dd8e Merge pull request from Swoy/master
Satan Board "Admiral Strokers" keymap and config
Ole Anders 6de7e5d8dc typo removed {3 ...
Ole Anders 85cac39529 fixed capitalization issue (checkTime => checktime)
Hugh Enxing 3fdc45b4e9 Merge branch 'master' into default_atreus_layout
Ole Anders 411cd4fae2 moved checktime out of function
Ole Anders f504082f7f declaring checktime before the function it is used in.
Ole Anders 256abc64d5 fixed function to not accept any arguments.
As per Pramod's comment on stack overflow:

In C int foo() and int foo(void) are different functions. int foo()
accepts an arbitrary number of arguments, while int foo(void) accepts 0
arguments. In C++ they mean the same thing. I suggest that you use void
consistently when you mean no arguments.
Ole Anders 1b821eca66 removed varable trace option from makefile