qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1142B)


      1 # PicoFX Menu Mode Keymap
      2 
      3 The 'menumode' keymap is like the 'default' keymap in that it matches the 'Basic 2' preset in Pump It Up Rise, but it also includes the ability the toggle into a menu mode that provides most of the keys you need to navigate the game's menus.
      4 
      5 In the game's options menu, navigate to the keyboard settings and press '2' (on your normal computer keyboard) to apply the 'Basic 2' preset.
      6 
      7 The keymap in normal mode:
      8 ```
      9   Q           E         R           Y
     10         S                     G
     11   Z           C         V           N
     12 
     13  Test: Toggle to menu mode
     14 ```
     15 
     16 And when in menu mode:
     17 ```
     18   Q           E        Tab          Up
     19        Esc                  Enter
     20  Left       Right     Space        Down
     21 
     22  Service: F1
     23  Test: Toggle back to game mode
     24 ```
     25 
     26 It might take a little bit of practice to remember where everything is in menu mode. The rule of thumb is that the layout roughly corresponds to where those controls appear on the game's song selection screen.
     27 
     28 In either mode, holding the Service button and pressing the Test button will put the controller into bootloader mode for installing new firmware versions.