Commit Graph

4672 Commits (7e54332890f4c376314f942574c6183c87a6e9c8)
 

Author SHA1 Message Date
Jack Humbert 8d81667fbe Merge pull request #1138 from nooges/magicforce68
Add Handwired Magicforce68
8 years ago
Jack Humbert 97c4c570e2 Merge pull request #1140 from stites/freebsd
Add FreeBSD support in "util/install_dependencies.sh"
8 years ago
Jack Humbert 85121ec50e Merge pull request #1142 from guni77/my_keymap
My keymap
8 years ago
Jack Humbert f392f245f9 Merge pull request #1143 from UnintendedFeature/feature/keymap-german-lukas
keymap german lukas
8 years ago
Stephen Tudor 88e862e472 Update smt keymaps for consistency 8 years ago
Lukas Stiebig 34fa8fd5d3 readme
Added a readme.md file for the keymap german-lukas.
8 years ago
Lukas Stiebig 2f5143e219 Corrected the description of the layer
Corrected the description of the Shortcuts layer.
8 years ago
Lukas Stiebig 8cc70f4d9d Added german-lukas
Added my keymap called germman-lukas.
8 years ago
Lukas Stiebig 2aa079d93e Left control and alt
Use the left control and the left alt key.
8 years ago
Gunther Gruber cd1eb8d246 added readme file 8 years ago
milestogo 89aba30c7f fix stupid error w/ mode switch 8 years ago
milestogo 01980c96e9 added browser babble, removed code from keymap 8 years ago
Danny Nguyen 3d082382b2 Fix function layer actions 8 years ago
Danny Nguyen 7042af7020 Add Makefile 8 years ago
Ole Anders 1968ec4c24 changed definitions on keymap.c in admiral strokers
Made a few changes to my own keymaps. (organisation)
8 years ago
Ole Anders 25a7c94174 Merge remote-tracking branch 'refs/remotes/qmk/master' 8 years ago
stites a9959783c0 Add freebsd support in "util/install_dependencies.sh"
A simple addition to the `install_dependencies` script which remaps the debian dependencies to their freebsd package-names. After a recursive clone and using gmake, I can successfully build all firmware from the root directory (minus some warnings generated by gcc-4.9.4 which I can procure on request). however there is a problem running tests.
8 years ago
Danny Nguyen 38a83700c3 Update description 8 years ago
Danny Nguyen 2cd2ac02d1 Add readme file 8 years ago
Danny Nguyen f3aef727e1 Set pinout and layout 8 years ago
Danny Nguyen 6ee823a821 Add rule for flashing microcontroller using avrdude 8 years ago
Danny Nguyen 1023a47be6 Copy CMD60 as starting point and rename files 8 years ago
Joshua Colbeck 08cba6c09b Fixed minor error in ergodox infinity section. 8 years ago
milestogo 2f677c24a8 working with preprocessor macros for babblepaste 8 years ago
skullydazed 615bfc4eca Merge pull request #1107 from qmk/clueboard_cleanup
Rework the clueboard keymaps
8 years ago
Jack Humbert b042428d23 Merge pull request #1126 from folkert4/master
Various QOL changes to Espynn's keymap
8 years ago
Jack Humbert 4ab88f3a9e Merge pull request #1129 from unxmaal/unxmaal_spacefn
Layout: Spacebar long-press as fn, for GH60 and GH60 Satan boards
8 years ago
Jack Humbert 2a5d972004 Merge pull request #1130 from hot-leaf-juice/master
moar hotkeys
8 years ago
Gabriel Young 0734f56940 add debug messages to audio 8 years ago
Gabriel Young d11962aeb2 fix 'stop_all_notes' naming to be more consistent 8 years ago
Callum Oakley 61459ab5ba moar hotkeys 8 years ago
Eric Dodd d35809a982 gh60 satan spacefn 8 years ago
Eric Dodd a8a4927622 gh60 spacefn 8 years ago
milestogo b80c97b712 clean up babblepaste 8 years ago
milestogo 0834c520c0 missed config.h stuck modifiers change 8 years ago
milestogo 748401e5c1 keymap and C6 audio testing 8 years ago
folkert4 71971e818f Various QOL changes:
Removed some unneeded keys from raise and lower layers
moved the + and = signs, backspace is now more intuitive
moved all the Function keys to CUSTOM layer
added ctrl alt del to CUSTOM layer
simplified the layout picture greatly
8 years ago
Jack Humbert 4c4cf3ca49 Merge pull request #1124 from jmdaly/roadkit_firmware
Add initial version of TheVan Keyboards Roadkit Firmware
8 years ago
Jack Humbert 72c5dd1c93 Merge pull request #1125 from cwhits/upstream
[Planck] Update default keymap for missing keys
8 years ago
Chris Helming 18ba21aa31 Update default maps for missing keys 8 years ago
John M Daly e12b1a237c Add initial version of TheVan Keyboards Roadkit Firmware 8 years ago
Jack Humbert 4583955914 Merge pull request #1116 from hot-leaf-juice/master
keymap update
8 years ago
Jack Humbert 5bfeb229b8 Merge pull request #1119 from phongnh/master
Removes redundant {} which cause build failure when DEBUG_ACTION is set
8 years ago
Jack Humbert b851b0b2ae Merge pull request #1121 from Leszek111/master
add layout
8 years ago
Gunther Gruber 38cf08697b small changes in guni.c keymap to work with new qmk_firmware packet 8 years ago
Gunther Gruber c370c1e1f3 guni keymap 8 years ago
bbbd49a175 Ammend readme.md 8 years ago
138b89e1a1 Add colemak_programmer 8 years ago
Gabriel Young 976c856966 Update size estimates in the Makefile
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
8 years ago
Gabriel Young b911e1966f Fix redundant process_music.c in sources 8 years ago