qmk-firmware/keyboards/xd75/keymaps/cbbrowne
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 Some revisions to cbbrowne Planck keymap, and a preliminary xd75 keymap (#1715) 2017-09-14 14:02:49 -04:00
rules.mk [Keyboard] XD75 refactor (#5420) 2019-03-17 10:04:50 -07:00

readme.md

cbbrowne custom keyboard

Due to cbbrowne@acm.org Christopher Browne

Much of this is copied from my Planck keymap...

  1. TODO

  • Set up keypad in the middle of the screen?
  • Or perhaps I should set up a layer for that?
  • Need the Random, version, my name keys
  • Almost certainly I want shift/control/alt on the right side, superimposed on whatever is at the rightmost end
  • Need a good place for RESET
  • Definitely want the keyboard to "breathe"
  • Perhaps nice to have some programming constructs as in jeremy-dev
    • It had C operators such as /=, *=, -=, +=, ...
  • Should I have some tmux commands like in mollat?
  • How about adding some emacs commands?