summaryrefslogtreecommitdiffstats
path: root/keyboards/s65_x/keymaps/default/keymap.c
AgeCommit message (Collapse)AuthorFilesLines
2019-02-05Keyboards: Move the other Sentraq keyboards into the sentraq vendor ↵Nicholas Shaff1-102/+0
directory (#5052) * Moving sentraq keyboards to sentraq subdirectory. * Updating readme markdown to correct make commands. * Updating s60_x references to point to the new vendor subdirectory. * Fixed stripped spaces in markdown. * Updated help information in s60_x readme and linked to additional documentation.
2019-01-30S60x Make Default standard layout and have separate Mac OS one (#4964)Geoff Lane1-4/+4
* Make Default standard layout Move Mac OS layout to a separate layout. Basically Mac has the Alt and GUI keys swapped * Fix typos * Use Bootmagic keys instead of separate MacOS keymap
2019-01-05S65-X and S65-Plus updates and refactoring (#4780)noroadsleft1-78/+77
* S65-X: remove S65-Plus support The original QMK codebase for the Sentraq S65-X actually supported both the S65-X and the S65-Plus. In the interim, the S65-Plus has been broken off into its own directory. This commit removes support for the S65-Plus from the `keyboards/s65_x/` directory, as that code has been superseded by the code in the S65-Plus directory (`keyboards/s65_plus/`). - deleted S65-Plus layout macros from s65_x.h and info.json - deleted s65plus keymap directory - removed references to the unused column pins - removed the two unused columns for the switch matrices - renamed switch K300 in LAYOUT_ansi to K301 (reflects matrix position) - renamed switch K214 in LAYOUT_iso to K114 (reflects matrix position) * S65-X: keymap refactor - all keymaps now use #include QMK_KEYBOARD_H - default and iso keymaps refactored for readability - deleted redundant KC_TRNS and KC_NO keycode definitions from smt keymap * S65-X: readme update - updated Hardware Availability link - updated Docs links * S65-Plus: add LAYOUT_iso data Adds LAYOUT_iso macro to s65_plus.h and info.json, and an ISO layout version of the default keymap. * S65-Plus: refactor default keymap - refactor for alignment/readability - removed fn_actions code block - add empty process_record_user block * S65-Plus: readme update - Hardware Availability link is now a hyperlink - updated Docs links * S65-X: enable 65_ansi and 65_iso community layouts Thi commit allows the Sentraq S65-X to use the 65_ansi and 65_iso community layouts. - LAYOUT_ansi renamed to LAYOUT_65_ansi - LAYOUT_iso renamed to LAYOUT_65_iso - added LAYOUTS rule to rules.mk
2018-04-07Fix some Configurator Warnings regarding LAYOUT vs KEYMAP (#2708)MechMerlin1-4/+4
* change diverge 3 KC_KEYMAP to LAYOUT * Change KEYMAP to LAYOUT for handwired arrow pad * change M10A to LAYOUT for m10-a * Change KC_KEYMAP to LAYOUT_kc and KEYMAP to LAYOUT for mf68 * change KC_KEYMAP to LAYOUT for nano * Refactor to LAYOUT * refactor to LAYOUT-ansi and LAYOUT_iso for s65 * LAYOUT conversions for lfkkeyboards * missed a few renames * mini1800 for lfkeyobards support of LAYOUT
2017-06-21Use the new Quantum KC_GESC instead of custom codeGeoff Lane1-68/+4
2017-06-16Fix home and end to be on <>Geoff Lane1-2/+2
2017-06-16LED control on the BL layerGeoff Lane1-2/+2
2017-06-15Use standard QMK key codes for RGB controlGeoff Lane1-91/+34
2017-06-15Fix esc keyGeoff Lane1-1/+1
2017-06-12Fix media controls in default layoutGeoff Lane1-2/+2
2017-06-12Fix backslash and some of the docsGeoff Lane1-10/+12
2017-06-11Support Sentraq S65-XGeoff Lane1-0/+222
Add initial support for ANSI layout of S65-X. Includes support for controlling RGB underlighting.