qmk_firmware/keyboards/satt/comet46/keymaps/satt
Ryan c6f1b594a2
Remove legacy keycodes, part 2 (#18660)
* `KC_SYSREQ` -> `KC_SYRQ`

And one `KC_ALT_ERASE` -> `KC_ERAS`

* `KC_NONUS_BSLASH` -> `KC_NUBS`

* `KC_NUMLOCK` -> `KC_NUM`

* `KC_CLCK` -> `KC_CAPS`

* `KC_SCROLLLOCK` -> `KC_SCRL`

* `KC_LBRACKET` -> `KC_LBRC`

* `KC_RBRACKET` -> `KC_RBRC`

* `KC_CAPSLOCK` -> `KC_CAPS`
2022-10-10 20:06:26 +01:00
..
action_pseudo_lut.c Remove legacy keycodes, part 2 (#18660) 2022-10-10 20:06:26 +01:00
action_pseudo_lut.h move @satt99 's comet46 to satt/ (#16059) 2022-02-12 01:13:48 +00:00
keymap.c Remove legacy international keycodes (#18588) 2022-10-09 14:51:09 +11:00
keymap_jis2us.h Remove legacy international keycodes (#18588) 2022-10-09 14:51:09 +11:00
readme.md move @satt99 's comet46 to satt/ (#16059) 2022-02-12 01:13:48 +00:00
rules.mk Refactor satt/comet46 to use core OLED driver (#17856) 2022-07-31 15:35:42 +01:00

Pseudo US Layout

On a Japanese Windows environment, ANSI keyboards may be recognized wrongly as a JIS keyboard.
By using this code, you can use your ANSI keyboard under a JIS keyboard environment without changing the settings and registry of your environment.

Original code by Shela