1
0
Fork 0
forked from forks/qmk_firmware
qmk_firmware/keyboards/handwired/hillside/52/keymaps/default_dot_c
mmccoyd 0c0d01966f
[Keyboard] Add Hillside 52 (#17374)
* 52 Keymap.json: Set for Hillside 52

- Change script rows

* 52 Keymap.c: mirror .json

CAPSWORD, QK_BOOT, readme cleanup, EE_RST

* 52 Keymap.json: Initial files copy from 56

* 52 Keymap.json nav/edit lay, thumb shift, syms

- Del in backspace spot on sym layer
- Thumb shift OSM instead of extra space
- Nav/edit on num/fn: arrows cut copy paste undo redo, page up/down
- Fn keys bottom row to allow nav edit keys
- App and AltGr on lower row, on their layer
- Braces on index, so more common -= on middle ring.
- Adjust has Ctrl/GUI swap
- EE_RST, CAPSWORD, QK_BOOT, SPLIT_DETECT

* 52 Family: readme image and folder link

* 52 Board: initial copy from 56

* 52 Keymap via

* 52 Board: remove keys, cant columns, better ids

- .json: vid: MM, pid: H52

* 52 Keymap.c: initial.c copy from 48

* QK_BOOT EE_CLR, not ANY(), as config.qmk supports

- CAPSWRD instead of ANY, though config.qmk still converts to ANY()

* Cleanup readme

* 52 Keymap: Remove redundant key, cleanup script

* 52 Keymap: Fix template

* 52 Readme: Link lower res image better for readme

Co-authored-by: Drashna Jaelre <drashna@live.com>

* 52 Keymap: Move pretty-print script to GitHub wiki

* 52 Keymap: Link to 1024 res image thumbnails

* 52 Keymap: fix whitespace before image link

* Family: Fix image link to 1024 thumb

Co-authored-by: Drashna Jaelre <drashna@live.com>

* 52: Keymap: Caps word on a layer home row

* 52: Keymap: Arrows on right. Symmetric layer keys.

- Nav:
  - Arrows on right so up/down more intuitive. Page up/down on ends
  - Cut on home row, as more common

- Sym:
  - Layer mods on activate hand, extras symbols on left
  - Common digits on lower row

- Base:
  - Layer keys symmetric, on most extended, not resting, thumb
  - Mute on util key for easy use

- Swap layers 3 and 4 to match swapped thumbs

Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-08-13 17:19:21 +01:00
..
config.h [Keyboard] Add Hillside 52 (#17374) 2022-08-13 17:19:21 +01:00
keymap.c [Keyboard] Add Hillside 52 (#17374) 2022-08-13 17:19:21 +01:00
readme.md [Keyboard] Add Hillside 52 (#17374) 2022-08-13 17:19:21 +01:00
rules.mk [Keyboard] Add Hillside 52 (#17374) 2022-08-13 17:19:21 +01:00

Default Hillside 52 Layout (in .c format)

This layout is for those who prefer defining their layout in a keymap.c, instead of graphically with a keymap.json. It is the same as the default keymap.json layout, except for having only a QWERTY base layer.

The make and flash commands are

make handwired/hillside/52:default_dot_c
make handwired/hillside/52:default_doc_c:flash

It also serves as a simple, clean layout to verify that the configuration and switches work. Use the QMK Configurator Tester to see that the switches produce output. All the keys should register on the layout tester except for the caps word and the two layer keys. The LEDs should glow a nice red. If they do not, you may need to clear the persistent EEPROM settings with the EE_CLR key on the adjust layer, or enable them with the RGB_TOG key.