aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/s65_x
Commit message (Collapse)AuthorAgeFilesLines
* Keyboards: Move the other Sentraq keyboards into the sentraq vendor ↵Nicholas Shaff2019-02-0514-1120/+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.
* [Keyboard][S65-X] BACKLIGHT_CAPS_LOCK (#4770)Rockman182019-01-302-10/+6
| | | | Replace buggy Caps Lock indicator implementation with new BACKLIGHT_CAPS_LOCK_INDICATOR feature.
* convert to unix line-endings [skip ci]QMK Bot2019-01-291-1/+1
|
* S60x Make Default standard layout and have separate Mac OS one (#4964)Geoff Lane2019-01-293-8/+13
| | | | | | | | | | * 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
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-261-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
* S65-X and S65-Plus updates and refactoring (#4780)noroadsleft2019-01-0412-278/+364
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-4/+0
| | | | | | | | | | * Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
* convert to unix line-endings [skip ci]QMK Bot2018-07-111-1/+1
|
* S65-X refactor and Configurator support (#3306)noroadsleft2018-07-116-6/+97
| | | | | | | | | | | | * Matrix refactor: add S65-Plus matrices * Fix description identifier * Readme cleanup * Configurator support * Add s65plus default keymap
* Fix some Configurator Warnings regarding LAYOUT vs KEYMAP (#2708)MechMerlin2018-04-076-26/+26
| | | | | | | | | | | | | | | | | | | | | | * 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
* convert to unix line-endings [skip ci]QMK Bot2018-02-071-1/+1
|
* made changes to my kelorean planck keymap (#2343)KeLorean2018-02-062-12/+2
| | | | | | | | | | | | | | * Planck-swapped up/down arrows,s65x-add dvorak * Added Dvorak as first layer of default keymap * planck-swap up and down arrows. s65x-added dvorak * added colemak to kelorean s65x keymap * made more changes to kelorean keymap * just tryinng to fix bc i was not connected upstrem
* made kelorean keymaps for planck and s65x (#2331)KeLorean2018-02-042-0/+236
| | | | | | | | | | * Planck-swapped up/down arrows,s65x-add dvorak * Added Dvorak as first layer of default keymap * planck-swap up and down arrows. s65x-added dvorak * added colemak to kelorean s65x keymap
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
* remove all makefiles from keyboard directoriesJack Humbert2017-09-271-3/+0
|
* Add smt keymap for Sentraq S65-XStephen Tudor2017-08-211-0/+163
|
* Make the bulk of our keyboards match the readme.md standardskullY2017-08-161-75/+8
|
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-301-11/+11
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* Use the new Quantum KC_GESC instead of custom codeGeoff Lane2017-06-213-200/+6
|
* Added custom keymap and enabled Space CadetJon Nall2017-06-191-0/+167
|
* Fixed offset for knight rgb modeJon Nall2017-06-191-0/+1
|
* Fix home and end to be on <>Geoff Lane2017-06-162-4/+4
|
* LED control on the BL layerGeoff Lane2017-06-152-4/+4
|
* LED init works with just pin declaredGeoff Lane2017-06-151-6/+0
|
* Use standard QMK key codes for RGB controlGeoff Lane2017-06-152-153/+39
|
* Fix left shift in ansi layoutGeoff Lane2017-06-151-2/+2
|
* Fix esc keyGeoff Lane2017-06-152-2/+2
|
* Add ISO layout for S65-XGeoff Lane2017-06-123-0/+267
|
* Fix media controls in default layoutGeoff Lane2017-06-121-2/+2
|
* Fix backslash and some of the docsGeoff Lane2017-06-124-28/+28
|
* Support Sentraq S65-XGeoff Lane2017-06-108-0/+511
Add initial support for ANSI layout of S65-X. Includes support for controlling RGB underlighting.