fauxpark
|
3b2a484a5b
|
Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)
|
2019-02-17 07:38:46 -08:00 |
|
noroadsleft
|
876377e945
|
Satan refactor and Configurator support (#3305)
* Matrix refactor
* Keymap refactor
* Configurator support
* Readme cleanup
|
2018-07-04 18:02:01 -07: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 |
|
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 |
|