aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ckeys/obelus/keymaps/default/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove keymap_config extern from default keymaps (#7399)Drashna Jaelre2019-11-201-1/+0
| | | | | | | | | | * Remove keymap_config extern from default keymaps * Revert unicode Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :( Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-191-3/+0
| | | | | | | | * Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
* Keyboard: Ckeys refactor (#3681)noroadsleft2018-08-171-38/+37
| | | | | | | | | | | | | | | | | | | * Obelus Refactor: LAYOUT to LAYOUT_ortho_4x4 - Keymap also now uses #include QMK_KEYBOARD_H - Readability and white space changes - rules.mk now has LAYOUTS = ortho_4x4 - added info.json * naKey Refactor: LAYOUT to LAYOUT_numpad_5x4 - Matrix LAYOUT renamed to LAYOUT_numpad_5x4 - Now supports community layout numpad_5x4 - White space changes * naKey Configurator update Updated order of JSON objects to match new matrix order.
* Keyboard: Update KEYMAP to LAYOUT for ckeys obelus (#3495)MechMerlin2018-07-261-6/+6
|
* Move ckeys workshop to its own directory (#2928)MechMerlin2018-05-101-0/+116
* move obelus and nakey to ckeys directory * delete the originals * short readme about ckeys * edit readmes to reflect new changes * add build guide info..and here's me trying to retrigger the build job