qmk_firmware/keyboards/xd75/keymaps/davidrambo
noroadsleft e30c993d75 [Keyboard] XD75 refactor (#5420)
* Refactor layout macro names

Update the names of the layout macros to reflect QMK's desired usage.

- KEYMAP renamed to LAYOUT
  - colinta keymap updated accordingly
- KC_KEYMAP renamed to LAYOUT_kc
  - mtdjr keymap updated accordingly

* Update xd75.h to use #pragma once include guard

* Update keymaps to use QMK_KEYBOARD_H

* Refactor default keymap

- updated to use layout macro
- remove deprecated action_get_macro function
- add functions from QMK keymap.c template
  - process_record_user
  - matrix_init_user
  - matrix_scan_user
  - led_set_user

* Update supporting files

- updated config.h files to use #pragma once include guard
- remove errant QUANTUM_DIR code block

* Rename readme files to fully lowercase filenames

* Restructure keyboard readme

Updated the readme to better align with the current QMK template.

* Bugfixes to supporting files
2019-03-17 10:04:50 -07:00
..
config.h [Keyboard] XD75 refactor (#5420) 2019-03-17 10:04:50 -07:00
keymap.c [Keyboard] XD75 refactor (#5420) 2019-03-17 10:04:50 -07:00
readme.md keymaps for Iris, Planck, Satan, and XD75 (#2747) 2018-04-15 09:46:26 -07:00
rules.mk keymaps for Iris, Planck, Satan, and XD75 (#2747) 2018-04-15 09:46:26 -07:00

A Colemak layout for XD75 with both Mac and Windows layers.

These two layers share momentary toggle access to a "Symbol" layer, which is modeled after my Planck layout.

Each of the base Colemak layers have their own Navigation layers for the right hand to use arrows and shortcuts for both text editing and web browsing.

The rules.mk file overrides the XD75's "BACKLIGHT_ENABLE" with YES and also adds tap dance functionality.