Ole Anders
25a7c94174
Merge remote-tracking branch 'refs/remotes/qmk/master'
2017-03-07 19:39:00 +01:00
Danny Nguyen
38a83700c3
Update description
2017-03-07 12:29:48 -05:00
Danny Nguyen
2cd2ac02d1
Add readme file
2017-03-07 12:20:52 -05:00
Danny Nguyen
f3aef727e1
Set pinout and layout
2017-03-07 12:20:52 -05:00
Danny Nguyen
6ee823a821
Add rule for flashing microcontroller using avrdude
2017-03-07 12:20:52 -05:00
Danny Nguyen
1023a47be6
Copy CMD60 as starting point and rename files
2017-03-07 12:20:52 -05:00
Joshua Colbeck
08cba6c09b
Fixed minor error in ergodox infinity section.
2017-03-07 09:43:08 -06:00
milestogo
2f677c24a8
working with preprocessor macros for babblepaste
2017-03-06 00:16:44 -08:00
Xyverz
fbbf618a46
Removed preceeding underscore from MASTER_RIGHT in config.h
2017-03-05 03:48:10 -08:00
skullydazed
615bfc4eca
Merge pull request #1107 from qmk/clueboard_cleanup
...
Rework the clueboard keymaps
2017-03-04 10:34:01 -08:00
Xyverz
0d9bceb2fe
Merge remote-tracking branch 'upstream/master'
2017-03-03 19:28:35 -08:00
Xyverz
68808b22c0
Final tweaks to my Kinesis keymap and readme
2017-03-03 19:27:24 -08:00
Jack Humbert
b042428d23
Merge pull request #1126 from folkert4/master
...
Various QOL changes to Espynn's keymap
2017-03-03 10:29:54 -05:00
Jack Humbert
4ab88f3a9e
Merge pull request #1129 from unxmaal/unxmaal_spacefn
...
Layout: Spacebar long-press as fn, for GH60 and GH60 Satan boards
2017-03-03 10:29:19 -05:00
Callum Oakley
61459ab5ba
moar hotkeys
2017-03-02 11:40:25 +00:00
Eric Dodd
d35809a982
gh60 satan spacefn
2017-03-01 21:40:13 -05:00
Eric Dodd
a8a4927622
gh60 spacefn
2017-03-01 21:39:19 -05:00
milestogo
b80c97b712
clean up babblepaste
2017-02-28 23:27:49 -08:00
milestogo
0834c520c0
missed config.h stuck modifiers change
2017-02-28 21:54:35 -08:00
milestogo
748401e5c1
keymap and C6 audio testing
2017-02-28 21:53:42 -08:00
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
2017-02-28 17:49:42 -05:00
Jack Humbert
4c4cf3ca49
Merge pull request #1124 from jmdaly/roadkit_firmware
...
Add initial version of TheVan Keyboards Roadkit Firmware
2017-02-28 15:48:34 -05:00
Chris Helming
18ba21aa31
Update default maps for missing keys
2017-02-28 11:40:06 -05:00
John M Daly
e12b1a237c
Add initial version of TheVan Keyboards Roadkit Firmware
2017-02-28 11:17:18 -05:00
Jack Humbert
4583955914
Merge pull request #1116 from hot-leaf-juice/master
...
keymap update
2017-02-27 22:18:55 -05:00
Jack Humbert
b851b0b2ae
Merge pull request #1121 from Leszek111/master
...
add layout
2017-02-27 22:17:36 -05:00
Gunther Gruber
38cf08697b
small changes in guni.c keymap to work with new qmk_firmware packet
2017-02-27 09:55:24 +01:00
Xyverz
d91e09f116
Updates to the README.md
2017-02-26 19:49:10 -08:00
Xyverz
871ac5058a
Minor changes to the keymap: Moved thumb-cluster ESC to Media and Keypad layers
2017-02-26 19:45:57 -08:00
bbbd49a175
Ammend readme.md
2017-02-27 00:27:57 +01:00
138b89e1a1
Add colemak_programmer
2017-02-27 00:16:55 +01:00
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
2017-02-25 21:38:35 -08:00
Gabriel Young
a64ae10662
Update existing keymaps
...
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)
2017-02-25 20:41:13 -08:00
Gabriel Young
ea14ed122f
Add basic layer to sample MIDI keycap
2017-02-25 19:37:33 -08:00
Gabriel Young
525be99ee9
Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED
...
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
2017-02-25 15:02:43 -08:00
Priyadi Iman Nurcahyo
b27a8dea1b
Merge branch 'master' into promethium
2017-02-23 18:11:59 +07:00
Callum Oakley
b06961c38b
updated readme
2017-02-22 12:26:13 +00:00
Jack Humbert
84b2f86f24
Merge pull request #1113 from kesslern/master
...
Add dvorak_emacs_software layout for ergodox
2017-02-21 23:35:09 -05:00
Josh Colbeck
e51001efcc
Merge remote-tracking branch 'qmk/master'
2017-02-21 20:31:16 -06:00
Callum Oakley
1316ca67af
added hotkey cluster
2017-02-21 23:07:22 +00:00
Priyadi Iman Nurcahyo
3dab8a60fc
added pause, prtsc & ins to list of keys to be processed on release
2017-02-21 16:40:38 +07:00
Priyadi Iman Nurcahyo
57623805e8
Move caps to FUN layer; add Pause key
2017-02-21 16:36:35 +07:00
Xyverz
bf6f7a623d
Merge remote-tracking branch 'upstream/master'
2017-02-20 23:54:09 -08:00
Nathan Kessler
b9fce16490
Add dvorak_emacs_software layout for ergodox
2017-02-20 22:55:43 -05:00
Priyadi Iman Nurcahyo
b306f83c6b
Move del back to fun+backspce
2017-02-21 04:00:05 +07:00
Priyadi Iman Nurcahyo
77f9363675
Only process Fnumber on key release, and only when layer is still active
2017-02-21 03:24:32 +07:00
Jack Humbert
7ff41df32c
Merge pull request #1097 from stanleylai/master
...
Added support for LED backlight, XD60v2's RGB underglow LED
2017-02-20 11:10:20 -05:00
Gabriel Young
64eecfc530
fix typos in keymap
2017-02-19 22:23:32 -08:00
Gabriel Young
ed15973a3f
Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)
...
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
2017-02-19 17:45:08 -08:00
Gabriel Young
d1fe24ad9f
Allow customization of the number of tone keycodes and add example keymap
2017-02-19 17:18:05 -08:00