summaryrefslogtreecommitdiff
path: root/keyboards/kbd75
Commit message (Collapse)AuthorAge
* Modified URLs to point to new locationsJeremy Bernhardt2019-01-13
|
* Fix Mac mute keycode (#4809)Eduardo Lourenço Pinto Neto2019-01-09
|
* Add KBD75 keymap (#4808)Eduardo Lourenço Pinto Neto2019-01-09
| | | | | | | | * Add KBD75 keymap * Fix README * Fix README images
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-17
| | | | | | | | | | * 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.
* Keymap: Spaceman Spiff layout for KBD75 (#3595)Christopher Sexton2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ![Keyboard Layout](https://i.imgur.com/tQLYDvu.png) <!-- http://www.keyboard-layout-editor.com/#/gists/c1e8a15c68e4c52eed84653f21ae2d29 --> Designed specifically to make switching back-n-forth with the Apple's MacBook Pro keyboard intuitive. Has a slight tendency toward readline/vim keybindings. Caps locks becomes an `Esc` when pressed alone, or a `Ctrl` when pressed with another key. Base Layer ---------- As simalar to the Apple keyboard as possible. Notiable exception is `Caps Lock`: - `Esc` when pressed alone - `Ctrl` when pressed with another key Control+ Layer -------------- Left `Ctrl` key switches to the "Control+ Layer". This layer mostly acts like a control key in most cases, with a few exceptions: - `Ctl+` + `hjkl` are vim-style motion keys - `Ctl+` + `p` and `Ctl+` + `n` are page up and down - `Ctl+` + `Backspace` is forward delete Fn Layer -------- Audio Controls: - `Fn` + `a` Volume Down - `Fn` + `s` Volume Up - `Fn` + `d` Mute To flash this layout you need to press `Fn+Backspace`
* Keyboard: KBD75 Rev 1 LAYOUT_ansi_1u Bug (#3542)MechMerlin2018-08-01
|
* General cleanup KBD75 keymap (#3410)Ally Parker2018-07-16
|
* Support KBD75 rev 2 (#3261)MechMerlin2018-06-28
| | | | | | | | | | | | | | | | * Restructure kbd75 to support multiple revs * add rev2 files * fix config comments * try and avoid duplicate code for LAYOUT macros * keep the same layouts for rev2 for info.json * Add QMK Configurator support for the numpad layout * update readme to talk about rev2
* KBD75 refactor and Configurator update (#3243)noroadsleft2018-06-27
| | | | | | | | | | * Added layout notes to kbd75.h * info.json cleanup * Readme cleanup * Keymap refactor
* more fixes for configurator (#2920)Hannes Egler2018-05-08
|
* kbd75 fixes for the configurator (#2908)Hannes Egler2018-05-08
| | | fixed the info.json
* added additional configurator support (#2905)Hannes Egler2018-05-07
| | | | | | | | | | | | | | | * added additional configurator support Added support for choosing between 5 configurator options: Layout (supports all keys) Layout_ansi_1u Layout_iso_1u Layout_ansi Layout_iso * confirming to conventions replaced .h filenames with QMK_KEYBOARD_H
* Remove bootloader from info.jsonsskullY2018-04-11
|
* Pull information from config.h and rules.mk (#2711)skullydazed2018-04-07
| | | | | | * Pull information from config.h and rules.mk * Readd the kbd75 maintainer
* Add qmk configurator support for KBD75mechmerlin2018-03-27
| | | | | Also changed KEYMAP to KEYMAP_ALL to be more explicit that it's a layout supporting ALL possible layouts.
* Add smt keymap for KBD75Stephen Tudor2018-02-02
|
* KBD75 ISO support (#2201)Hannes Egler2018-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * iso_de_mac ISO-DE layout with mac media controls * Delete keymap.c * iso_de_mac ISO-DE support with Mac media keys * Add files via upload Layout overview * iso layout support Adds support for the extra key of ISO * Update keymap.c typo-fix * fixed mac next key * Delete Layout.png * Delete keymap.c
* Custom Keymaps for Certain Layouts (#2161)kimkimkeren2017-12-17
| | | | | | | | | | * Add keymap for my friend's KBD75\nBug : RGUI is read as RALT * Add keymap for Nyquist * Add Keymap for Whitefox (Truefox layout only) * Add Keymap for XD75 and XD73 (XD75 with 1u blocker each on left and right bottom
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-27
|
* Make the bulk of our keyboards match the readme.md standardskullY2017-08-16
|
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-30
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* KBD75 - Initial KBD75 port from qmkeyboard.cn source filesDavid Dizon2017-06-19