~ruther/qmk_firmware

48933811 — noroadsleft 6 years ago
AT101 Blackheart: readme update

- added image
- updated Docs links
119b02c5 — noroadsleft 6 years ago
AT101 Blackheart: Configurator support
388de9bc — noroadsleft 6 years ago
Keyboardio Model 01: Configurator support
89b80b79 — Fredric Silberberg 6 years ago
Add big switch layout
9e6ee477 — Fredric Silberberg 6 years ago
Added noeeprom versions of set hue, sat, val, and step
e8f73059 — Fredric Silberberg 6 years ago
Dactyl_manuform map and updates to my ergodox layout for moving to a
different location.
cc45f62d — Wilba6582 6 years ago
Added Dynamic Keymaps to M10-B
24b17c96 — noroadsleft 6 years ago
Keyboard: handwired/maartenwut readme cleanup and Configurator support (#4624)

* handwired/maartenwut: readme cleanup

- Fixed typo (Maarten's last name was misspelled)
- Updated Docs links

* handwired/maartenwut: Configurator support
ca39fa82 — noroadsleft 6 years ago
Keyboard: handwired/kbod Refactor, Configurator support and readme update (#4623)

* handwired/kbod: refactor

- layout macro KEYMAP renamed to LAYOUT

* handwired/kbod: update config.h files to #pragma once

* handwired/kbod: Configurator support

* handwired/kbod: readme update

- updated reademe to current template
- added image
2cef75cb — ishtob 6 years ago
Keymap: update ishtobs hadron keymap (#4613)

* adding ishtob's keymap to hadron ver3

* update ishtob keymap

* ishtob hadron keymap update 2

* Delete readme (Case Conflict).md

* Delete readme (Case Conflict).md

* add missing FN layer to ishtob hadron keymap

* removed unused toggle keycode
4e78d28b — noroadsleft 6 years ago
Zlant: Configurator rendering bugfix (#4622)

Configurator's API uses the available alias name, instead of the direct matrix name.
f6c0d999 — noroadsleft 6 years ago
Puck Refactor, Configurator support and readme cleanup (#4615)

* Puck: layout macro refactor

Reformat layout macro to resemble physical keyboard layout.

* Puck: Configurator support

* Puck: readme cleanup

Markdown formatting corrections.
baf69ee8 — noroadsleft 6 years ago
S7 Elephant Configurator fixes (#4614)

* S7 Elephant: Configurator bugfix, part 1

Reformatted the JSON so each key is on its own line:

This makes the keys easier to rearrange.

* S7 Elephant: Configurator bugfix, part 2

Deleted the extra key from LAYOUT_iso_1u:

JSON contents stated this layout used a split Backspace, but the matrix is configured and intended to have a 2u Backspace.

Extended the Backspace to 2u width and deleted the extra key. (This fixes the error that broke LAYOUT_iso_1u's rendering in the Configurator.)

* S7 Elephant: Configurator bugfix, part 3

Fix ISO layouts:

Noticed JSON object for Enter on ISO layouts was immediately after Right Bracket. Inspection of s7_elephant.h revealed the expected and appropriate location to be after ISO Hash.

Moved Enter key to the proper location on all ISO layouts.
28fbf84c — Konstantin Đorđević 6 years ago
Add standard definitions for ALGR and KC_ALGR (#4389)

* Add standard ALGR defition, remove (re)definitions from language files

* Use ALGR(kc) consistently in ALTGR(kc) aliases

* Non-Nordic keymaps should not use NO_ALGR

* Add standard KC_ALGR definition

* Update docs with ALGR and KC_ALGR

* Update SS_ALGR and ALGR_T aliases
8b6cdd17 — noroadsleft 6 years ago
handwired/numpad20 Refactor and Configurator support (#4589)

* handwired/numpad20: refactor

- layout macro no longer auto-prepends keycodes with KC_
  - keymaps for this keyboard will now compile in QMK Configurator
- keymap now uses #include QMK_KEYBOARD_H
- deleted unused fn_actions code block

* handwired/numpad20: Configurator support
d46d3043 — noroadsleft 6 years ago
Preonic Configurator update (#4598)

* Preonic: refactor layout macros

Unify layout macro names across AVR and ARM.

- all layouts and matrices have moved/duplicated to their appropriate revisions
  - preonic.h now includes the appropriate header file from the selected revision
  - revision header files only contain layouts appropriate for that revision
    - Previously, all layouts were available in source for all revisions.
- removed KEYMAP layout macro alias (was unused)
- macros LAYOUT_preonic_1x2uC and LAYOUT_preonic_grid for AVR and ARM revisions
  - LAYOUT_preonic_grid has alias LAYOUT_ortho_5x12 for all revisions
- deleted LAYOUT_ortho_4x12 alias (not appropriate for this keyboard)
- ARM-based revisions have 1x2uR, 1x2uL and 2x2u matrices

* Preonic: updated revision headers to #pragma once

* Preonic: update Configurator files

Updated the Configurator files to reflect the previous changes in this branch.

- Preonic revs. 1 and 2 will use keyboards/preonic/info.json
- Preonic rev. 3 will use keyboards/preonic/rev3/info.json
  - This file will override keyboards/preonic/info.json when preonic/rev3 is selected in the Configurator.
b11c3324 — Twopidee 6 years ago
Keymap: Added Drewsky DZ60 keymap (#4607)

* Added Drewsky's DZ60 Keymap

* Update keyboards/dz60/keymaps/drewsky/keymap.c

Co-Authored-By: Twopidee <42394451+Twopidee@users.noreply.github.com>
200ee8e7 — Skyler Lewis 6 years ago
Keymap: Dichotomy keymap by alairock (#4608)

* dichotemy layout for alairock

* dichotemy layout for alairock

* complete overhaul

* fix suggestions
7c63c0a9 — noroadsleft 6 years ago
handwired/practice60: Configurator Support and refactor (#4603)

* handwired/practice60: Configurator Support

* handwired/practice60: refactor

- layout macro rows did not have an equal number of arguments in all rows of the matrix
- white space changes for readability/alignment
a5a46f3d — noroadsleft 6 years ago
handwired/pteron: Configurator support
Next