qmk-dactyl-manuform-a/keyboards/atomic
James Young 8ca6d835b9
Atomic Refactor (#13761)
* info.json: human-friendly formatting

- one key per line
- line breaks between physical rows
- four-space indent

* info.json: add data for LAYOUT_grid

* fix keymap paths

This commit corrects the paths for three keymaps that were in the wrong directory.

* refactor and bugfix abienz keymap

- remove extra commas
- use QMK-native aliases for KC_TRNS and KC_NO
- add include for Colemak keycode support
- use four-space indent

* refactor and bugfix michelle keymap

- remove inline comments for keymap layout
- remove extra commas
- use QMK-native aliases for KC_TRNS and KC_NO
- use four-space indent

* refactor and bugfix twolayer keymap

- remove extra commas
- refactor action_get_macro() keycode to QMK-native keycode
- use QMK-native aliases for KC_TRNS
- use four-space indent
- adjust grid alignment

* rename LAYOUT_grid to LAYOUT_ortho_5x15

* refactor config.h file

- use #pragma once include guard
- update MANUFACTURER and PRODUCT strings to be consistent with other OLKB boards
- remove Magic config (all settings are default)

* refactor atomic.c

- add license header
- use GPIO control functions

* refactor atomic.h

- add license header
- use #pragma once include guard
- remove redundant file includes

* refactor rules.mk

- remove Bootloader selection comments
- unify Build Option header comment to QMK template
- unify Build Option rules and inline comments

* alias LAYOUT_grid to LAYOUT_ortho_5x15
2021-07-29 12:14:26 -07:00
..
keymaps Atomic Refactor (#13761) 2021-07-29 12:14:26 -07:00
atomic.c Atomic Refactor (#13761) 2021-07-29 12:14:26 -07:00
atomic.h Atomic Refactor (#13761) 2021-07-29 12:14:26 -07:00
config.h Atomic Refactor (#13761) 2021-07-29 12:14:26 -07:00
info.json Atomic Refactor (#13761) 2021-07-29 12:14:26 -07:00
readme.md Fixing dead links (#5503) 2019-03-29 06:20:25 -07:00
rules.mk Atomic Refactor (#13761) 2021-07-29 12:14:26 -07:00

readme.md

Atomic

Atomic

A compact 60% (15x5) ortholinear keyboard kit made and sold by OLKB.

Keyboard Maintainer: Jack Humbert
Hardware Supported: Atomic PCB rev1, Teensy 2.0
Hardware Availability: no longer available

Make example for this keyboard (after setting up your build environment):

make atomic:default

See build environment setup then the make instructions for more information.