keymap-gen: add support for generating output for C++

Designated initializers ([index] = value,) are not available in C++:

https://gcc.gnu.org/onlinedocs/gcc/Designated-Inits.html

So add a custom stdc++ output format which outputs all array entries instead
of the "sparse" C variant.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
1 file changed
tree: 2836522817da10b10bf751cffc76e8651e668ba4
  1. data/
  2. tools/
  3. LICENSE.BSD
  4. LICENSE.GPL2
  5. README