logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (951B)


  1. # Default Hillside 46 Layout (in .c format)
  2. This layout is for those who prefer defining their layout in a keymap.c,
  3. instead of graphically with a keymap.json.
  4. It is the same as the [default keymap.json layout](https://github.com/qmk/qmk_firmware/blob/master/keyboards/hillside/46/keymaps/default),
  5. except for having only a QWERTY base layer.
  6. The make and flash commands are
  7. ```
  8. make hillside/46:default_dot_c
  9. make hillside/46:default_doc_c:flash
  10. ```
  11. It also serves as a simple, clean layout
  12. to verify that the configuration and switches work.
  13. Use the [QMK Configurator Tester](https://config.qmk.fm/#/test)
  14. to see that the switches produce output.
  15. All the keys should register on the layout tester
  16. except for the caps word and the two layer keys.
  17. The LEDs should glow a nice red.
  18. If they do not, you may need to clear the persistent EEPROM settings with the
  19. EE_CLR key on the adjust layer,
  20. or enable them with the RGB_TOG key.