summaryrefslogtreecommitdiffstats
path: root/users/romus/romus.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated Quantum keycodes (#19712)Ryan2023-01-291-1/+1
|
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-1/+1
|
* Normalise Unicode keycodes (#18898)Ryan2022-10-311-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
* Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-2/+2
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus222021-07-191-13/+13
| | | | | * fix sat75 * update uint32_t to layer_state
* Keymap: add new keymap (#4127)ROMUSKING2018-10-221-0/+557
* 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