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
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
Jack Humbert
49e72632d2
remove more warnings
2017-02-16 13:13:38 -05:00
Jack Humbert
e34c3936b7
Merge pull request #1105 from nrrkeene/master
...
The Ordinary Layout v5
2017-02-16 09:49:24 -05:00
Nicholas Keene
d99f03a1a6
The Ordinary Layout has all the keys in the right places.
2017-02-15 23:11:04 -06:00
Nicholas Keene
7606f784dd
This is the best layout, really, come look
2017-02-15 23:02:30 -06:00
Nicholas Keene
af942f2e57
The Ordinary Layout is the best one, the one you are looking for. Really. Check it out.
2017-02-15 22:33:04 -06:00
Priyadi Iman Nurcahyo
ac04fe0301
Added README for my keymap
2017-02-15 19:40:33 +07:00
Priyadi Iman Nurcahyo
3882f97d2e
Move keyboard specific stuff to keyboard specific files, and vice versa
2017-02-15 19:22:58 +07:00
Priyadi Iman Nurcahyo
1eac297a2f
Added copyright notice
2017-02-15 16:39:19 +07:00
Priyadi Iman Nurcahyo
c2f0207d59
Merge my Planck-like keyboards
2017-02-15 16:36:31 +07:00
Priyadi Iman Nurcahyo
b128617ede
Merge branch 'master' into promethium
2017-02-15 15:51:42 +07:00
Nicholas Keene
54785c1976
The Ordinary Layout is boring, normal, typical, expected.
2017-02-14 22:47:11 -06:00
Nicholas Keene
e006b4a600
The Ordinary Layout has a feature for one-handed chorded typing
2017-02-14 22:32:31 -06:00
Nicholas Keene
1e09698146
All my friends us The Ordinary Layout because it doesn't force you to change you typing habits
2017-02-14 22:31:54 -06:00
Nicholas Keene
c055098952
The Ordinary Layout now has more symbols on the Symbols layer! So useful!
2017-02-14 22:30:07 -06:00
Priyadi Iman Nurcahyo
168c912027
Move Alt-Tab position
2017-02-15 05:38:40 +07:00
Priyadi Iman Nurcahyo
df311c7b40
num, func, punc 3state layer done right
2017-02-15 05:01:03 +07:00
Priyadi Iman Nurcahyo
3758cfd95f
GUI layer fixes
2017-02-14 04:17:09 +07:00
Priyadi Iman Nurcahyo
6c692fca7d
Alt-tab handling in GUI layer
2017-02-14 03:58:12 +07:00
Priyadi Iman Nurcahyo
7ae677dcb7
remove stand alone punc layer switcher for now
2017-02-14 03:18:34 +07:00
Priyadi Iman Nurcahyo
02662e3869
Add explicit punctuation key for greek layers
2017-02-14 00:46:06 +07:00
Priyadi Iman Nurcahyo
c2531ff43b
Func + Num = Punc
2017-02-14 00:44:02 +07:00
Jack Humbert
fd2925efba
Merge pull request #1094 from priyadi/faux_clicky
...
Implement faux-clicky feature
2017-02-13 10:58:50 -05:00
Priyadi Iman Nurcahyo
15e2dbb2a9
move GRV to ESC position
2017-02-13 22:18:36 +07:00
Priyadi Iman Nurcahyo
903e4d3193
Fix faux clicky toggle key
2017-02-13 20:13:33 +07:00
Marvin Ramin
24a40d63c9
define missing KC_NO macro
2017-02-13 13:44:53 +01:00
Priyadi Iman Nurcahyo
75e57b4bcb
Merge branch 'faux_clicky' into promethium
2017-02-13 18:01:57 +07:00
Priyadi Iman Nurcahyo
40ced77606
Update my Planck layout
2017-02-13 17:58:06 +07:00
Priyadi Iman Nurcahyo
97472aabe6
Forgot to add ifdef to optional feature
2017-02-13 17:58:06 +07:00
Priyadi Iman Nurcahyo
68e5c85999
Remove assignment warning
2017-02-13 17:58:06 +07:00
Priyadi Iman Nurcahyo
455568d197
Workaround to remove warning
2017-02-13 17:58:06 +07:00
Priyadi Iman Nurcahyo
5d5f2ff50d
Some space optimization and housekeeping
2017-02-13 17:58:06 +07:00
Marvin Ramin
b28fb29898
adds documentation for reset button and adds one to the default keymap
2017-02-13 09:03:43 +01:00
Jack Humbert
4010360912
adds planck/rev3 makefile so subproject is found
2017-02-12 23:58:44 -05:00
Priyadi Iman Nurcahyo
c68e596f32
Implement faux-clicky feature
2017-02-13 08:03:07 +07:00
luc wastiaux
3bf6c43de7
updated readme
2017-02-13 07:46:07 +08:00
luc wastiaux
352d79e1fb
Merge remote-tracking branch 'upstream/master'
2017-02-13 07:44:28 +08:00
Jack Humbert
4505db5d0e
Merge pull request #1091 from smt/smt/tv44
...
Add smt keymap for tv44 (MiniVan)
2017-02-12 18:42:44 -05:00
luc wastiaux
5f8535b356
change thumb cluster key to be shift
2017-02-13 07:16:01 +08:00
Stephen Tudor
b6730285b4
Add smt keymap for tv44 (MiniVan)
2017-02-12 12:46:24 -05:00
Jack Humbert
6d6b3ee9fb
Merge pull request #1065 from milestogo/master
...
Update to kinesis keymaps
2017-02-11 11:51:06 -05:00
Jack Humbert
6bb479ea45
Merge pull request #1085 from priyadi/promethium
...
Promethium keyboard layout update
2017-02-11 11:49:00 -05:00
Jack Humbert
5bdddb7821
Merge pull request #1087 from mneme/master
...
Updated keymap for atreus62/mneme
2017-02-11 11:48:39 -05:00
Jack Humbert
199458378b
Merge pull request #1088 from Mauin/gon_nerd
...
add GON NerD
2017-02-11 11:48:11 -05:00
Marvin Ramin
5daa3a8836
add GON NerD
2017-02-11 17:14:40 +01:00