blob: 6ab2f795b6d72b32feb99cc3ffb0ae9e0a9de9f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
Todo:
=====
§ Further development
The following seem interesting for further development. However following the “scratch your
own itch” rule, perhaps it should be someone else's interest.
☐ It seems fun to have a user friendly front end to compile the available variations of this keymap.
Such a front end could edit minifan_config_compact.h
☐ Language specific keyboards, such as Qwertz and Azerty, etc.
Two option exist:
• Using an include like #include keymap_german.h (etc).
• If a language specific #include and computer language setting is not used, but merely some basics
such as a matching basic alphabet ABC…XYZ on Base, with some additional Unicode symbols for that
language on _ACC and or other Unicode layers, it might be simple to make, and avoid the dead key
problem. To go another step and recreate a key like ‛<>’ (as it seems to exist in Qwertz), would
seem to require macros in unicode_macros.c.
§ Other:
☐ Testing all user configurations
☐ Porting to Planck keyboard.
☐ Review/fix C indendation. QMK indentation is not my preferred style, and
therefore it is not entirely consistent.
?☐ A lock mode, so that others cannot type on it if you walk off ?
?☐ Fun and games: game layer.
?☒ User defining macros (record/play user input), another special Base layer ? Is there
room for this, or how to create it if not.
➡ It seems a bit odd to have a keyboard with internal registers. Probably better handled at the
application level, so that the keyboard remains a basic input device.
|