Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-02 | - Added MX HHKB like for gh60 with 7u space bar | dbroqua | |
2017-04-02 | Use tap-toggle to move between layers. | Nurahmadie | |
- Add PDOT key | |||
2017-04-02 | Fix layer stuck, and add numpad support | Nurahmadie | |
2017-04-02 | Forgot semicolon, and add reference link | Nurahmadie | |
2017-04-02 | Add README | Nurahmadie | |
2017-04-02 | Enable alt-F4 without [Fn] | Nurahmadie | |
- Add led indicator when keymap not on base layer \o/ | |||
2017-04-02 | Add capslock led, and audio buttons | Nurahmadie | |
- Also change layer switch to momentary | |||
2017-04-02 | Remove lead keys, fix some typos, rearrange layers | Nurahmadie | |
2017-04-02 | Add initial keymap | Nurahmadie | |
*crossfingers* | |||
2017-04-02 | Initial work for my kbod support in qmk_firmware | Nurahmadie | |
- Wiring layout done No actual keymap yet | |||
2017-04-02 | Adds tong92's keymap to tv44 | = | |
2017-03-31 | Merge pull request #1132 from akatrevorjay/pr/dfu-serial | Jack Humbert | |
Allow to specify serial to dfu-util flash | |||
2017-03-31 | Merge pull request #1190 from osamuaoki/master | Jack Humbert | |
Fix typo | |||
2017-03-31 | Merge pull request #1189 from Zay950/to_push | Jack Humbert | |
Unicode input_mode presistance | |||
2017-04-01 | Fix typo | Osamu Aoki | |
2017-03-30 | Worked around some new Makefile issues. | nielsenz | |
2017-03-30 | Pulling and pushing troubles | nielsenz | |
2017-03-30 | changed hotkey cluster to accomodate awkward software... again | Callum Oakley | |
2017-03-30 | changed hotkey cluster to accomodate awkward software | Callum Oakley | |
2017-03-30 | Add RN42 Bluetooth module support | Travis La Marr | |
Added support for sending HID keycodes over the RN42/reflashed HC05 module. Tested on OS X and iOS. | |||
2017-03-30 | Update to match QMK keymap | Osamu Aoki | |
2017-03-30 | Typo fix | Osamu Aoki | |
2017-03-30 | Merge pull request #1188 from hot-leaf-juice/master | Jack Humbert | |
changed hotkey cluster to accomodate awkward software... again | |||
2017-03-30 | changed hotkey cluster to accomodate awkward software... again | Callum Oakley | |
2017-03-30 | Merge pull request #1187 from hot-leaf-juice/master | Jack Humbert | |
changed hotkey cluster to acommodate awkward software | |||
2017-03-30 | Merge pull request #1185 from exiva/rn42_bluetooth | Jack Humbert | |
Add RN42 Bluetooth module support | |||
2017-03-30 | Merge pull request #1184 from osamuaoki/master | Jack Humbert | |
Update keymap.md to QMK | |||
2017-03-30 | changed hotkey cluster to accomodate awkward software | Callum Oakley | |
2017-03-29 | Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0 | Xyverz | |
2017-03-29 | Add RN42 Bluetooth module support | Travis La Marr | |
Added support for sending HID keycodes over the RN42/reflashed HC05 module. Tested on OS X and iOS. | |||
2017-03-29 | Merge branch 'master' into to_push | Zay950 | |
2017-03-30 | Update to match QMK keymap | Osamu Aoki | |
2017-03-30 | Typo fix | Osamu Aoki | |
2017-03-29 | Merge pull request #1183 from Rovanion/real-master | Jack Humbert | |
Added instructions for how to build and flash the firmware with teensy_cli | |||
2017-03-29 | Added link to the teensy linux page. | Rovanion Luckey | |
2017-03-28 | Clarify the quantum license (#1042) | skullydazed | |
* 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 | |||
2017-03-28 | Merge pull request #1182 from henxing/default_atreus_layout | Jack Humbert | |
Default atreus layout | |||
2017-03-28 | Merge pull request #1139 from Swoy/master | Jack Humbert | |
Satan Board "Admiral Strokers" keymap and config | |||
2017-03-28 | typo removed {3 ... | Ole Anders | |
2017-03-28 | fixed capitalization issue (checkTime => checktime) | Ole Anders | |
2017-03-28 | Merge branch 'master' into default_atreus_layout | Hugh Enxing | |
2017-03-28 | moved checktime out of function | Ole Anders | |
2017-03-28 | declaring checktime before the function it is used in. | Ole Anders | |
2017-03-28 | fixed function to not accept any arguments. | Ole Anders | |
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. | |||
2017-03-28 | removed varable trace option from makefile | Ole Anders | |
2017-03-28 | slight cleanup as per recommendation | Ole Anders | |
2017-03-28 | Moved key_timer out of function. | Ole Anders | |
2017-03-28 | removed a carriage return | Ole Anders | |
2017-03-28 | Merge remote-tracking branch 'refs/remotes/qmk/master' | Ole Anders | |
2017-03-28 | fixed #1139 issues | Ole Anders | |
A fix described by jackhumbert has been sorted out now. |