summaryrefslogtreecommitdiff
path: root/keyboards
Commit message (Collapse)AuthorAge
* disables space cadet rolloverErez Zukerman2017-04-03
|
* Merge pull request #1194 from tong92/masterJack Humbert2017-04-02
|\ | | | | Adds tong92's keymap to tv44
| * Adds tong92's keymap to tv44=2017-04-02
| |
* | Merge pull request #1195 from fudanchii/kbodJack Humbert2017-04-02
|\ \ | | | | | | Handwired 60% keyboard with 8x8 matrix
| * | Use tap-toggle to move between layers.Nurahmadie2017-04-02
| | | | | | | | | | | | - Add PDOT key
| * | Fix layer stuck, and add numpad supportNurahmadie2017-04-02
| | |
| * | Forgot semicolon, and add reference linkNurahmadie2017-04-02
| | |
| * | Add READMENurahmadie2017-04-02
| | |
| * | Enable alt-F4 without [Fn]Nurahmadie2017-04-02
| | | | | | | | | | | | - Add led indicator when keymap not on base layer \o/
| * | Add capslock led, and audio buttonsNurahmadie2017-04-02
| | | | | | | | | | | | - Also change layer switch to momentary
| * | Remove lead keys, fix some typos, rearrange layersNurahmadie2017-04-02
| | |
| * | Add initial keymapNurahmadie2017-04-02
| | | | | | | | | | | | *crossfingers*
| * | Initial work for my kbod support in qmk_firmwareNurahmadie2017-04-02
| |/ | | | | | | | | | | - Wiring layout done No actual keymap yet
* | Merge pull request #1196 from Dbroqua/masterJack Humbert2017-04-02
|\ \ | | | | | | GH60 - MX HHKB with 7U spacebar
| * | Merge pull request #19 from qmk/masterDamien2017-04-02
| |\| | | | | | | Merge from qmk
| * | Merge remote-tracking branch 'origin/master'dbroqua2017-04-02
| |\ \
| * | | - Added MX HHKB like for gh60 with 7u space bardbroqua2017-04-02
| | | |
* | | | Merge remote-tracking branch 'upstream/master'Xyverz2017-04-02
|\ \ \ \ | | |_|/ | |/| |
| * | | Worked around some new Makefile issues.nielsenz2017-03-30
| | | |
| * | | changed hotkey cluster to accomodate awkward software... againCallum Oakley2017-03-30
| | | |
| * | | changed hotkey cluster to accomodate awkward softwareCallum Oakley2017-03-30
| | | |
| * | | Merge branch 'master' into to_pushZay9502017-03-29
| |\ \ \
| | * \ \ Merge pull request #1183 from Rovanion/real-masterJack Humbert2017-03-29
| | |\ \ \ | | | | | | | | | | | | Added instructions for how to build and flash the firmware with teensy_cli
| | | * | | Added link to the teensy linux page.Rovanion Luckey2017-03-29
| | | | | |
| | | * | | Added instructions for how to build and flash the firmware with teensy_cli.Rovanion Luckey2017-01-24
| | | | | |
| | * | | | Merge pull request #1182 from henxing/default_atreus_layoutJack Humbert2017-03-28
| | |\ \ \ \ | | | | | | | | | | | | | | Default atreus layout
| | | * \ \ \ Merge branch 'master' into default_atreus_layoutHugh Enxing2017-03-28
| | | |\ \ \ \
| | | * | | | | Swapped placement of `Ctrl` and `Alt` keys to match Technomancy'sHugh Enxing2017-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default layout
| | * | | | | | typo removed {3 ...Ole Anders2017-03-28
| | | | | | | |
| | * | | | | | fixed capitalization issue (checkTime => checktime)Ole Anders2017-03-28
| | | | | | | |
| | * | | | | | moved checktime out of functionOle Anders2017-03-28
| | | | | | | |
| | * | | | | | declaring checktime before the function it is used in.Ole Anders2017-03-28
| | | | | | | |
| | * | | | | | fixed function to not accept any arguments.Ole Anders2017-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 makefileOle Anders2017-03-28
| | | | | | | |
| | * | | | | | slight cleanup as per recommendationOle Anders2017-03-28
| | | | | | | |
| | * | | | | | Moved key_timer out of function.Ole Anders2017-03-28
| | | | | | | |
| | * | | | | | removed a carriage returnOle Anders2017-03-28
| | | | | | | |
| | * | | | | | Merge remote-tracking branch 'refs/remotes/qmk/master'Ole Anders2017-03-28
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Merge pull request #1174 from nooges/atreus50Jack Humbert2017-03-28
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add Atreus50 keyboard
| | | | * | | | | Move Atreus50 to hardwired directory and update READMEDanny Nguyen2017-03-28
| | | | | | | | |
| | | | * | | | | Add RGB supportDanny Nguyen2017-03-23
| | | | | | | | |
| | | | * | | | | Cleanup keymapDanny Nguyen2017-03-23
| | | | | | | | |
| | | | * | | | | Initial commit for Atreus50 with working audioDanny Nguyen2017-03-23
| | | | |/ / / /
| | | * | | | | Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert2017-03-28
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Flesh out MIDI support
| | | | * | | | | Update size estimates in the MakefileGabriel Young2017-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 keymapsGabriel Young2017-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 keycapGabriel Young2017-02-25
| | | | | | | | |
| | | | * | | | | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 MIDI_ENABLE = yes #define MIDI_BASIC MIDI_ADVANCED undefined text data bss dec hex filename 0 19788 0 19788 4d4c satan_midi.hex MIDI_ENABLE = yes MIDI_BASIC undefined #define MIDI_ADVANCED text data bss dec hex filename 0 20846 0 20846 516e satan_midi.hex MIDI_ENABLE = yes #define MIDI_BASIC #define MIDI_ADVANCED text data bss dec hex filename 0 21140 0 21140 5294 satan_midi.hex
| | | | * | | | | fix typos in keymapGabriel Young2017-02-19
| | | | | | | | |
| | | | * | | | | Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young2017-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | satan/keymaps/midi MIDI_ENABLE = no text data bss dec hex filename 0 17080 0 17080 42b8 satan_midi.hex MIDI_ENABLE = yes #define MIDI_TONE_KEYCODE_OCTAVES 3 // default text data bss dec hex filename 0 20846 0 20846 516e satan_midi.hex MIDI_ENABLE = yes #define MIDI_TONE_KEYCODE_OCTAVES 2 // fewer octaves text data bss dec hex filename 0 20846 0 20846 516e satan_midi.hex