Keymap: add new keymap (#4127)
authorROMUSKING <38523153+ROMUSKING@users.noreply.github.com>
Mon, 22 Oct 2018 18:54:31 +0000 (19:54 +0100)
committerDrashna Jaelre <drashna@live.com>
Mon, 22 Oct 2018 18:54:31 +0000 (11:54 -0700)
commit5694e7b6a60e0a1b60c1bd7fce51e99a8314abb7
tree32e57d2c124cf92c6dc4b8c53465312c4aa23202
parentcf19cb0dbeda15d51df9c513a51cd2d985747b36
Keymap: add new keymap  (#4127)

* an attempt at own layout

* typematrixed dvorak

* columns shifted

columns shifted out, second pinky column moved to the inside.

* Update users/romus/romus.h

* code cleanup

Changes requested by Drashna + Tap Dance enabled

* Fixed EOF

Fixed the no newline at the end of file alert.

* rgblight fight eeprom writes

* rgb code simplification

* Update users/romus/README.md

* Update quantum/keymap_extras/keymap_slovenian.h
12 files changed:
keyboards/lets_split_eh/keymaps/doxish_dvorak/config.h [new file with mode: 0644]
keyboards/lets_split_eh/keymaps/doxish_dvorak/keymap.c [new file with mode: 0644]
keyboards/lets_split_eh/keymaps/doxish_dvorak/rules.mk [new file with mode: 0644]
keyboards/lets_split_eh/keymaps/romus/README.md [new file with mode: 0644]
keyboards/lets_split_eh/keymaps/romus/keymap.c [new file with mode: 0644]
keyboards/lets_split_eh/keymaps/romus/rules.mk [new file with mode: 0644]
quantum/keymap_extras/keymap_slovenian.h
users/romus/README.md [new file with mode: 0644]
users/romus/config.h [new file with mode: 0644]
users/romus/romus.c [new file with mode: 0644]
users/romus/romus.h [new file with mode: 0644]
users/romus/rules.mk [new file with mode: 0644]