e30c993d75
* 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 |
||
---|---|---|
.. | ||
config.h | ||
keymap.c | ||
readme.md | ||
rules.mk |
cbbrowne custom keyboard
Due to cbbrowne@acm.org Christopher Browne
Much of this is copied from my Planck keymap...
- 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?