summaryrefslogtreecommitdiffstats
path: root/keyboards/kbd75
AgeCommit message (Collapse)AuthorFilesLines
2019-01-13Modified URLs to point to new locationsJeremy Bernhardt1-1/+1
2019-01-09Fix Mac mute keycode (#4809)Eduardo Lourenço Pinto Neto1-6/+6
2019-01-09Add KBD75 keymap (#4808)Eduardo Lourenço Pinto Neto2-0/+80
* Add KBD75 keymap * Fix README * Fix README images
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson1-3/+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.
2018-08-10Keymap: Spaceman Spiff layout for KBD75 (#3595)Christopher Sexton2-0/+85
![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`
2018-08-01Keyboard: KBD75 Rev 1 LAYOUT_ansi_1u Bug (#3542)MechMerlin1-1/+1
2018-07-16General cleanup KBD75 keymap (#3410)Ally Parker2-181/+1
2018-06-29Support KBD75 rev 2 (#3261)MechMerlin12-170/+313
* 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
2018-06-27KBD75 refactor and Configurator update (#3243)noroadsleft6-641/+164
* Added layout notes to kbd75.h * info.json cleanup * Readme cleanup * Keymap refactor
2018-05-09more fixes for configurator (#2920)Hannes Egler1-4/+4
2018-05-08kbd75 fixes for the configurator (#2908)Hannes Egler1-89/+90
fixed the info.json
2018-05-07added additional configurator support (#2905)Hannes Egler6-147/+550
* 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
2018-04-12Remove bootloader from info.jsonsskullY1-1/+0
2018-04-08Pull information from config.h and rules.mk (#2711)skullydazed1-4/+1
* Pull information from config.h and rules.mk * Readd the kbd75 maintainer
2018-03-27Add qmk configurator support for KBD75mechmerlin6-40/+57
Also changed KEYMAP to KEYMAP_ALL to be more explicit that it's a layout supporting ALL possible layouts.
2018-02-02Add smt keymap for KBD75Stephen Tudor1-0/+180
2018-01-01KBD75 ISO support (#2201)Hannes Egler1-0/+220
* 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
2017-12-17Custom Keymaps for Certain Layouts (#2161)kimkimkeren1-0/+107
* 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
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-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
2017-09-27remove all makefiles from keyboard directoriesJack Humbert1-3/+0
2017-08-17Make the bulk of our keyboards match the readme.md standardskullY1-0/+12
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-10/+10
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-06-20KBD75 - Initial KBD75 port from qmkeyboard.cn source filesDavid Dizon6-0/+360