Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1195 from fudanchii/kbod | Jack Humbert | 2017-04-02 | 10 | -0/+446 |
|\ | | | | | Handwired 60% keyboard with 8x8 matrix | ||||
| * | Use tap-toggle to move between layers. | Nurahmadie | 2017-04-02 | 1 | -4/+4 |
| | | | | | | | | - Add PDOT key | ||||
| * | Fix layer stuck, and add numpad support | Nurahmadie | 2017-04-02 | 2 | -10/+15 |
| | | |||||
| * | Forgot semicolon, and add reference link | Nurahmadie | 2017-04-02 | 2 | -2/+4 |
| | | |||||
| * | Add README | Nurahmadie | 2017-04-02 | 2 | -18/+13 |
| | | |||||
| * | Enable alt-F4 without [Fn] | Nurahmadie | 2017-04-02 | 1 | -21/+41 |
| | | | | | | | | - Add led indicator when keymap not on base layer \o/ | ||||
| * | Add capslock led, and audio buttons | Nurahmadie | 2017-04-02 | 1 | -16/+26 |
| | | | | | | | | - Also change layer switch to momentary | ||||
| * | Remove lead keys, fix some typos, rearrange layers | Nurahmadie | 2017-04-02 | 2 | -29/+10 |
| | | |||||
| * | Add initial keymap | Nurahmadie | 2017-04-02 | 2 | -28/+73 |
| | | | | | | | | *crossfingers* | ||||
| * | Initial work for my kbod support in qmk_firmware | Nurahmadie | 2017-04-02 | 10 | -0/+388 |
| | | | | | | | | | | | | - Wiring layout done No actual keymap yet | ||||
* | | Merge pull request #1196 from Dbroqua/master | Jack Humbert | 2017-04-02 | 2 | -0/+199 |
|\ \ | | | | | | | GH60 - MX HHKB with 7U spacebar | ||||
| * | | Merge pull request #19 from qmk/master | Damien | 2017-04-02 | 161 | -402/+10630 |
| |\| | | | | | | | Merge from qmk | ||||
| * | | Merge remote-tracking branch 'origin/master' | dbroqua | 2017-04-02 | 199 | -2022/+8382 |
| |\ \ | |||||
| * | | | - Added MX HHKB like for gh60 with 7u space bar | dbroqua | 2017-04-02 | 2 | -0/+199 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'upstream/master' | Xyverz | 2017-04-02 | 184 | -651/+11385 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Worked around some new Makefile issues. | nielsenz | 2017-03-30 | 6 | -55/+55 |
| | | | | |||||
| * | | | changed hotkey cluster to accomodate awkward software... again | Callum Oakley | 2017-03-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | changed hotkey cluster to accomodate awkward software | Callum Oakley | 2017-03-30 | 1 | -7/+7 |
| | | | | |||||
| * | | | Merge branch 'master' into to_push | Zay950 | 2017-03-29 | 596 | -2652/+55289 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #1183 from Rovanion/real-master | Jack Humbert | 2017-03-29 | 1 | -4/+17 |
| | |\ \ \ | | | | | | | | | | | | | Added instructions for how to build and flash the firmware with teensy_cli | ||||
| | | * | | | Added link to the teensy linux page. | Rovanion Luckey | 2017-03-29 | 1 | -2/+5 |
| | | | | | | |||||
| | | * | | | Added instructions for how to build and flash the firmware with teensy_cli. | Rovanion Luckey | 2017-01-24 | 1 | -4/+14 |
| | | | | | | |||||
| | * | | | | Merge pull request #1182 from henxing/default_atreus_layout | Jack Humbert | 2017-03-28 | 1 | -6/+6 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Default atreus layout | ||||
| | | * \ \ \ | Merge branch 'master' into default_atreus_layout | Hugh Enxing | 2017-03-28 | 76 | -209/+3960 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Swapped placement of `Ctrl` and `Alt` keys to match Technomancy's | Hugh Enxing | 2017-03-24 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default layout | ||||
| | * | | | | | | typo removed {3 ... | Ole Anders | 2017-03-28 | 1 | -3/+2 |
| | | | | | | | | |||||
| | * | | | | | | fixed capitalization issue (checkTime => checktime) | Ole Anders | 2017-03-28 | 1 | -2/+4 |
| | | | | | | | | |||||
| | * | | | | | | moved checktime out of function | Ole Anders | 2017-03-28 | 1 | -6/+3 |
| | | | | | | | | |||||
| | * | | | | | | declaring checktime before the function it is used in. | Ole Anders | 2017-03-28 | 1 | -0/+1 |
| | | | | | | | | |||||
| | * | | | | | | fixed function to not accept any arguments. | Ole Anders | 2017-03-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | | | | | | removed varable trace option from makefile | Ole Anders | 2017-03-28 | 1 | -1/+0 |
| | | | | | | | | |||||
| | * | | | | | | slight cleanup as per recommendation | Ole Anders | 2017-03-28 | 1 | -1/+2 |
| | | | | | | | | |||||
| | * | | | | | | Moved key_timer out of function. | Ole Anders | 2017-03-28 | 1 | -3/+4 |
| | | | | | | | | |||||
| | * | | | | | | removed a carriage return | Ole Anders | 2017-03-28 | 1 | -19/+18 |
| | | | | | | | | |||||
| | * | | | | | | Merge remote-tracking branch 'refs/remotes/qmk/master' | Ole Anders | 2017-03-28 | 276 | -2293/+14170 |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | |||||
| | | * | | | | | Merge pull request #1174 from nooges/atreus50 | Jack Humbert | 2017-03-28 | 8 | -0/+565 |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add Atreus50 keyboard | ||||
| | | | * | | | | | Move Atreus50 to hardwired directory and update README | Danny Nguyen | 2017-03-28 | 9 | -25/+16 |
| | | | | | | | | | |||||
| | | | * | | | | | Add RGB support | Danny Nguyen | 2017-03-23 | 3 | -4/+4 |
| | | | | | | | | | |||||
| | | | * | | | | | Cleanup keymap | Danny Nguyen | 2017-03-23 | 3 | -115/+94 |
| | | | | | | | | | |||||
| | | | * | | | | | Initial commit for Atreus50 with working audio | Danny Nguyen | 2017-03-23 | 9 | -0/+595 |
| | | | |/ / / / | |||||
| | | * | | | | | Merge pull request #1112 from newsboytko/newsboytko/midi-keycodes | Jack Humbert | 2017-03-28 | 20 | -0/+574 |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Flesh out MIDI support | ||||
| | | | * | | | | | Update size estimates in the Makefile | Gabriel Young | 2017-02-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MIDI_ENABLE = no text data bss dec hex filename 0 17080 0 17080 42b8 satan_midi.hex MIDI_ENABLE = yes MIDI_BASIC undefined MIDI_ADVANCED undefined text data bss dec hex filename 0 19494 0 19494 4c26 satan_midi.hex +2414 bytes (vs. MIDI_ENABLE = no) MIDI_ENABLE = yes 0 20846 0 20846 516e satan_midi.hex +1352 bytes (vs. MIDI_ENABLE = yes, MIDI_BASIC off, MIDI_ADVANCED off) MIDI_ENABLE = yes #define MIDI_BASIC #define MIDI_ADVANCED text data bss dec hex filename 0 21292 0 21292 532c satan_midi.hex +1798 bytes (vs. MIDI_ENABLE = yes, MIDI_BASIC off, MIDI_ADVANCED off) Conclusion: +2400 to 4200, depending on config | ||||
| | | | * | | | | | Update existing keymaps | Gabriel Young | 2017-02-25 | 17 | -0/+449 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update existing keymaps to enable MIDI_BASIC functionality. Also added an option MIDI_ENABLE_STRICT to be strict about keycode use (which also reduces memory footprint at runtime) | ||||
| | | | * | | | | | Add basic layer to sample MIDI keycap | Gabriel Young | 2017-02-25 | 1 | -1/+22 |
| | | | | | | | | | |||||
| | | | * | | | | | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED | Gabriel Young | 2017-02-25 | 2 | -3/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |